dragon_warrior
13th April 2011, 09:39
Hi there,
So I've got some hybrid footage that I'm going to encode to vfr using this guide (http://avisynth.org/mediawiki/TIVTC)
NTSC, two pass (enables use of conCycleTP parameter) mkv vfr for hybrid source.
First pass:
mpeg2source("c:\oursource.d2v")
tfm(d2v="c:\oursource.d2v",output="matches.txt")
tdecimate(mode=4,output="metrics.txt")
Second pass (not anime or cartoon):
mpeg2source("c:\oursource.d2v")
tfm(d2v="c:\oursource.d2v",input="matches.txt")
tdecimate(mode=5,hybrid=2,vfrDec=0,input="metrics.txt",tfmIn="matches.txt",mkvOut="mkv-timecodesfile.txt")
Unfortunately, the source is kinda tough and TFM simply cannot remove all of the interlacing lines, as you can see in these 2 captures:
http://img819.imageshack.us/img819/9922/sourcem.png
http://img852.imageshack.us/img852/5707/encode.png
And this is a 10-sec sample just in case you need it: http://www.embedupload.com/?d=2ZGRWYSEKH
Can I completely get rid of those residual artifacts? And is there a way to first IVTC the film sections, then leave the interlaced to another deinterlacer (not the TFM's built-in one)?
Thanks :thanks:
So I've got some hybrid footage that I'm going to encode to vfr using this guide (http://avisynth.org/mediawiki/TIVTC)
NTSC, two pass (enables use of conCycleTP parameter) mkv vfr for hybrid source.
First pass:
mpeg2source("c:\oursource.d2v")
tfm(d2v="c:\oursource.d2v",output="matches.txt")
tdecimate(mode=4,output="metrics.txt")
Second pass (not anime or cartoon):
mpeg2source("c:\oursource.d2v")
tfm(d2v="c:\oursource.d2v",input="matches.txt")
tdecimate(mode=5,hybrid=2,vfrDec=0,input="metrics.txt",tfmIn="matches.txt",mkvOut="mkv-timecodesfile.txt")
Unfortunately, the source is kinda tough and TFM simply cannot remove all of the interlacing lines, as you can see in these 2 captures:
http://img819.imageshack.us/img819/9922/sourcem.png
http://img852.imageshack.us/img852/5707/encode.png
And this is a 10-sec sample just in case you need it: http://www.embedupload.com/?d=2ZGRWYSEKH
Can I completely get rid of those residual artifacts? And is there a way to first IVTC the film sections, then leave the interlaced to another deinterlacer (not the TFM's built-in one)?
Thanks :thanks: