Published in: Bash
URL: http://handbrake.m0k.org/forum/viewtopic.php?t=1348&sid=057794ae1483a60644a0a4b48796e879
Command to convert DVD's to AppleTV, iPod, PS3, and PSP formats using the command line version of HandBrake.
1) AppleTV ./HandBrakeCLI -i DVD -o ~/Movies/movie.mp4 -B 160 -R 48 -E AAC -e x264 -f MP4 -m -p -b 2500 -x bframes=3:ref=1:subme=5:me=umh:no-fast-pskip=1:no-dct-decimate=1:trellis=2 2) iPod ./HandBrakeCLI -i DVD -o ~/Movies/movie.mp4 -B 160 -R 48 -E AAC -e x264b30 -f MP4 -m -b 1500 -x frameref=1:bframes=0:nofast_pskip:subq=6:partitions=p8x8,p8x4,p4x8,i4x4:qcomp=0:me=umh:nodct_decimate 3) PS3 ./HandBrakeCLI -i DVD -o ~/Movies/movie.mp4 -B 160 -R 48 -E AAC -e x264 -f MP4 -m -p -b 2500 -x level=41 4) PSP ./HandBrakeCLI -i DVD -o ~/Movies/movie.mp4 -B 128 -R 48 -E AAC -e FFmpeg -f MP4 -m -b 1024
You need to login to post a comment.
