xxxyzzzz
23rd August 2008, 17:42
Hi,
Here is a clip from Avatar: The Last Airbender:
http://www.mediafire.com/?zyjsl19ps9w
I am doing a two pass intended for VFR encoding
avisynth script pass 1:
tfm(movie,mode=0,pp=7,mi=40,output="tfm.txt").tdecimate(mode=4,output="stats.txt")
avisynth script pass 2:
tfm(movie,mode=0,pp=7).tdecimate(mode=5,hybrid=2,dupThresh=1.0,input="stats.txt",\
tfmin="tfm.txt",mkvout="timecodes.txt")
The problem: TFM doesn't seem to be matching the fields properly.
I have used YATTA to manually match the fields, and every one has a perfect match. I am just not insane enough to use YATTA on 61 episodes (yet.)
I have played around with many of the options in the TFM manual; micmatch, mode, pp, etc. The only thing that helps is pp set to 2 or 5 - but that is because it uses blend deinterlacing which makes the cartoon kind of 'gooey'.
Is there a way to get tfm to match properly?
Thanks,
Z
Here is a clip from Avatar: The Last Airbender:
http://www.mediafire.com/?zyjsl19ps9w
I am doing a two pass intended for VFR encoding
avisynth script pass 1:
tfm(movie,mode=0,pp=7,mi=40,output="tfm.txt").tdecimate(mode=4,output="stats.txt")
avisynth script pass 2:
tfm(movie,mode=0,pp=7).tdecimate(mode=5,hybrid=2,dupThresh=1.0,input="stats.txt",\
tfmin="tfm.txt",mkvout="timecodes.txt")
The problem: TFM doesn't seem to be matching the fields properly.
I have used YATTA to manually match the fields, and every one has a perfect match. I am just not insane enough to use YATTA on 61 episodes (yet.)
I have played around with many of the options in the TFM manual; micmatch, mode, pp, etc. The only thing that helps is pp set to 2 or 5 - but that is because it uses blend deinterlacing which makes the cartoon kind of 'gooey'.
Is there a way to get tfm to match properly?
Thanks,
Z