X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=README;h=fa53acd6622149a363f84534432f6c5b1139f8ae;hb=da4dbdef0be1dc3b23d550c6cc93c58776a96efb;hp=02b8a0f34458845e59379a72a83f04f86caf2295;hpb=8489a9163544ea5db0448d031ef521bc3ea3c452;p=rip_dvd%2F.git diff --git a/README b/README index 02b8a0f..fa53acd 100644 --- a/README +++ b/README @@ -6,6 +6,9 @@ The following packages need to be installed on your system: Package Dependencies (apt-get install these for example): lsdvd dvdauthor gddrescue dvdbackup tovid mencoder mplayer genisoimage libdvdcss2 +NOTE: In Ubuntu, depending on your version, replace libdvdcss2 with what you find on this page. + https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs + Specific Executable (program) Dependencies (must be found in $PATH): volname makexml lsdvd dvdauthor gddrescue dvdbackup mencoder mplayer mkisofs @@ -108,13 +111,13 @@ else on your system and change it appropriately to meet your needs. COMMAND LINE EXAMPLES ---------------------------------------------- -Rip a DVD into a compressed AVI file with default xvidvhq profile: +Rip a DVD into a compressed AVI file with default xvidhq profile: > rip_dvd -d /path/to/dest/dir -b 2000 -z -Rip a DVD into a compressed AVI file with default xvidvhq profile scaling to 320x240 compressed video size: +Rip a DVD into a compressed AVI file with default xvidhq profile scaling to 320x240 compressed video size: > rip_dvd -d /path/to/dest/dir -b 2000 -z -a 320:240 -Rip a DVD into a compressed AVI file with default xvidvhq profile targetting a certain compressed video filesize (in MB): +Rip a DVD into a compressed AVI file with default xvidhq profile targetting a certain compressed video filesize (in MB): > rip_dvd -d /path/to/dest/dir -b 2000 -z -s 650 Rip a DVD into a VOB file: @@ -139,6 +142,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 -z -p ipod -n /path/to/dest/dir/$dvdname.VOB -> rip_dvd -d /path/to/dest/dir/xvid -b 2000 -z -p xvidvhq -n /path/to/dest/dir/$dvdname.VOB +> rip_dvd -d /path/to/dest/dir/xvid -b 2000 -z -p xvidhq -n /path/to/dest/dir/$dvdname.VOB > rm /path/to/dest/dir/$dvdname.VOB