Log in

View Full Version : Tomsmocomp + YUY2 problem


nicco
15th November 2004, 13:46
I have a problem using TomsMoComp (v0.0.1.7) with YUY2 sources.


AVISource("movie",audio=false,pixel_type="yuy2")
tomsmocomp(0,15,1)

Titles have terrible margins:

http://img17.exs.cx/img17/9958/TMcomp.png

This is the same shot without Tomsmocomp

http://img6.exs.cx/img6/47/NO_TMcomp.png

I tried changing "searcheffort" parameter but nothing changed.

kingmob
15th November 2004, 14:17
isn't 15 a bit high? try 5 and see what that does.

scharfis_brain
15th November 2004, 14:32
and disable the vertical filter:

try: tmc(0,5,0)

nicco
15th November 2004, 15:36
tmc(0,5,0):

http://img37.exs.cx/img37/3338/TMcomp050.png
:(

kingmob
15th November 2004, 15:41
Are these subtitles or moving text?

nicco
15th November 2004, 15:46
video text....

Mug Funky
15th November 2004, 16:28
currently tomsmocomp doesn't distinguish between moving and non-moving stuff. so anything with a moderately sharp edge will look different after deinterlacing.

if you want something similar to TMC, give Tdeint a try. it'll probably run a little slower (i haven't actually tested speed between the 2). it only deinterlaces bits that it can't match to a nearby field, and uses a similar interpolation to TMC.

nicco
15th November 2004, 16:38
where can i find Tdeint?

Mug Funky
15th November 2004, 16:40
check the avs development forum here.

search tool can help :)

Tritical (the author) didn't want to post it in Avisynth Usage until it was at a point he was happy with. IMHO it works fine now (and at default settings, too :))

nicco
15th November 2004, 16:42
sorry, I edited previous post without searching!!:rolleyes:

I'll try it, thanks

*EDIT*
I solved this problem: my tomsmocomp.dll was bad. I get tomsmocomp.dll from another PC where this problem didn' appear, and now I haven't too:D