Hey all
Anyone knows how to add a filter called "asharp" to StaxRip!?
Thanks for helping!![]()
+ Reply to Thread
Results 1 to 4 of 4
-
Last edited by Black_Mamba; 25th May 2016 at 13:14.
-
Edit the AviSynth script it creates to add it in. I don't use it but that's what you usually do with AviSynth-based encoding programs. If no one comes up with a better answer you could ask in the Doom9 forums where you're more likely to find the developer:
http://forum.doom9.org/forumdisplay.php?f=78 -
Have a look here.
https://forum.videohelp.com/threads/373899-Staxrip-QTGMC?p=2408341&viewfull=1#post2408341
To add asharp as a filter under the Misc filters list (for example) I'm pretty sure you'd right click on one of the filters in the list and select Profiles, then add this line below any filters already listed under [Misc]
asharp = asharp()
That'll create a filter called asharp, using the default asharp settings. It'd probably be easiest to have Avisynth installed and to put asharp.dll in the Avisynth/Plugins folder so it automatically loads when Avisynth runs.
To manually load the plugin (for the version of StaxRip I have installed), the line you'd add under [Misc] would look like this (changing the path for wherever asharp.dll is located):
asharp = LoadPlugin("D:\Plugins\asharp.dll")%newline%asharp ()
As per post #4 in the thread I linked to, the latest StaxRip appears not to use the %newline% syntax.Last edited by hello_hello; 27th May 2016 at 13:04.
Similar Threads
-
How can i add the filter x264vfw H.264/MPEG4 AVC codec to graphedit ?
By Chocolade in forum Video Streaming DownloadingReplies: 7Last Post: 17th Apr 2016, 10:59 -
Staxrip and subtitles
By animecypher in forum Newbie / General discussionsReplies: 1Last Post: 11th May 2014, 03:24 -
How can you use the best filters of StaxRip
By yaston in forum Video ConversionReplies: 3Last Post: 13th Jan 2014, 10:41 -
No subtitles in StaxRip?
By emilroh in forum DVD RippingReplies: 3Last Post: 15th Nov 2012, 15:59 -
Staxrip. No sound?
By The.King in forum Video ConversionReplies: 2Last Post: 23rd Apr 2012, 13:25