Skip to main content

Video Conversion: DVD to iPod

There are so many websites and tools available for getting DVD's onto the iPod it's difficult to know where to start. I've been using Videora for converting files to toi play on the iPod, but the Videora does no not handle DVD's directly. After much trial and error I've settled on the following process for ripping my DVD movie collection.

Step 1: RIP the DVD
There are lots of tools available to copy (backup) your DVD library to your PC. My personal choice is RipIt4Me. I skip the step to re-burn a copy to a black DVD, I just store the raw DVD Rip on my External USB Hard Drive.

Step 2: Convert RIP'ed DVD to iPod
Again there is a wide choice of tools available. The best free application I've found for this is Handbrake. Originally for the Mac, the latest version is now available for Windows. As with all of the video conversion tools I've tried you have to set the various conversion options which can be a bit daunting. I've settled on two different profiles, depending on the type of DVD I'm converting. A Basic profile for cartoons and TV shows and a High Quality profile for movies.
Basic Profile
Encoder: H.264 (iPod)
Width/Height: 320 x 240
Cropping: Auto Crop
Video BitRate: 768
Advanced Output Settings: none
Audio BitRate: 128
High Quality Profile
Encoder: H.264 (iPod)
Width/Height: 640 x 480
Cropping: Auto Crop
Video BitRate: 1500
Advanced Output Settings: 2-Pass encoding
Audio BitRate: 160
Remember to give the output filename an .mp4 extension. And ensure you've selected the H.264 (iPod) encoder not just the H.264

Step 3: Copy video to iPod
In iTunes you can select Add File to Library... to add the movie file to the Movies section. Then Sync your iPod. Done.

Comments

Popular posts from this blog

Meego 1.1 on Aser Aspire One AOA 110

I've previously covered some to the modifications required to improve Meego on the Acer Aspire One. Having just reinstalled Meego 1.1 (note, the the no easy upgrade form 1.0, the recommended approach is a fresh install), here is a summary of the Meego AA1 tweeks. Enable right hand side SDHC Card Reader Add the following line to /etc/rc.local /sbin/modprobe pciehp pciehp_force=1 > /dev/null 2>&1 Increase battery life Add the lines suggested in the "Increase Battery Life" section at  https://help.ubuntu.com/community/AA1/Using   to the end of  /etc/rc.local Fix suspend issue when SDHC cards are mounted At the following line to beginning of /usr/sbin/pm-suspend umount /dev/mmcblk*p* Changes bfrfs settings for SSD usage Modify  /etc/fstab  to change  realatime  to  noatime  and add the btrfs option  ssd_spread /dev/sda2 / btrfs defaults,noatime,nodatasum,ssd_spread 1 1 Reduce SSD disk IO use tmpfs To reduce the...

Gaim Instant Messaging (IM) Client

Gaim is an excellent open source IM client that supports the main messaging platforms (MSN, Yahoo!, AIM, ICQ etc). Gaim does not support all of the fancy new features available in the main IM clients, but when it comes to plain and simple messaging Gaim is a winner for me. I largly use Gaim as my messaging client at work where I don't care for audio and video features and animated emoticons. There are also a number of Gaim plugin extenstions available. My personal favorite is the Guifications plugin in conjuction with the MSN Guifications theme which provides MSN messenger style popup notifications in the corner of the screen.

Video Conversion: Windows Media Center (MCE) DVR-MS to iPod Video

I treated myself to an iPod Video a couple of weeks ago, and after loading up my music collection I decided to try and move some recorded TV shows from my Media Center PC onto the iPod. The iPod won't play the Media Center recording directly, so they need to be converted to the appropriate video format, which is typically H.264 encoded video and AAC encoded audio in an .mp4 container. After much searching around and trying a variety of video conversion tools I settled on the following fairly straightforward approach using a couple of freely available applications. The first tool is used to convert the media center files to a non-proprietary format, and then the second step is to re-encode the video in a format suitable for the iPod. Step 1 - Convert the Windows Media Center DVR-MS recording to MPEG-2 video format Download and install the latest 1.1.0.x version of DVRMSToolbox (the 1.2.0.x versions are for Windows Vista only). Launch the DVRMStoMPEGGUI tool Start > All Programs ...