View Single Post
Old 18th May 2013, 23:34   #4  |  Link
ChiDragon
Registered User
 
ChiDragon's Avatar
 
Join Date: Sep 2005
Location: Vancouver
Posts: 600
What you describe is one proper way to check.

Whether the fields align when they are weaved together for computer display depends on which one is captured first. If they aren't already aligned, all you have to do is remove the first field (or add one to the start if that first field is somehow essential to you). The solution I always use is SeparateFields().Trim(1,0).Weave() but there are other ways to do the same thing.

Thread

Warperus has mentioned another issue which is that you need to base the way you handle chroma on whether the encoder used progressive mode or interlaced mode.

Last edited by ChiDragon; 18th May 2013 at 23:48.
ChiDragon is offline   Reply With Quote