Log in

View Full Version : Problem about to use YV12InterlacedSelectTopFields


nDman
11th February 2005, 17:44
hi.
i have a problem with YV12InterlacedSelectTopFields
when i use it, i see a tick vertical Green bar in right side of video.
can someone help me.

sorry for may bad english.

Wilbert
11th February 2005, 17:49
I think this is a subfilter of one of Tom's filters. Did you crop Was or was your clip not mod4 before applying this filter?

nDman
11th February 2005, 18:20
hi Wilbert
Thanks for your fast response.
this my script and a sample of problem.


#DgDecode Source
v=MPEG2Source("D:\Documents and Settings\DVD\MASTER AND COMMANDER\VIDEO_TS\dgindex.d2v",idct=7)
a=AC3source(v,"D:\Documents and Settings\DVD\MASTER AND COMMANDER\VIDEO_TS\dgindex.ac3")
AudioDub(v,a)

#DeIntarlacing
YV12InterlacedSelectTopFields()
SimpleResize(720,576)

http://img173.exs.cx/img173/464/prob3jj.jpg

scharfis_brain
11th February 2005, 18:59
uhm, what does YV12interlacedselecttopfields()
actually does in detail?

wouldn't

separatefields().selecteven()

be fully sufficient?

btw.: doing deinterlacing this way is MORE than crappy.
better go for a motion adaptive deinterlacer like tdeint().

nDman
12th February 2005, 03:46
hi scharfis_brain
thanks for your consider.
i was testing that pluing but it is very slow.
it just can render 4-6 fps on my system.
i think the TomsMoComp is the fastest deinterlacer with a good quality.
but still looking for faster one :D

scharfis_brain
12th February 2005, 11:10
leakkerneldeint