INTERACT FORUM
More => Old Versions => JRiver Media Center 27 for Windows => Topic started 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))
-
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?
-
I'm also interested in avisynth_filter.ax
-
Is it possible to get this filter whitelisted?
-
bump....
-
Replying to myself one more time. Not trying to be annoying just fishing for feedback.
-
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.
-
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.
-
Thank you! I appreciate it. I'll let you know how it works out on the next release.
-
Thanks, tested in the just released MC 27.0.61 and seems to be working good.
-
Good to know. Thanks for reporting back.