INTERACT FORUM

More => Old Versions => JRiver Media Center 27 for Windows => Topic started by: justsomeguy on December 29, 2020, 05:48:38 am

Title: avisynth_filter.ax not recognized in MC
Post by: justsomeguy on December 29, 2020, 05:48:38 am
I am trying to use avisynth_filter.ax in MC but I can't get MC to see the filter. In Custom video mode when I add a "Video post processor" and click the filter drop down box the only filter listed is "ffdshow raw video filter", which I was using before but am trying to replace it with this. The filter is registered and working in other video players like MPC-BE but MC just can't seem to see it.
Link to the filter - https://github.com/CrendKing/avisynth_filter (https://github.com/CrendKing/avisynth_filter)

My reason for wanting this is that I use SVP (Smooth Video Project) and am trying to get 10bit videos to work with it and MC. Currently I'm using ffdshow with this but it doesn't support 10bit output while avisynth_filter does. https://www.svp-team.com/wiki/Avisynth_Filter_(AVSF) (https://www.svp-team.com/wiki/Avisynth_Filter_(AVSF))
Title: Re: avisynth_filter.ax not recognized in MC
Post by: justsomeguy on January 02, 2021, 02:57:32 pm
So from reading around it sounds like the filter may just need to be "whitelisted" in MC. Is that the case and would it be possible to do?
Title: Re: avisynth_filter.ax not recognized in MC
Post by: gutierez on January 03, 2021, 03:01:45 am
I'm also interested in avisynth_filter.ax
Title: Re: avisynth_filter.ax not recognized in MC
Post by: justsomeguy on January 05, 2021, 04:55:51 pm
Is it possible to get this filter whitelisted?
Title: Re: avisynth_filter.ax not recognized in MC
Post by: justsomeguy on January 11, 2021, 09:48:07 pm
bump....
Title: Re: avisynth_filter.ax not recognized in MC
Post by: justsomeguy on January 20, 2021, 06:04:53 pm
Replying to myself one more time. Not trying to be annoying just fishing for feedback.
Title: Re: avisynth_filter.ax not recognized in MC
Post by: Yaobing on January 21, 2021, 08:59:43 am
What kind of filter is this (source filter, video decoder, post processing, etc.)?  Is there a place where I can directly download the filter?  I can not find download on the page you linked.
Title: Re: avisynth_filter.ax not recognized in MC
Post by: Yaobing on January 21, 2021, 09:32:34 am
OK, I downloaded the filter's source code and found that it is a "video transform filter".  So I made the following change for an upcoming new build (27.0.58):

NEW: AviSynth Filter is added to the white list for "video post processing" filters.

Please let us know how it works when the build is out.
Title: Re: avisynth_filter.ax not recognized in MC
Post by: justsomeguy on January 21, 2021, 02:03:54 pm
Thank you! I appreciate it. I'll let you know how it works out on the next release.
Title: Re: avisynth_filter.ax not recognized in MC
Post by: justsomeguy on February 04, 2021, 02:25:50 pm
Thanks, tested in the just released MC 27.0.61 and seems to be working good.
Title: Re: avisynth_filter.ax not recognized in MC
Post by: Yaobing on February 04, 2021, 04:18:33 pm
Good to know.  Thanks for reporting back.