Log in

View Full Version : Please recommend some filters for this source (mpeg-2 dvb-t capture)


bokonon
18th April 2008, 13:55
http://i26.tinypic.com/97mxxs.png

it's very blocky + there are a lot of artifacts. How can i clean it up? :confused: My current script is:

DGDecode_mpeg2source("500.d2v",info=3)
ColorMatrix(hints=true,interlaced=true)
TDeint(order=1)
crop( 20, 6, -12, 0)

Spline36Resize(704,576)

I will be encoding to x264 using the latest patched builds

:thanks:

buzzqw
18th April 2008, 14:12
try reading this http://forum.doom9.org/showthread.php?t=136601

AND what about using search ?

BHH