HandBrake is a good software to convert videos, such as DVD to DivX.
Note: It seems that since version 0.9.4, HandBrake does not support most AVI and OGG containers, and no longer supports the Xvid codec.

Here’s how to convert DVD to DivX under Ubuntu:
Add deposits for HandBrake
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 62D38753
sudo bash -c 'echo "deb http://ppa.launchpad.net/handbrake-ubuntu/ppa/ubuntu jaunty main" > /etc/apt/sources.list.d/launchpad_handbrake.list'
(Jaunty is for Ubuntu 9.04. Adapt depending on your distribution.)
Install HandBrake
sudo apt-get update
sudo apt-get install handbrake-gtk
How to use it
Insert the DVD in your computer to convert and launch HandBrake. Click “Source”:

Check “Open VIDEO_TS folder”, then select your DVD and click on “Open “.

Then HandBrake scans the DVD.

In principle, HandBrake automatically selects the longest sequence (the film). This should be automatic. Verify that the length is consistent.

In the destination, choose the AVI container and then specify the destination file. Use a disc with lots of free space (over 10GB).

Under the “Video” tab:
- Choose codec MPEG-4 (Xvid) (which corresponds to DivX)
- Check “2-pass encoding” for a better quality of final image.
- Select the final size of the file (here: 700 MB).

Under the “Audio/Subtitles” tab, select the track in English and use the MP3 codec (lame). You have nothing else to edit.

Now you can start converting by clicking on the “Start” button.

Then just wait (a while). You will have at the end your AVI file of 700 MB.
Tags: DVD to DivX, How to, Linux, Softwares, Tips and Tricks, Ubuntu




These instructions are written for Jaunty.
In karmic it’s: sudo add-apt-repository ppa:handbrake-ubuntu
[...] DVD com HandBrake http://www.jabzweb.com/tips-an…..er-ubuntu/ [...]
[...] How to convert DVD to DivX under Ubuntu [...]