youtube-dl http://www.youtube.com/watch?v=The solution is to git clone the youtube-dl repo and use the latest youtube-dl version:ERROR: no fmt_url_map or conn information found in video info
git clone https://github.com/rg3/youtube-dl.git
Extracting only the audio portion means that you should set the -vn option, which disables video encoding. The -acodec option determines the output format. So you would execute the command (depending if you want Ogg bitstream or Mp3 format)
ffmpeg -i-vn -acodec vorbis
No comments:
Post a Comment