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
#2
Smile 
Hi

Searching for Vapoursynth select a range of frames, I found the above post from 2017!  I found a this wonderful idea! How come there is no interest? There are filters better for fast motion i.e BasicVSR, others are better in more "static" scenes... or to apply "retinex" to certain range of frames makes sense! For me this very important... so a donation is in order... and if we have a way to automatically detect "fast motion frames" or "dark scenes" that would be a bonus!

ps where can I find more info about retinex?

Cheers!
Reply
#3
you might want to enable the options under "Filtering->Vapoursynth->Misc->UI"
[Image: grafik.png]
this will enable some additional controls on the right side of the filters:
[Image: grafik.png]

about Retinex:
https://github.com/HomeOfVapourSynthEvol...th-Retinex
https://www.ipol.im/pub/art/2014/107/article_lr.pdf

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)