latenitefilms / GyroflowToolbox

Allows you to import Gyroflow Projects into Apple's Final Cut Pro
https://gyroflowtoolbox.io
MIT License
24 stars 1 forks source link

Fix the Lens Correction Scale #14

Closed latenitefilms closed 1 year ago

latenitefilms commented 1 year ago

lagezon writes on Discord:

Just testing toolbox with exports from the new build and i noticed that Lens Correction defaults to 100 but the effective range seems to be 0.0-1.0

@AdrianEddy writes:

I think the slider is set to 0-100 range, but gyroflow_core expects 0-1 so you just have to divide the value by 100

https://github.com/gyroflow/gyroflow-ofx/blob/main/src/gyroflow.rs#L205-L215 here are scales not very consistent I know 😄