Quote:
Originally Posted by pankyk86
ok the last one, and now? what i have to do with this link? next step?
|
Place ffmpeg in a folder you would like to download to and create a batch file there that looks like this:
Code:
rem Summary of the Games - London 2012 Olympic Games
ffmpeg.exe -i "http://www.youtube.com/api/manifest/hls_playlist/id/.../key/ck1/file/index.m3u8" -c copy "Summary of the Games - London 2012 Olympic Games.ts"
pause
after the -i is where you put the URL you've gotten inside quotes. Just make sure to remove any stuff before the http and after the m3u8.
Have fun.