Carpo
20th July 2011, 14:27
To de-interlace a video, i have done a lot of reading on how to tell if it is interlaced or not, I'm not sure how to go from there.
In MeGUI it tells me i need
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate(mode=1,hybrid=3)
Now I managed to work out from the guides/FAQS that i have been reading how to select which method i would need to use, I am unsure how to work out the options.
I assume (mainly because i looked at megui) that order=1 one is for TFF which this content is, order=0 would be for BFF, how do I work out the tdceimate part?
At the moment the content I am working with comes up as either - Partially Interlaced in MeGUI which it tells me I would need to use yadif - how do i work out if its partially or fully interlaced? or it shows as Hybrid film/interlaced. Mostly Interlaced.
All content so far is 25fps DVD MPEG2 - the bluray isn't an issue :)
In MeGUI it tells me i need
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate(mode=1,hybrid=3)
Now I managed to work out from the guides/FAQS that i have been reading how to select which method i would need to use, I am unsure how to work out the options.
I assume (mainly because i looked at megui) that order=1 one is for TFF which this content is, order=0 would be for BFF, how do I work out the tdceimate part?
At the moment the content I am working with comes up as either - Partially Interlaced in MeGUI which it tells me I would need to use yadif - how do i work out if its partially or fully interlaced? or it shows as Hybrid film/interlaced. Mostly Interlaced.
All content so far is 25fps DVD MPEG2 - the bluray isn't an issue :)