This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Vapoursynth: 'Apply filter only to range'-option?
#1
I'm thinking of adding an 'Apply filter only to range'-option to some of the filters.
The idea is to use ReplaceFramesSimple from https://github.com/Irrational-Encoding-W...emapFrames and use it like this:
clip = core.remap.Rfs(baseclip=clip, sourceclip=adjust.Tweak(clip=clip, bright=40), mappings="[0 10] [30 40] [100 200]")
to for example apply Tweak only to the frame 0..10 30...40 100..200.

So I would add this to filters that:
a. to not change the resolution or frame count
b. do not consist of multiple filter calls

Would this be useful to anyone? (it's easy to add, but requires time to implement)

Cu Selur
Reply


Messages In This Thread
Vapoursynth: 'Apply filter only to range'-option? - by Selur - 17.01.2021, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)