Hi,

First, a quick thanks for all the work on this program. It definitely improves my viewing experience smile

I was wondering if there was a hotkey or some sort of API I could use to trigger a 'refresh' of the video framerate. There are two settings in the .ini file (that I don't remember the name of and I'm on a computer without SVP installed to check) that seem to control the 'fps delta required before updating generated:real frame ratio'  and another setting that I think is 'how often to check the FPS'.

So, I believe I could say "In a variable framerate video, check every X seconds if the framerate has changed by more than Y fps. If so, recalculate the required number of smoothing frames". I'd basically like to be able to 'lock in' the frame multiplying factor, and only update it when I manually trigger it.

The use I have for this is I'd like to be able to trigger a recalculation if I enable 'fast forward' or 'slow motion' immediately when one of these modes is enabled to create a smoothed slow/fast motion, but not have SVP retrigger if my CPU falls a bit behind during normal playback and happens to going a bit slow when SVP samples the output frame rate (which then causes a multiple second delay instead of a slight jerk). Basically, I want to be able to tell SVP "hey, recalculate the framerate" rather than SVP periodically doing this based on rules.

I've tried things like 'enable/disable SVP', but this isn't enough to trigger a recalculation. The only way I've found so far is "enable/disable GPU acceleration" and changing any setting in the profile. Is there any way to accomplish this?

Thanks!