X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=README;h=89e8224716c4629fbdb1d1a7016c492c385064fe;hb=18a179be4b6dccfbc2ae566ea7486ab6759db866;hp=8fb2589e2a629e0319f8814871d7145416f51cb8;hpb=aacf74d70ad8d74b29fdffc4d5d9a98ae3485c11;p=rip_dvd%2F.git diff --git a/README b/README index 8fb2589..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 xvid 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 xvid 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 xvid 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/xvid -b 2000 -x -p xvid -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