View Single Post
  #11  
Old 08-01-2012, 01:20 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: How to Capture stream of NBCOlympics.com


Quote:
Originally Posted by bulldog12
Also which application did u use to grab that youtube address?
I use Pale Moon but Firefox will also work.

Tools, Web Developer, Web Console

Quote:
Originally Posted by bulldog12
I went to the bin folder and double clicked on the ffmpeg file but only a command box flashed and went away.
You need to open the Command Prompt (Start Menu, Programs, Accessories).

Then change directory to where ffmpeg.exe is located

Code:
cd Downloads
Then run command to download

Code:
ffmpeg.exe -i URL -c copy out.ts
Please let it be very clear that I am not going more in to depth on this. You are asking about the very basics of the command line, something you should have learned long ago.
Reply With Quote