defucilis / funscript-utils

A set of utility scripts to manipulate and generate .funscript files
6 stars 1 forks source link

FunHalver speed threshold #2

Open agentfisk opened 3 years ago

agentfisk commented 3 years ago

Was thinking when having an already slow funscript, but with fast segments, it would nice to only halve strokes above a certain speed. To keep as many strokes as possible while still slowing the script.

Been reading through your code and I think it's out of my depth to contribute.

Maybe something like passing a speed as an option, calculate the speed within each action group and skip the halving process if it the speed falls below the threshold.

defucilis commented 2 years ago

This is a nice idea, and would be pretty easy to implement, I think. It goes on the list!