theeht
3rd October 2003, 22:34
I have some video captured in avi from a VHS source at 29.97 fps, 352x480 resolution. The material is a Russian silent film from 1927.
The progressive/interlaced sequence pattern, consistent throughout the film, is:
2 frames progressive, 1 frame interlaced, 1 frame progressive, 1 frame interlaced.
Can anyone give me a strategy for inverse telecine using either VirtualDub or Avisynth? I tried using decomb.dll with the following in an avisynth script fed to VirtualDubMod:
Telecide()
Decimate(cycle=5)
But the resulting file gave me many repeated frames, occurring in a pattern I can't figure out, i.e. the following sequence:
single repeated frame after 1,3,4,3,1,3,3,5,1,4 frames
I also tried using the TElecide filter in Virtualdub with threshold of 10, which let some interlacing artifacts through but with no repeated frames (slower to encode as well, of course).
Any help would be much appreciated. Hope this is clear, I'm not advanced in these matters.
The progressive/interlaced sequence pattern, consistent throughout the film, is:
2 frames progressive, 1 frame interlaced, 1 frame progressive, 1 frame interlaced.
Can anyone give me a strategy for inverse telecine using either VirtualDub or Avisynth? I tried using decomb.dll with the following in an avisynth script fed to VirtualDubMod:
Telecide()
Decimate(cycle=5)
But the resulting file gave me many repeated frames, occurring in a pattern I can't figure out, i.e. the following sequence:
single repeated frame after 1,3,4,3,1,3,3,5,1,4 frames
I also tried using the TElecide filter in Virtualdub with threshold of 10, which let some interlacing artifacts through but with no repeated frames (slower to encode as well, of course).
Any help would be much appreciated. Hope this is clear, I'm not advanced in these matters.