latenitefilms / GyroflowToolbox

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

Add support for 32-bit Float and 8-bit from Final Cut Pro #5

Closed latenitefilms closed 1 year ago

latenitefilms commented 1 year ago

Currently only 16-bit Float is supported. If Final Cut Pro or Apple Motion supply 32-bit Float and 8-bit images - it won't work.

@AdrianEddy - The big stumbling block I have here is working out how to do the caching. Any ideas?

See: https://github.com/latenitefilms/GyroflowToolbox/blob/c76911654580f21aa3c24130b6b3fe9c17e25c87/Source/Frameworks/gyroflow/src/lib.rs#L36

latenitefilms commented 1 year ago

Fixed!