Category Archives: Video

Ripping DVD’s for iPod (and Touch) using MEncoder

It’s pretty simple, really. Just use the right video/audio options and you’re both iPod- and iPod Touch-compatible: #!/bin/bash if [[ "$2" == "" ]]; then echo “Usage: $0 <inputfile> <outputname>” echo “(<outputname> does not need an extension!)” exit 1 fi mencoder $1 -sws 9 -of lavf -lavfopts format=mp4 \ -vf scale=-2:320,dsize=576:320:0,harddup \ -ovc x264 \ [...]

Follow

Get every new post delivered to your Inbox.