View Full Version : Deinterlaced using blend-back to interlaced
Terka
2nd August 2007, 11:36
Is it possible to restore original interlaced material from "blend deinterlaced" one?
Or even better get 25p or 50p deinterlaced using "Motion
compensation" deinterlacer like mcbob or mvbob?
Thank you
Terka
Didée
2nd August 2007, 11:55
Impossible, I'd say.
interlaced:
..-10-20-10-20-10-..
"blend-deinterlaced":
..-15-15-15-15-15-..
Short of clean references, there is nothing to restore.
Tack
2nd August 2007, 13:21
MPlayer has an mcdeint filter which takes one field per frame as input and uses motion compensation to fill in the details, as it were. If this filter was ported to avisynth, you could try it.
mcdeint=[mode[:parity[:qp]]]
Motion compensating deinterlacer. It needs one field per frame as input and must thus
be used together with tfields=1 or yadif=1/3 or equivalent.
<mode>
0: fast
1: medium
2: slow, iterative motion estimation
3: extra slow, like 2 plus multiple reference frames
<parity>
0 or 1 selects which field to use (note: no autodetection yet!).
<qp>
Higher values should result in a smoother motion vector field but less optimal
individual vectors.
Although it looks like I may have misunderstood your question. If you're given 25fps and you want to restore 50 fields per second interlaced, or 50 frames per second progressive, you will need some sort of temporal frame interpolation filter. I'm not sure know how to do that.
Terka
2nd August 2007, 14:11
There are 2 fields blended one with other.
So the techique, if exists, must compare two frames and somehow
substract one from the other.
scharfis_brain
2nd August 2007, 16:50
you cannot subtract them if the source was true interlaced.
if it was 3:2 Pulldown telecined you may achieve decent results with special subtraction/merging patterns for 23.976fps output.
But this only works, cause you'll get at least one good (non-ghosted) frame every x frames.
Terka
3rd August 2007, 13:16
>Sharfi: is there on forum some script which can be tried on this?
scharfis_brain
6th August 2007, 08:20
There is a script to undo blend deinterlaced 3:2 pulldown movie stuff.
But I don't know where it is...
Didée
6th August 2007, 08:39
That's "FixBlendIVTC" by MOMonster, contained in R_pack (http://forum.doom9.org/showthread.php?p=749989#post749989).
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.