OSDN Git Service

simplize some src.
[rec10/rec10-git.git] / rec10 / trunk / src / ts2xvid.py
index 0a9a2fd..37ad146 100644 (file)
@@ -47,7 +47,6 @@ def ts2xvid(pin,pout,opts):#sizeは"HD"か"SD"
     else:
         encvf=encvf+"scale=1280:720,harddup"
         bitrate="bitrate="+tv2avi.Bitrate_HD
-
     if dualpass==1:
         pas1exe="mencoder \'"+pin+"\' -ovc xvid "+encvf+" -xvidencopts "+bitrate+":threads=2:pass=1:turbo -passlogfile \'"+pin+".log\' "+"-oac mp3lame -lameopts cbr:br=128 -o /dev/null"
         pas2exe="mencoder \'"+pin+"\' -ovc xvid "+encvf+" -xvidencopts "+bitrate+":threads=2:pass=2 -passlogfile \'"+pin+".log\' "+"-oac mp3lame -lameopts cbr:br=128 -o \'"+pout+"\'"