death733
29th April 2007, 18:42
sometimes is instead of deinterlacing to 29.97, i like to convert the deinterlaced video to fully progressive at 59.94fps XviD.
the code i use for that is
complementparity
separatefields
SmoothDeinterlace(tff=true, doublerate=true)
but i've come across some video that is a clear 50i to 60i conversion. the motion is still good but does have some field blending (like other pal to ntsc stuff) so i was wondering if there was a good way to go from 60 back to 50 fields with out affecting the motion (then i would do the separatefields and smoothdeinterlace or just plain kerneldeint)
or would i just be better off leaving it in the 59.94fps?
the code i use for that is
complementparity
separatefields
SmoothDeinterlace(tff=true, doublerate=true)
but i've come across some video that is a clear 50i to 60i conversion. the motion is still good but does have some field blending (like other pal to ntsc stuff) so i was wondering if there was a good way to go from 60 back to 50 fields with out affecting the motion (then i would do the separatefields and smoothdeinterlace or just plain kerneldeint)
or would i just be better off leaving it in the 59.94fps?