Is any tool available for judging AVI field order.For example I use TMPGEnc 2.5 for encoding video and on it's wizard I can read field order but in some cases I have problem. I use Vegas 6 for editing video then frameservering with debug frameserver to TMPGEnc for encoding to MPEG.For instance I put DV AVI ( Even field A) on timeline, I start with PAL project 720x576 (Even field A) too, then frameserving to TMPGEnc but here, TMPGEnc judging expert says that field are Odd B, what is not corect.Where is the problem????
Regards.
+ Reply to Thread
Results 1 to 3 of 3
-
QUALITY HAS A NAME
-
Hi MI6,
As far as I know, there is no tool for identifying what the field order of an AVI is. DV AVI is, I believe, nearly always bottom field first. Have you tried that in your video editing project?
Have you tried encoding anyway? You may find that it turns out OK. If not, just reverse the order in the encoder.There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.
Carpe diem.
If you're not living on the edge, you're taking up too much room. -
To determine the field order, the most guaranteed way is to use AviSynth:
AviSource("C:\Path\To\Video.avi")
AssumeTFF()
SeparateFields()
Open it in VDub(Mod). Advance a frame at a time in a place where there's movement. If the motion is steadily in one direction, it's top field first. If the motion is in a jerky backwards and forwards manner, it's bottom field first.
And as daamon says, DV AVIs are almost always bottom field first.
Similar Threads
-
AVI Field Order
By Ash McKenzie in forum Newbie / General discussionsReplies: 1Last Post: 1st May 2012, 00:52 -
Field Order
By Tafflad in forum Authoring (DVD)Replies: 9Last Post: 30th Jan 2010, 00:38 -
field order and cce
By cd090580 in forum Newbie / General discussionsReplies: 3Last Post: 17th May 2008, 16:11 -
Field order?
By miamicanes in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 12th Sep 2007, 16:14 -
About TMPGEnc judging field order
By jmayme in forum Newbie / General discussionsReplies: 1Last Post: 3rd Jul 2007, 13:56