PDA

View Full Version : Filters for SPR


OvERaCiD23
18th November 2002, 03:15
TemporalSmoother(2,1)
Convolution3d(0,10,12,6,8,2.8,0)

this has given me acceptable results, i'm wondering if anyone can suggest more filters (possibly a combination that works very well). i'm doing a 2 CD rip w/ 5.1 sound (SB resize, 592x320). Increasing these a little more produces too much blur and/or ghosting (add: no more increase in compressibilty, but worse picture quality). i've tried spatialsoften as well, but these results still end up better looking IMO. i'm looking for any help, i was unable to find any useful info. in my searches.

serbersan
19th November 2002, 11:04
I haven't done this movie... really hard movie but my suggestions are:

Undot() (in YUV12 colorspace)
Temporalsoften(1,5,2) I'm not sure of this parameters.

I would go with in YUV12 colorspace:

Undot(), Unfilter() and convolution3D.

I'm not sure if Temporalsoften is ported to YV12 yet, I believe it hasn't been ported.

References: Search in Avisynth forum it worth the effort.


If those filter won't give you enough quality maybe you could try one of the lastest XviD build... the last one should be good enough without any filter ;)

serbersan
26th November 2002, 13:39
Recently it has been made a mysterous filter :scared:

Why don't you try Tom's IDCT filter it could increase a lot compressibility without degrading visual quality too much.

Give it a try (It's in avisynth section and for YV12):

Great IDCT filter (http://forum.doom9.org/showthread.php?s=&threadid=38539)