Log in

View Full Version : AVS 2.5: Wrong field order on weave


frank
10th January 2003, 20:05
It took me a long time to fix this bug.
The weave instruction ignored the field order, results were BFF.

Source: interlaced PAL movie with TFF order.

Script elements:
mpeg2source("E:\temp\movie.d2v",idct=5)
Crop(76,72,568,432)
SeparateFields
...
AssumeTFF
Weave
ConvertToYUY2Without the red AsumeTFF the field order was set to BFF, regardless of commands like ComplementParity before SeparateFields.
Or, may be the SeparateFields instruction does it wrong?

Normally the SeparateFields/Weave combination must not change the field order.

sh0dan
10th January 2003, 21:13
Sounds quite possible. I'll investigate!