https://www.youtube.com/watch?v=ZUrrLaF5aUY
I tried to download this with youtube dl. It says no video format available. I think its a series of photos wit the sound.
I tried to stream/concert to mp3 with vlc. I only want the sound as mp3. A quick flash of the first photo is all there is.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 6 of 6
-
-
youtube-dl works ok for me on that video
Maybe you are using older version? Try updating -
-
If update now working, you can DL youtube-dl from a videohelp mirror
If you scroll down there is a link
https://www.videohelp.com/software/youtube-dl -
OK thanks
YTDL update worked. Then removed audio wuth vlc
Last edited by David Banner; 7th Jun 2020 at 13:07.
-
Permanent URL for fresh download of youtube-dl executable for Windows:
Code:http://ytdl-org.github.io/youtube-dl/download.html
[Attachment 53732 - Click to enlarge]
To just download the audio from a Y/T vid:
Use capital F to view Formats:
Code:youtube-dl -F https://www.youtube.com/watch?v=ZUrrLaF5aUY
[Attachment 53729 - Click to enlarge]
Choose 'best' audio format with lowercase f:
Note: be wary of using bestaudio option in this scenario - better to choose specific number
Code:youtube-dl -f 140 https://www.youtube.com/watch?v=ZUrrLaF5aUY
[Attachment 53731 - Click to enlarge]
To grab/convert the Mp3 version as you said you only wanted the sound in this specific format (you will need ffmpeg.exe https://ffmpeg.zeranoe.com/builds/ in same folder as youtube-dl, or a specified Path in Windows environment table:
Code:youtube-dl --ignore-errors -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 "https://www.youtube.com/watch?v=ZUrrLaF5aUY"
[Attachment 53733 - Click to enlarge]Last edited by codehound; 9th Jun 2020 at 17:44.
Similar Threads
-
any video format to AVi Container with DV Video format
By raadeon in forum Video ConversionReplies: 5Last Post: 29th Mar 2020, 08:23 -
How To Get This Interview Video With Youtube-dl?
By abrogard in forum Video Streaming DownloadingReplies: 6Last Post: 7th Jul 2019, 15:38 -
My youtube video look too bright!, Hardware Acceleration, Video Codec
By itti in forum Software PlayingReplies: 1Last Post: 19th Dec 2017, 06:49 -
cannot download youtube video
By Anonymous in forum Video Streaming DownloadingReplies: 4Last Post: 6th Mar 2017, 00:45 -
Inability to download Youtube video by Youtube Downloader HD
By jgp123 in forum Video Streaming DownloadingReplies: 9Last Post: 17th Nov 2015, 05:03