Handbrake - (Open Source)
Creating mp4 files or MKV DVD content is a very easy task with HandBrake.
HandBrake is mainly intended to generate MKV format from a DVD, or mp4 files. It allows to easily compress the DVD video from the hard disk including destination devices like iPod , iPhone, the PSP or AppleTV to standard MPEG-4 and MPEG-4 AVC (H.264) format. After detecting the source, the software interface has several tabs to adjust video parameters (codec, resolution, bitrate, approximate size of the video), audio ( track use, mixing), chapters in case of creation of a file that manages also advanced options for x264 files.
The software can use a choice of ffmpeg or XviD to encode the DVD. If the movie is on DVD, HandBrake will take care of the copy from the hard drive, but it may very well accept compress DVD already extracted to a folder. The video output format can be of MP4, AVI or OGM.
The application also allows to select one or two audio tracks. The encoding of these tracks can be made to AAC, MP3 or OGG format. It is possible to deinterlace the source, crop the image and of course resize or superimpose subtitles on the image.
HandBrake software has a clean and simple interface, being pretty easy to handle, but it can also be used for more advanced manipulation.
Universal input
HandBrake is no longer limited to DVDs: it will now accept practically any type of video as a source. This massive enhancement was achieved by tapping into the power of libavcodec and libavformat from the FFmpeg project.
Linux GUI
There is now an official GTK graphical interface for Linux, available as a binary for Ubuntu. This is the real deal, interacting directly with HandBrake's core library instead of just putting a pretty face on a command line interface. It has full feature parity with the Mac interface.
Video quality
The x264 project has really come into its own this year, and HandBrake 0.9.3 integrates the latest improvements to the H.264 encoding library. Picture quality has enhanced dramatically through the use of psychovisual rate distortion and adaptive quantization, and there have been significant speed optimizations.
Audio flexibility
HandBrake now offers total control over multiple audio tracks.
No more internal DVD decryption
Yeah, we know, no one reading this is going "Oh wow, no more DVD decryption--what a great new feature!" but...deal.
HandBrake will dynamically load VLC's copy of libdvdcss if you have it in your Applications folder in Mac OS X, and if you're on Linux, and you want to live on the wild side, you can install libdvdcss on your system and get the same effect.
Translation of the last paragraph from nerdese:
We're not about to stop you from choosing to decrypt DVDs. If you're on a Mac, and you have VLC 0.9.x installed, you won't even notice the internal capability's gone. If you're on Linux, all you have to do is install a library.
Persistent queues
When queueing up a bunch of videos to encode, you need no longer fear a crash in HandBrake's graphical interfaces. Queued jobs are cached to disk for safekeeping between sessions.
New, better organized presets (Be sure to run "Update Built-In Presets" from the Presets menu!)
The presets are now "nested" in folders and have evolved. Notably, there is a new Apple "Universal" preset, designed to play and look good doing so on anything from an iPod Nano to an AppleTV.
There have been many changes to most of them. Please be aware that most presets now use different settings. This means most of them are not suited for benchmarking 0.9.3 against 0.9.2. For example, the AppleTV preset is slower because it is now quality based, and produces much more efficient output. The Normal preset uses psychovisual rate distortion. The High Profile presets use psychovisual trellising. All of these setting changes can influence encoding time and output file size.
For comparison purposes, there are several presets in the Apple->Legacy folder (the old iPod High-Rez, the old AppleTV, and the old iPhone presets) which remain unchanged since 0.9.2.
Audio-video synchronization
HandBrake should now keep lip-synch as well as a DVD player can.
Decomb filter
HandBrake now offers a decomb filter, in the style of AviSynth's. It is a deinterlacer that can be left on all the time without degrading picture quality, because it only deinterlaces video when it visibly needs to be.
Multi-threaded deinterlacing
The "Slow" and "Slower" filters, as well as the new decomb filter, will now take advantage of as many processors as you can throw at them.
"Same as source framerate" really is the same as the source framerate
HandBrake now, by default, passes through the exact video framerate of the source instead of smoothing to a constant rate, which could lead to frames being duplicated or dropped.
Theora video encoding
HandBrake now can encode video using the Theora codec.
Updated libraries
Besides x264, updated libraries include libsamplerate, libogg, xvidcore, libmpeg2, lame, faac, and ffmpeg's libavcodec, libavformat, and libswscale.
Massive improvements to all interfaces