Pentajet
21st August 2006, 17:09
I have posted this in the AVISynth forum but I am open to anything (using other programs).
I have this NTSC animation movie that I want to convert to PROGRESSIVE PAL content without having to remove non-identical frames.
The source looks to be PAL telecined (25fps->29.97fps) material with sequences of six frames as follows:
frame 1 = progressive
frame 2 = interlaced
frame 3 = interlaced
frame 4 = interlaced
frame 5 = interlaced
frame 6 = progressive
I applied the command:
Telecide(order=0,post=2,blend=false,vthresh=2,chroma=true,back=1,show=true)
I also tried many variations but none worked. With the above I got the best result that is:
frame 1= progressive
frame 2= progressive
frame 3= (almost) progressive but some chroma is mismatched
frame 4= interlaced
frame 5= progressive
frame 6= progressive and copy of frame 5 as desired (to decimate later)
The problem is obviously frame 3 & 4. Any suggestions?
Here are samples of the DVD:
Raw (re-encoded with VDubMod):
http://www.file.sc/9e2278/sampleraw.avi
My result:
http://www.file.sc/23b734/sampledone.avi
I have this NTSC animation movie that I want to convert to PROGRESSIVE PAL content without having to remove non-identical frames.
The source looks to be PAL telecined (25fps->29.97fps) material with sequences of six frames as follows:
frame 1 = progressive
frame 2 = interlaced
frame 3 = interlaced
frame 4 = interlaced
frame 5 = interlaced
frame 6 = progressive
I applied the command:
Telecide(order=0,post=2,blend=false,vthresh=2,chroma=true,back=1,show=true)
I also tried many variations but none worked. With the above I got the best result that is:
frame 1= progressive
frame 2= progressive
frame 3= (almost) progressive but some chroma is mismatched
frame 4= interlaced
frame 5= progressive
frame 6= progressive and copy of frame 5 as desired (to decimate later)
The problem is obviously frame 3 & 4. Any suggestions?
Here are samples of the DVD:
Raw (re-encoded with VDubMod):
http://www.file.sc/9e2278/sampleraw.avi
My result:
http://www.file.sc/23b734/sampledone.avi