How can a video be tagged as interlaced in Media info yet when I play back the asset frame by frame I see no interlacing?
+ Reply to Thread
Results 1 to 4 of 4
-
-
mediainfo just reads the header information it can be incorrect
for example , actual content can be progressive, but encoded as interlaced , and mediainfo would call it "interlaced"
another possibility is your decoder or application used to parse, is applying deinterlace filter or separating fields automatically - most NLE's and editing software do this -
Looking at the header is unreliable. It's like "judging a book by it's cover" . But that' s what mediainfo is doing. Alternatively you can use a hex editor to view the header information - again this does not necessarily bear any truth to the actual content
If you want to find the true nature, you need to examine the fields (not frames) and step through them. Consecutive repeated fields would be progressive, different fields would be interlaced, because each field is a separate moment in time - that's the basic definiton of interlaced. (There are other combinations like telecined, field blended but those are the main ones)
If you want a procedure on a PC to do this with avisynth .
http://neuron2.net/faq.html#analysis
EDIT: I just saw your specs and you are on a MAC. Sorry - I don't know how you would do this on a mac. Perhaps a mod can move this thread.
Similar Threads
-
Can an interlaced file appear not to be interlaced on the monitor?
By rcavanah in forum Authoring (DVD)Replies: 5Last Post: 10th Sep 2011, 22:09 -
Interlaced.... or not?
By pgoelz in forum Capturing and VCRReplies: 29Last Post: 15th May 2011, 22:20 -
Converting DV to H.264 and comparing interlaced/de-interlaced
By amirh1 in forum Video ConversionReplies: 5Last Post: 23rd Jun 2010, 09:16 -
Convert interlaced HD to interlaced SD with AVISynth
By jorbje in forum Video ConversionReplies: 19Last Post: 22nd Mar 2008, 18:48 -
interlaced pc/TV
By pantsdavies in forum Newbie / General discussionsReplies: 9Last Post: 12th Dec 2007, 20:58