Gew
2nd August 2010, 15:20
Hi guys!
Strange, x264 usually handles .avs input well. This time though, it's all messy. This is my script:
loadplugin("temporalcleaner.dll")
a=avisource("clip.09-03-29_11-57.00.avi",fourCC="DVSD",audio=true)
b=avisource("clip.09-04-02_12-24.00.avi",fourCC="DVSD",audio=true)
a+b
trim(200,0)
fadein(100)
fadeout(400)
crop(8,0,-8,0)
AssumeBFF().SeparateFields().SelectEven()
temporalcleaner
tweak(bright=15)
bilinearresize(512,288)
As you may see, very basic stuff. Thing is, my output is 512x576@12.50fps. Really strange parsing of my script. PAL DV clips are 720x576, so it has apparently only downscaled horizontally. Furthermore, my lazy discard-field deinterlacing is totally ignored, as output indeed becomes interlaced :/ Just downloaded most recent x264.exe build from 264.nl site, and same issue there. Am I doing something wrong?
Strange, x264 usually handles .avs input well. This time though, it's all messy. This is my script:
loadplugin("temporalcleaner.dll")
a=avisource("clip.09-03-29_11-57.00.avi",fourCC="DVSD",audio=true)
b=avisource("clip.09-04-02_12-24.00.avi",fourCC="DVSD",audio=true)
a+b
trim(200,0)
fadein(100)
fadeout(400)
crop(8,0,-8,0)
AssumeBFF().SeparateFields().SelectEven()
temporalcleaner
tweak(bright=15)
bilinearresize(512,288)
As you may see, very basic stuff. Thing is, my output is 512x576@12.50fps. Really strange parsing of my script. PAL DV clips are 720x576, so it has apparently only downscaled horizontally. Furthermore, my lazy discard-field deinterlacing is totally ignored, as output indeed becomes interlaced :/ Just downloaded most recent x264.exe build from 264.nl site, and same issue there. Am I doing something wrong?