Log in

View Full Version : Deinterlace problem in MEGUI


greatmagician
12th August 2009, 09:06
hello I'm using Megui
I have problem when i make analyse i get TDecimate

http://i30.tinypic.com/2zf8qqr.jpg

DGDecode_mpeg2source("C:\KIDA_RIDHA\VIDEO_TS\VTS_01_1.d2v", info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
TDecimate(cycleR=1)
crop( 0, 94, 0, -94)

i try yadif and other but same
alot of line in video

i make test and I play the video on smplayer then i chose Deinterlace in this choice and work good
http://a.imagehost.org/0338/d_6.jpg
what the kind if this choice ?
or there is another way to get good result

thewebchat
12th August 2009, 15:31
Well, maybe it could be that TDecimate does not deinterlace. Further help will require a sample of the source.

greatmagician
12th August 2009, 17:31
here is sample (http://www.mediafire.com/?b25tkdmj02z)for vob file :)

I wanna know what the best for Deinterlace yadif or what ? i'm always have problem for this step I'm using this script

Load_Stdcall_Plugin("D:\Program Files\megui\tools\yadif\yadif.dll")
TFM(pp=2,cthresh=1,clip2=Yadif())

do u think this the best ? or there is better method ?

thewebchat
13th August 2009, 00:34
1) You could at least try to type in grammatically coherent English.

2) Asking what is the "best" is not allowed here.

3) Just by looking at your source, it is apparent that it is (very) badly resized interlaced content. There is no way to deinterlace it because it is no longer interlaced. Actually, the incredibly poor quality makes me think that there is a Rule 6 violation going on here.