View Full Version : Adding new filters to staxrip
contactadam2002
9th October 2007, 10:28
When you download a new filter for avisynth to use with staxrip, there is loads of text with the download, but I can't seem to see how you successfully attach it to the script. I tried creating a new profile after dropping the .dll file in, but I can't tell whether that has worked or not e.g
deflicker = LoadPlugin("%application:deflicker%")
If this had settings then how would I find them and how to add them to the profile script. I was thinking of useing pixiedust because I'm compressing from an analogue recording copied onto a DVD.
burfadel
9th October 2007, 12:02
With staxrip, if you right hand click on the left panel (filters) then click on 'edit' it comes up with the filter order and running. Bascially just click add new, select any filter, then change the name and the filter parameters as per the instructions. Such that, if you click on sharpen and it reads:
Sharpen Sharpen()
Change it to:
Deflicker Deflicker()
Where in the brackets you put the parameters. The category doesn't affect the process.
Where before you clicked 'edit' you can click on profiles and add it to the list of commands :)
The dll loads automatically as well, as long as its in the avisynth plugins directory.
You can then save the filter list under a profile, or save the whole lot including encoding settings under a template etc etc
contactadam2002
14th October 2007, 18:23
This is what I used for the script in staxrip- MSmooth(strength=7,debug=true) and I still get this message after trying to encode
Avisynth open failure:
Script error: syntax error
(C:\file1.avs,line 5, column 2)
jsquare
21st October 2007, 00:33
You have to place your filters under a Category and a given Name.
Place this line under [Noise]
MSmooth = MSmooth(strength=7,debug=true)
Then select under filters Insert->Noise->MSmooth
This thread belongs to the Staxrip support thread, not here!
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.