View Single Post
  #22  
Old 08-25-2012, 05:42 PM
pankyk86 pankyk86 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 10
pankyk86 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 nwtim View Post
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.
thanks nwtim for all your help, you were great! i think i'm downloading now....the result is a .ts file
just another question, the last!! every video here has 3 different audio channels? how can i do to download the natural audio one? i find the way to download only the natural audio, but not the video with natural audio

Last edited by pankyk86 : 08-25-2012 at 07:26 PM.
Reply With Quote