Log in

View Full Version : Improving a complex fade + pan


JohannesL
10th May 2009, 17:52
Mix.avi (source) (http://sm64.org/johannes/Mix.avi)
AVISource("Mix.avi").Gradfun2DBMod.SharpAAMCmod
Fade.mkv (http://sm64.org/johannes/Fade.mkv) (x264 --crf 18 --aq-strength 0.7)
Fadelossless.mkv (http://sm64.org/johannes/Fadelossless.mkv) (x264 --qp 0)
How can I get rid of the problems (banding, aliasing, dot crawl) still present? Thanks in advance.

LaTo
10th May 2009, 18:34
You need to put GradFun2DBmod at the end of the script...

JohannesL
10th May 2009, 19:49
AVISource("Mix.avi").Gradfun2DBMod.AAA(chroma=true).SharpAAMCmod.Gradfun2DBMod
Fade2.mkv (http://sm64.org/johannes/Fade2.mkv) (--crf 18 --aq-strength 0.7 --qcomp 1)
Slightly better, but her dress still has the dot crawl/aliasing.

LaTo
10th May 2009, 20:35
AVISource("Mix.avi")
AAA() # OR SharpAAMCmod()
FFT3Dgpu(sigma=4,plane=4)
Gradfun2DBMod()

JohannesL
10th May 2009, 20:39
:thanks:
SharpAAMCmod looks slightly better, but it's slow (it takes 2 seconds to process a frame in AvsP's preview), so I'll probably stick with AAA.
http://sm64.org/johannes/PowerofAviSynth.png