Possible Duplicate:
Which is the best tool to convert DVD films to avi (ripping)?

How do I convert movies from the format on DVDs to MP4?

link|improve this question
Programmaticaly? or are you just looking for software? – Iznogood Aug 13 '10 at 2:29
feedback

migrated from stackoverflow.com Aug 13 '10 at 2:31

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Sathya Jun 27 '11 at 9:07

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

handbrake

link|improve this answer
1  
You beat my to the punch! But I agree with thomasrutter; HandBrake is definitely the way to go. – Ryan Aug 13 '10 at 2:46
Handbrake will post a problem on Windows and Linux, Windows because it's a lot stricter DRM-wise, and Linux because it doesn't have a Linux version anymore :'-(. On Windows, HowToGeek has a very nice guide for that: howtogeek.com/howto/13516/… – digitxp Aug 13 '10 at 3:06
DRM is problematic, but tools like DVDFab Decrypter and AnyDVD and DVD43 it's bit too difficult to rip the dvds. – afrazier Nov 13 '10 at 1:45
feedback

MediaCoder is your friend.

MediaCoder is a free universal media transcoder since 2005. It integrates most popular audio/video codecs and tools in an elegant and transparent manner into an all-in-one transcoding solution.

link|improve this answer
feedback

My method is to use DVDDecrypter in "Single FILE mode" (no splitting) to aggregate the .VOB data into a single .VOB on my hard drive and then use AVIDemux to rip the video as a .AVI container with .mp3 audio and MPEG-4 video. Easy. Usually a 20 minute process.

link|improve this answer
feedback