dvdrip: up vbitrate to 2000
This commit is contained in:
parent
9f0e7e6131
commit
8f16e8df61
2
dvdrip
2
dvdrip
@ -60,7 +60,7 @@ for tn in titles:
|
||||
Popen(['mencoder', 'dvd://%s' % tn, '-ovc', 'lavc',
|
||||
'-af', 'volnorm=1', '-alang', 'en', '-oac', 'mp3lame',
|
||||
'-lameopts', 'cbr:preset=128',
|
||||
'-lavcopts', 'threads=4:vbitrate=1200:v4mv:vhq:vcodec=mpeg4',
|
||||
'-lavcopts', 'threads=4:vbitrate=2000:v4mv:vhq:vcodec=mpeg4',
|
||||
'-vf', 'pp=de,scale=720:-2', '-nosub', '-forceidx',
|
||||
'-o', ofname]).wait()
|
||||
if _minsize != 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user