OSDN Git Service

fix auto suggest.
[rec10/rec10-git.git] / rec10 / trunk / src / ts2x264.py
index f369e6b..77ae4c4 100644 (file)
@@ -54,8 +54,8 @@ def encode(pin,pout,size,isvfr,is2pass,is24fps):
         encvf="-vf pullup,softskip"
         harddup=",pp=ac,pp=l5,unsharp=l3x3:0.75:c3x3:0.75,hqdn3d=2:1:2,harddup"
         bm=1
-        x264enc1=":me=hex:bframes=3:cqm=jvt"
-        x264enc2=":frameref=3:subme=8:subq=7:mixed_refs:partitions=all:8x8dct:direct_pred=auto:me=umh:bframes=3:weight_b:cqm=jvt"
+        x264enc1=":me=hex:bframes=3"
+        x264enc2=":frameref=6:subme=8:subq=7:trellis=2:aq-strength=0.6:deblock=1,1:psy-rd=0.4:partitions=all:8x8dct:direct_pred=auto:me=umh:bframes=3"
     if isvfr==1:
         ofps="-ofps 60000/1001"
         fps="-fps 60000/1001"