From: gn64_jp Date: Tue, 9 Mar 2010 03:49:24 +0000 (+0000) Subject: fix encode option. X-Git-Url: http://git.osdn.net/view?p=rec10%2Frec10-git.git;a=commitdiff_plain;h=0267c34de374decbda60f8bf42c7a86fe0c0bc72 fix encode option. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@475 4e526526-5e11-4fc0-8910-f8fd03428081 --- diff --git a/rec10/trunk/src/ts2x264.py b/rec10/trunk/src/ts2x264.py index 4b2bf74..218065a 100644 --- a/rec10/trunk/src/ts2x264.py +++ b/rec10/trunk/src/ts2x264.py @@ -68,7 +68,7 @@ def encode(pin,pout,size,is24fps,quality,crf): encvf="" txt="" encvf="-vf yadif=0,pp=l5" - harddup=",hqdn3d=2:1:2,unsharp=l3x3:0.75:c3x3:0.75,harddup" + harddup=",hqdn3d=2:1:2,harddup" ofps="-ofps 30000/1001" fps="-fps 30000/1001" x264fps="--fps 30000/1001" @@ -82,8 +82,8 @@ def encode(pin,pout,size,is24fps,quality,crf): fps="-fps 30000/1001" x264fps="--fps 24000/1001" x264tune="--tune animation" - encvf="-vf pullup,softskip" - harddup=",pp=l5,unsharp=l3x3:0.75:c3x3:0.75,hqdn3d=2:1:2,harddup" + encvf="-vf pullup,softskip,pp=l5" + harddup=",hqdn3d=2:1:2,harddup" if size == "HD": encvf = encvf + ",scale=1280:720::0:3"+harddup x264streamsize=u"1280x720"