Log in

View Full Version : Trouble with source info


kalehrl
12th September 2013, 19:41
I'm having troubles determining the type of source after indexing.
MeGUI autodetection tells me it is partially interlaced and suggest Yadif as deinterlacer:
Load_Stdcall_Plugin("D:\Programs\MeGUI_0.3.5_x86_WithoutInstaller_OfflinePackage\tools\yadif\yadif.dll")
Yadif(order=-1)
I've got another DVD from the same series and the MeGUI autodetection tells me it is some kind of hybrid and suggest:
LoadPlugin("D:\Programs\MeGUI_0.3.5_x86_WithoutInstaller_OfflinePackage\tools\avisynth_plugin\TIVTC.dll")
tfm(order=0).tdecimate(hybrid=3)
I'm confused as to what to use.
Here is a cut from the source if anyone is interested:
https://mega.co.nz/#!l8xgmZgA!PPePZFJCaFit_zndF1HNtFQAxhcVouY7v3h8vVoMWok
Thank you

manono
14th September 2013, 08:18
Based solely on the sample provided, it's pure video/interlace. Don't trust the analyzers but use your own eyes.

kalehrl
14th September 2013, 14:57
Thank you for your reply.
I ran MeGUI autodetection on the sample itself rather than the whole video, and indeed it reported interlaced, bottom field first.
Autodetection on the whole video was wrong.