I have some H264 files for which I want to check whether they are MBAFF coded or simply to say whether interlacing is enabled for them or not.
What are the ways or flags one can check to confirm the same?
There is a similar query here Detecting interlaced H264 but the same is partial and doesn't have a resolution.