Main > Everything Else
Youtube video downloading?
MaximRecoil:
--- Quote from: danny_galaga on February 15, 2008, 06:41:42 am ---
keepvid is easy to use. but ive had no success converting to any other format...
--- End quote ---
Use a program called FLVextract to demux the file into a video stream (which will be put in an AVI container but still have the same compression as when it was in the FLV container) and the MP3 audio. Make sure you have AVIsynth installed and then reference the AVI in an AVS script using the DirectShowSource command. For example:
--- Code: ---DirectShowSource("C:\movie.avi")
--- End code ---
You can then open the AVI video file in a video editing program that supports AVS scripts (such as VirtualDub) via the AVS script (which acts as a frame server). From there you can encode the video to whatever format you want and/or whatever format the video encoder you are using supports, and you can also mux in the MP3 audio stream.
Navigation
[0] Message Index
[*] Previous page
Go to full version