2018-02-10, 09:44 PM
I have an HDTV stream (29,97 fps, interlaced).
To sync it to the 23.976 stream, I do this:
I got this off the AviSynth wiki. It works, but it doesn't look very good. I get jagged edges, as if it had simply duplicated one field.
There must be a better solution for this, but I don't know it. What do you guys use in these cases?
Pardon about the title, I have no idea how this is properly called.
To sync it to the 23.976 stream, I do this:
Code:
src2=DoubleWeave(src2)
src2=Pulldown(src2,0,3)
I got this off the AviSynth wiki. It works, but it doesn't look very good. I get jagged edges, as if it had simply duplicated one field.
There must be a better solution for this, but I don't know it. What do you guys use in these cases?
Pardon about the title, I have no idea how this is properly called.