Log in

View Full Version : SmartSmootherHQ within avisynth questions


jarthel
13th June 2002, 03:45
Is this the correct way of using SSHQ within avisynth?
----------
# FILTERS
Import("F:\DVDs\vdub_filters.avs")
#ConvertToRGB()
VD_2DCleaneroptk7(5,2,2) (to be replace by sshq line)
#ConvertToYUY2()
---------------

Also, can someone recommend an sshq parameter values? I encode animes mostly.

Thank you.

jayel

Kyo
14th June 2002, 05:29
Just open vdub_filters.avs with a text editor an you see...

# Smart Smoother HiQ by Klaus Post, v2.11 #
# #
# diameter (3-13, odd), #
# threshold (1-200), amount (1-254) #
# mode = "average" or "weighted"
...
# example:
# ConvertToRGB()
# VD_SmartSmoothHiQ(5,50,254,"weighted")
# ConvertToYUY2()

This filters Must be used in RGB!

Acaila
14th June 2002, 08:27
You can also opt to use the Avisynth version of SSHiQ, that one works in YUY2.

jarthel
14th June 2002, 10:52
Where can I find this avisynth version? I've checked Donald's site and it's not there.

Acaila
14th June 2002, 11:26
It's on the same page as the VDub version.

EDIT: Well, that's where it used to be anyway :) Alas I can't find it now. PM me your email and I'll mail it to you.

Kyo
14th June 2002, 20:19
Really this exist!!!

How is the speed performance?
the same Qality that the RGB version?
I want to know more :D

If you can, i want this YUY2 Version please e-mail me a copy!!!

Kyo@007mundo.com

Big Thanks Acaila.

ARDA
14th June 2002, 20:40
Follow this thread
http://forum.doom9.org/showthread.php?s=&threadid=25909&pagenumber=2

You will find your aviysynth version here
http://cultact-server.novi.dk/kpo/avisynth/smooth_hiq_as.html

Arda

fisix
15th June 2002, 01:09
the forum thread link didn't work for me. might be too old?

-fisix

ARDA
15th June 2002, 01:42
Try this one
http://forum.doom9.org/showthread.php?s=&threadid=25909

The start day is 5th june and it's called "applying filter only to Chroma?" in this avisynth forum.Look in the second page.-

And that's all

Arda

fisix
15th June 2002, 01:45
worked, thanks

-f

Kyo
15th June 2002, 05:54
Testing...

Thanks ARDA