On Sat, Aug 27, 2016 at 2:08 PM, Paul B Mahol <[email protected]> wrote:

> On Sat, Aug 27, 2016 at 9:22 PM, jd1008 <[email protected]> wrote:
>
> > I use youtube-dl as the download tool, as follows: (Please bear with me
> > ...)
> >
> > $ youtube-dl -F  https://www.youtube.com/watch?v=aNUYGRn3W9Q
> > [youtube] aNUYGRn3W9Q: Downloading webpage
> > [youtube] aNUYGRn3W9Q: Downloading video info webpage
> > [youtube] aNUYGRn3W9Q: Extracting video information
> > [youtube] aNUYGRn3W9Q: Downloading MPD manifest
> > [info] Available formats for aNUYGRn3W9Q:
> > format code  extension  resolution note
>
>
> Nothing much to do with ffmpeg, but try this:

youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best' -o
'%(title)s.%(ext)s' aNUYGRn3W9Q --restrict-filenames "
https://www.youtube.com/watch?v=aNUYGRn3W9Q";

Warning: completed file is 1.43 GB.


-- 

[image: Inline image 1]

*William Caulfield *| *ContentBridge Systems*
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to