Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=13436)

nwtim 08-25-2012 05:13 PM

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


 
Quote:

Originally Posted by pankyk86 (Post 53308)
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.

pankyk86 08-25-2012 05:42 PM

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


 
Quote:

Originally Posted by nwtim (Post 53315)
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

nwtim 08-26-2012 01:38 AM

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


 
Quote:

Originally Posted by pankyk86 (Post 53316)
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

I'm afraid you're ahead of me on the audio, as I'm only getting a single audio track - MPEG AAC stereo in English.

quackeroats 08-26-2012 10:37 PM

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


 
Quote:

Originally Posted by nwtim (Post 53297)
I did when I ran out of free space on the drive I was writing to.

ahhh... thanks i thought 30 Gb is enough cheers

quackeroats 08-27-2012 08:01 PM

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


 
Quote:

Originally Posted by nwtim (Post 53297)
I did when I ran out of free space on the drive I was writing to.


ok it is not working as i hope it to be,
i tried to -ss 00:00:00 -t 00:10:00
and i still get the no space error, maybe space is not the issue?

nwtim 08-31-2012 10:43 PM

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


 
Quote:

Originally Posted by quackeroats (Post 53395)
ok it is not working as i hope it to be,
i tried to -ss 00:00:00 -t 00:10:00
and i still get the no space error, maybe space is not the issue?

Try it without the -ss and -t switches first. I've had inconsistent results with them and have been getting more consistent results when specifying the parameters in seconds rather than the xx:xx:xx format.


All times are GMT -6. The time now is 09:31 PM.