Log in

View Full Version : How to determine if mpeg4 interlaced or progressive?


alexVS
22nd February 2008, 11:00
So that is the question.
How to determine if mpeg4 (divx, xvid, h264) interlaced or progressive?
For mpeg2 there is DGIndex, but how to determine this in mpeg4 (AVI, MP4, MKV)

Guest
22nd February 2008, 15:27
For mpeg2 there is DGIndex DGIndex won't tell you if the video content is actually interlaced. It will tell you only whether the MPEG stream was encoded as interlaced. Those two things are very different. You have to step through the fields and use your eyes for a definitive determination.

bond
2nd March 2008, 14:53
what neuron2 said or

for asp: mpeg4vol
for avc: h264parse

:search: