View Full Version : Rather strange edeintted(?) error
check
29th July 2006, 14:41
http://project357.com/ul/upload/checkers_strangeoutput_1.jpg
I was messing around in the MeGUI script creator and it suggest TDeint + edeintted and finally output this for the deinterlace:
edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
TDeint(order=1,edeint=edeintted)
Which gives the strange image output above. Could someone tell me what the problem is? The source is a normally interlaced PAL video - I ended up using mvbob() for a great output in the end.
foxyshadis
30th July 2006, 00:33
You sure the field order's correct? Assuming it is, does this have the same problem?
AssumeTFF
edeintted=SeparateFields.EEDI2(field=-2)
TDeint(mode=1,edeint=edeintted).SelectEven()
Posting a snippet of video would probably help a lot.
check
30th July 2006, 06:51
Ahh yes, the field order was incorrectly found. Changing it to assume BFF fixed it - and your suggestion seemed to work when assuming either TFF or BFF. I'll go pester the MeGUI devs and upload the sample for them in the next week or so.
Alain2
30th July 2006, 09:09
I have similar problems using this script foxyshadis with the live DVD of Queen in Wembley (PAL interlaced, video qulity is rather bad) : Pict1 (http://img228.imageshack.us/img228/4149/tempbk0.jpg) Pict2 (http://img89.imageshack.us/img89/8981/tempzz9.jpg) Pict3 (http://img89.imageshack.us/img89/3259/tempnr8.jpg) Pict4 (http://img213.imageshack.us/img213/5436/tempmc1.jpg)
I don't know if it's possible to do proper bobbing on this type of source (lots of compression artefacs on the DVD), but I can't find a deinterlacer that don't produce the artefacs on the pictures above..
foxyshadis
30th July 2006, 09:32
That looks like typical artifacts of tdeint. Try securedeint or mvbob instead. TDeint has other parameters you can change if you don't want to slowdown hit, too, but at least with the others you can make sure they aren't some weird source artifact showing up.
wiak
30th July 2006, 10:40
yep i have this on my megui script of Return to River Cottage DVD PAL
Alain2
30th July 2006, 13:14
oh, I did tried mvbob and had similar artefacs, but I forgot about securedeint ; just tried it and no artefacs produced this time ! Thx foxyshadis for pointing it to me :)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.