Anyone know of a good free DVD to mp4 converter?
15 years ago
Im about to blow$50 on software that will let me convert my DVDs for use on my phone, could anyone possibly recommend any sort of shareware that would do the same job? Much appreciated!
FA+


http://www.dvdvideosoft.com/free-dv.....o-software.htm
http://www.softpedia.com/
http://handbrake.fr/
http://www.dvd43.com/
If you are unafraid of Command Lines....
ffmpeg will do Anything to Anything trans-coding... Just that you have to figure out how to apply the right options to it... For example...
# Converts to DivX format
ffmpeg.exe -i %1 -r 23.98 -b 1000K -vcodec mpeg4 -vtag divx -ab 128k -ac 2 %2
# Converts from FLV to MP4 iPhone
./ffmpeg.exe -i ${each}.flv -s 320x240 -b 400000 -sameq ./video/${each}.mp4;
http://www.erightsoft.com/S6Kg1.html
the download link is right at the bottom there. Don't be put off by complex controls of eastern-european looking website. it's never let me down!