Field Operation
Color Space
YUV -> RGB
iDCT Algorithm
Reference iDCT implies lossless transformation for those who pursue for the limit.
For further information please refer to The Difference of Video Type.
Although VFAPI supports this function, however, it will pull down the decoding speed.
Avoid swapping field order through VFAPI unless it's really necessary.
The TFF flag of the first frame decides the field order.
You can check the field order by Info value (Top or Bottom field first) of Information Window.
For example, in order to display smoothly on TV, bottom field first is always necessary for Canopus DV Codec.
Most MPEG-2 streams are based on YUV 4:2:0 format.
It's necessary to be converted to other popular format for display and edit.
YUV 4:2:0 -> YUV 4:2:2 -> YUV 4:4:4 -> RGB 24-bit -> {GDI Display} -> most codecs
However, it's not widely supported by video codecs and graphics adapters.
Otherwise you won't see anything when previewing by YUV 4:2:2.
The RGB value of pure black on PC is (0, 0, 0) On the other hand, it's (16, 16, 16) on TV.
If you want to watch the video on PC, it's better to choose PC Scale for full-scale colors.
Video editors, encoders, and codecs all affect the color scale of the final result.
Try both scale and compare them on TV to see which one is smiliar to original source.
You must switch the Color Space to RGB 24-bit in order to tell the difference.