kobe4rings
14th February 2008, 23:24
Hello,
I am using MeGui to Deinterlace some 480i Basketball games I capture from HDchannels through S-Video and encode them to x264. I find the Internal Deinterlacers that come with MeGui to not properly deinterlace the games and the final ouput doesnt look very well after encoding. Could anybody give me some insight on what deinterlacer(s) would do the proper job of deinterlacing it as much as possible? Any help would be appreciated. If you need more info please so ill provide it ASAP.
I Have included the untouched sample and the encoded sample. Please tell if im correct when i say its not entirely deinterlaced.
Untouched Clip (http://www.mediafire.com/?ccnpsxnnsci)
Encoded Clip (http://www.mediafire.com/?22nszxilmee)
The avisynth script Megui created for the clip is :
DGDecode_mpeg2source("C:\Documents and Settings\gaby\My Documents\sample.d2v",info=3)
ColorMatrix(hints=true,interlaced=true)
Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=1)
crop( 10, 58, 0, -64)
LanczosResize(640,352) # Lanczos (Sharp)
#denoise
I am using MeGui to Deinterlace some 480i Basketball games I capture from HDchannels through S-Video and encode them to x264. I find the Internal Deinterlacers that come with MeGui to not properly deinterlace the games and the final ouput doesnt look very well after encoding. Could anybody give me some insight on what deinterlacer(s) would do the proper job of deinterlacing it as much as possible? Any help would be appreciated. If you need more info please so ill provide it ASAP.
I Have included the untouched sample and the encoded sample. Please tell if im correct when i say its not entirely deinterlaced.
Untouched Clip (http://www.mediafire.com/?ccnpsxnnsci)
Encoded Clip (http://www.mediafire.com/?22nszxilmee)
The avisynth script Megui created for the clip is :
DGDecode_mpeg2source("C:\Documents and Settings\gaby\My Documents\sample.d2v",info=3)
ColorMatrix(hints=true,interlaced=true)
Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=1)
crop( 10, 58, 0, -64)
LanczosResize(640,352) # Lanczos (Sharp)
#denoise