dvdrip.sh: add -forceidx option

This commit is contained in:
Josh Holtrop 2012-10-20 19:24:49 -04:00
parent cbf8003ce9
commit 4b757f4323

View File

@ -13,4 +13,4 @@ read title
mencoder dvd://"$title" -ovc lavc -af volnorm=1 \ mencoder dvd://"$title" -ovc lavc -af volnorm=1 \
-alang en -oac mp3lame -lameopts cbr:preset=128 \ -alang en -oac mp3lame -lameopts cbr:preset=128 \
-lavcopts threads=4:vbitrate=1200:v4mv:vhq:vcodec=mpeg4 -vf \ -lavcopts threads=4:vbitrate=1200:v4mv:vhq:vcodec=mpeg4 -vf \
pp=de,scale=720:-2 -nosub -o "$name.mpg" pp=de,scale=720:-2 -nosub -forceidx -o "$name.mpg"