Quantcast
Channel: VideoHelp Forum
Viewing all articles
Browse latest Browse all 45436

tff to bff with avisynth

$
0
0
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?
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

Or there is a better way to convert from tff to bff than the method in the above avs script?

Viewing all articles
Browse latest Browse all 45436

Trending Articles