View Single Post
Old 11th September 2009, 22:53   #5152  |  Link
Aratar
Registered User
 
Join Date: Sep 2007
Posts: 21
Another thing:

you can find out about the field order by evaluating movement using the avisynth command:

DirectshowSource("00xxx.m2ts", fps=29.97, framecount=10328, audio=false)
AssumeBFF().SeparateFields() <-- BFF if movement is fluent
#AssumeTFF().SeperateFields() <-- TFF if movement is fluent
ConvertToYV12()

as well as swap the field order for encoding with

SwapFields()

so I guess there'd be no need for a patched x264 version.
Aratar is offline   Reply With Quote