Log in

View Full Version : How to correct mismatched Fields in progressive video ?


Fudoh
26th August 2006, 01:38
Hi fellows,

I've got a weird DVD here. It's source is progressive PAL (filmbased, incl. 4% speedup) but the fields in the stream on the DVD are completey mismatched.

While the fields should look like this:

A1 B1 C1 D1 E1 F1 G1 H1
A2 B2 C2 D2 E2 F2 G2 H2

The actual videostream looks like this:

A1 B1 C1 D1 E1 F1 G1 H1
B2 C2 D2 E2 F2 G2 H2 G2

Any ideas how I can correct this ??

Thanks,
Tobias

actionman133
26th August 2006, 03:16
Try this:

AssumeBFF ().DoubleWeave ().SelectOdd ()

If that looks the same, use TFF.

scharfis_brain
26th August 2006, 07:38
assum?ff() is NOT needed.
MPEG2Source() sets the fieldorder depending how it is flagged within the D2V

Nikos
26th August 2006, 16:48
But if the flag is wrong then we must use assumeTFF()
or assumeBFF().

Hurricane Neddy
27th August 2006, 03:43
Isn't that just field-shifted material? If so all you need is a frame matcher like tfm or telecide.