Is it easy to convert from TFF to BFF with AviSynth? Is the avs script below a proper way to convert from tff to bff?
Or there is a better way to convert from tff to bff than the method in the above avs script?
Code:
LoadPlugin("drive:\path\to\DGDecode.dll")
MPEG2Source("drive:\path\to\dgindex project.d2v")
AssumeTFF
SeparateFields()
Trim(1, 1000) # from a total of 1000 frames
Weave()
AssumeBFF