09.08.2020, 10:21
I'm noticing some ghosting effect (especially visible around body outline) in the decinterlaced footage. Is there something I can set in hybrid to solve that?
I read online that the following script worked for someone
which was originally using
Can this be translated to settings in Hybrid?
I read online that the following script worked for someone
AviSource("ExampleJan19SourceNo2.avi")
AssumeTFF()
ConvertToYV12(interlaced=true)
Yadif(order=1, mode=1) # or QTGMC()
SelectEven()
TDecimate()
which was originally using
DirectshowSource("C:\New Folder\Source.avi")
TFM()
TDecimate(Mode=1)
QTGMC( Preset="Slow" )
SelectEven()
LanczosResize(640,480)
AssumeFPS(23.976)
Can this be translated to settings in Hybrid?