X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=README;h=89e8224716c4629fbdb1d1a7016c492c385064fe;hb=18a179be4b6dccfbc2ae566ea7486ab6759db866;hp=33f8b10b19c00cd634abba97b58302dd9d38a146;hpb=aa526a7bbd385ca4ac9254cdcb8ac2dd4fa67ef7;p=rip_dvd%2F.git diff --git a/README b/README index 33f8b10..89e8224 100644 --- a/README +++ b/README @@ -59,13 +59,13 @@ I choose to place it on the optical menu. COMMAND LINE EXAMPLES ---------------------------------------------- -Rip a DVD into a compressed AVI file with default hdtv profile: +Rip a DVD into a compressed AVI file with default xvidvhq profile: > rip_dvd -d /path/to/dest/dir -b 2000 -x -Rip a DVD into a compressed AVI file with default hdtv profile scaling to 320x240 compressed video size: +Rip a DVD into a compressed AVI file with default xvidvhq profile scaling to 320x240 compressed video size: > rip_dvd -d /path/to/dest/dir -b 2000 -x -a 320:240 -Rip a DVD into a compressed AVI file with default hdtv profile targetting a certain compressed video filesize (in MB): +Rip a DVD into a compressed AVI file with default xvidvhq profile targetting a certain compressed video filesize (in MB): > rip_dvd -d /path/to/dest/dir -b 2000 -x -s 650 Rip a DVD into a VOB file: @@ -90,6 +90,6 @@ Rip a DVD into a compressed MP4 file for an ipod AND again for a compressed AVI > dvdname=`volname /dev/dvd | awk '{ print $1 }'` > rip_dvd -d /path/to/dest/dir -v > rip_dvd -d /path/to/dest/dir/ipod -b 2000 -x -p ipod -n /path/to/dest/dir/$dvdname.VOB -> rip_dvd -d /path/to/dest/dir/hdtv -b 2000 -x -p hdtv -n /path/to/dest/dir/$dvdname.VOB +> rip_dvd -d /path/to/dest/dir/xvid -b 2000 -x -p xvidvhq -n /path/to/dest/dir/$dvdname.VOB > rm /path/to/dest/dir/$dvdname.VOB