View Single Post
  #21  
Old 08-25-2012, 05:13 PM
nwtim nwtim is offline
Member
 
Join Date: Aug 2012
Posts: 59
nwtim is on a distinguished road
Default

Re: Olympic official streaming videos, i'm going crazy, i can't download it! help


Quote:
Originally Posted by pankyk86 View Post
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.
Reply With Quote