Log in

View Full Version : Need Help for TS partially interlaced


HertZ
15th May 2010, 14:09
Hi all,

I have a problem on an HDTV Ts course, it must be partially interlaced while the broadcast is progressive.

I try but I haven't succeed in removing the striping on my x264 encoding test, I tried M5 decimation nothing helped.
any help and explanation will be welcome

http://www.mirorii.com/fichier/94/243075/1080hdtv-ts.html


Thanks in advance.

Didée
15th May 2010, 14:29
A fieldblended NTSC->PAL normconversion. Use Srestore:

VideoSource(...) # whichever you're using to load the source

SomeBobFilter() # whichever bob filter you might prefer

SRestore()

BTW, it's a pity and a shame that this still is an issue in the "high definition" era ... :rolleyes:

HertZ
15th May 2010, 20:48
thx :)