You can do that with just youtube-dl ! The command *youtube-dl.exe -f 137+141 MqNXskV1s7E* lets you download DASH and remux in one step. :)
Gerald Moritz Barsnick <[email protected]> schrieb am Mon Dec 01 2014 at 1:47:13 AM: > On Sun, Nov 30, 2014 at 15:40:11 -0800, DopeLabs wrote: > > what i usually end up doing is using youtube-dl to get the video url > from youtube. > > > > $ youtube-dl -g https://www.youtube.com/watch?v=holhZM1OpTc > > Thanks, I was missing the "-g" option! > > BTW, I often need "-F" to figure out the correct (dash) streams, and > sometimes grab video and audio separately with "-f <stream>". Now I can > do this in one step with ffmpeg - great! > > E.g. > $ ffmpeg -i `youtube-dl -g -f 136 4nTo8rjo-lM` -i `youtube-dl -g -f 141 > 4nTo8rjo-lM` -map 0 -map 1 -c copy Weezer\ -\ Paranoid\ Android.mkv > (Bad example, "-f 22" already combines best video and audio in this case.) > > Moritz > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
