Posts: 10.927
Threads: 56
Joined: May 2017
Here's a list of stuff I miss in VapourSynth which Avisynth does offer:
- AnimeIVTC
- ExDeblend
- RemoveDirt where RestoreMotionBlocks works with noisy != 0
- AutoAdjust
- InpaintDelogo
- Inpainting filter that works.
What do you think Vapoursynth is missing?
Cu Selur
Posts: 453
Threads: 107
Joined: Jul 2020
I'd also like to see InpaintDelogo. I hear it's a good watermark/logo/burnt in timecode removal filter.
Posts: 10.927
Threads: 56
Joined: May 2017
Yup, sadly, neither the script nor the filters used in it are available in Vapoursynth. (asked the AvsInpaint author about a Vapoursynth port in the issue tracker,
https://github.com/pinterf/AvsInpaint/issues/3 yesterday)
Haven't even been able to find a working way to use inpainting in general in Vapoursynth.
No binaries for
https://github.com/invisiblearts/VapourSynth-Inpaint. (asked in the issue tracker, back in May
https://github.com/invisiblearts/VapourS...t/issues/1)
Can't get
https://github.com/WolframRhodium/muvsfu...ourSynthto work. Posted a week ago in their issuetracker (
https://github.com/WolframRhodium/muvsfunc/issues/50), but no replay so far.
InpainDelogo does a nice job removing logos&co.
Cu Selur
Posts: 453
Threads: 107
Joined: Jul 2020
Can it work in Hybrid with AviSynth?
Posts: 10.927
Threads: 56
Joined: May 2017
In theory: yes, you could write add it with the necessary includes into a custom section. (you would also have to download the necessary filters that do not come with Hybrid).
Cu Selur
Posts: 453
Threads: 107
Joined: Jul 2020
It would be very useful, if you have the time to include it
Posts: 10.927
Threads: 56
Joined: May 2017
Sorry, but not planning to add this to Avisynth in Hybrid any time soon.
Cu Selur
Posts: 10.927
Threads: 56
Joined: May 2017
Posts: 453
Threads: 107
Joined: Jul 2020
Did you have any success with InPaint or logo removal for Hybrid? The thread above looks like you had some success.
Posts: 10.927
Threads: 56
Joined: May 2017
Using OpenCV is possible, but without any temporal awareness and the quality of the results it does not make sense for video filtering.
Nope, nothing usable atm. is available for Vapoursynth.
Everything that is available is:
a. slow
b. complicated to use
c. doesn't result in really usable results.
Cu Selur