The NEW Build Your Own Arcade Controls
Main => Everything Else => Topic started by: MPTech on February 14, 2008, 02:40:06 am
-
I tried a program called "YouTube Downloader" but it doesn't seem to work.
When I put the link in and hit start, I get this message (and an empty file)
HTTP/1.1 400 Bad Request
Does anyone know what I'm doing wrong
OR better yet, does anyone have a better program for downloading YouTube videos?
-
I've never got any firefox add-ons to work either.
-
http://www.zamzar.com/
Works every time so far.
-
These work as well
http://www.mediaconverter.org/
http://vixy.net/
-
http://www.zamzar.com/
Works every time so far.
Worked well, and converted straight to 3gp for my cell phone. Very cool.
-
For macs, I use SnapzPro. It captures, any one of the three following things: video, audio, and external mic. I use it at school to make tutorials for the students.
-
Saint, I tried zamzar and it worked just fine, THANKS!
-
For macs, I use SnapzPro. It captures, any one of the three following things: video, audio, and external mic. I use it at school to make tutorials for the students.
I use TubeTV. Works great and easy !
http://www.chimoosoft.com/products/tubetv/
O, and it's free.... :D
-
keepvid is easy to use. but ive had no success converting to any other format...
-
I use flvplayer. I copy the files from the temporary internet files folder (open it from "view files" from the internet options)
-
keepvid is easy to use. but ive had no success converting to any other format...
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:
DirectShowSource("C:\movie.avi")
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.