george_zhu
30th January 2004, 19:17
I captured 480x480 interlaced video with Virtual VCR from a Hi8 camcorder. How can I tell whether it is up field first or down field first?
sprit
31st January 2004, 00:53
I use avisynth and virtualdub, like this:
[list=1]
Create scriptAVISource("file.avi").AssumeTFF().SeparateFields() Open script i VD
Step forward frame by frame; if moving parts "jerks" (you'll know what I mean when you see it), then the video is BFF, otherwise it is TFF.
(optional, an extra check) Change 'AssumeTTF()' to 'AssumeBFF()' and try the clip that way
[/list=1]
(I assume "up field first" is top field first, and "down field first" is bottom field first.)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.