Quote:
Originally Posted by lbeck
So what's the difference between video capturing and recording streaming video? The two functions seem to be treated separately on this site.
|
One is grabbing the video stream direct from the server i.e. whatever plays in your browser is downloaded directly. Video capturing on the other hand is just that, capturing the video that plays onscreen. Literally recording the pixels as they play.
Quote:
I'm getting confused regarding all of the software available for youtube capture.
|
Most youtube vids are simple http:// links, any browser with a videodownload extension will grab them for free VideoDownloadHelper for FF, or FastestTube for most others.
Quote:
All that I really want to do is to capture e.g. youtube video and save it to a file that I can work with, like MP4, AVI, or most of the going video formats. I am interested in the quality of the downloaded video and would like to capture HD video where it's available. And I have found some files that I thought were youtube but aren't. So I guess that I really want something that will capture what I see on the screen at the highest quality.
|
again, any browser extension will do it. Assuming its available in HD to begin with.
Quote:
I have software to convert video files but not FLV files, and I also can edit most popular formats like MP4 and AVI, so I'm not interested in paying more for software that will edit or convert. I only want a way to capture and save to a common format.
|
Most YT vids are H264/AAC inside an FLV container so can be remuxed to MP4 without loss. Some downloaders will allow downloading direct to MP4. For those that don't use ffmpeg (yes, it's free)
ffmpeg -i input.flv -vcodec copy -acodec copy output.mp4