Topic: Suggestion!

Based on personal experience, alot of people mainly use frame-interpolation software because they are annoyed by stutter in panning scenes. They however don't like the artifacts and effects it makes in other scenes.
I suggest making an option akin to "adaptive", though one where frames will only be interpolated if a huge amount of high quality motion vectors are present, as in a panning scene.
I don't really have any programming experience so I don't know how plausible this is, but I'd toss it out there anyway smile

Re: Suggestion!

That's how "Adaptive" is working. You can even play with mode switch limits if you'd like wink

But it may be a good idea to make something like "adaptive soft" and "adaptive hard" in the menu...

Re: Suggestion!

Oh, I thought that it simply switched between how many interpolated frames, and not totally disabling it?

Re: Suggestion!

By the way, where do I manually play with the mode switch limits? I can't seem to find anything in the SVP-folder.

Re: Suggestion!

heyer
where do I manually play with the mode switch limits?

see override.js file, uncomment and change values:

//smooth.scene.limits.m1        = 1600;
//smooth.scene.limits.m2        = 2800;
//smooth.scene.limits.scene        = 4000;

Description of these parameters: Plugins: SVPflow

Re: Suggestion!

Thanks alot, I will play around with it.