View Full Version : Interlaced Video
Guilllo
30th August 2006, 11:22
Hi all !
I've ripped a dvd and would like to know if my video is interlaced.
Thanks
smok3
30th August 2006, 12:50
directshowsource("file.avi")
# or in your case some mpeg2 source...
# open this and see if the motion is progresing to determine if
# field order is bottom first, or top first
AssumeBFF().SeparateFields()
#AssumeTFF().SeparateFields()
is there is no difference in both cases, then the video is P.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.