Page 1 of 1

Testing OFX bit depths

PostPosted: Thu Apr 25, 2024 12:04 pm
by MarkusEugen
Hello All,

I am working on an OFX plugin and want to test different bit depths. I am using fusion to do so but I am still getting float 32 on the input no matter what I set the depth converter to. The MediaOut window also keeps showing float32. How is this done correctly? I am using 18.6 on OSX.

Thanks,
Markus

Re: Testing OFX bit depths

PostPosted: Fri Apr 26, 2024 9:43 pm
by Jim Simon
My guess is that all image processing is done that way and we can't change it.

Re: Testing OFX bit depths

PostPosted: Sat Apr 27, 2024 7:16 am
by Charles Bennett
Internal processing in Resolve, and probably Fusion as well, uses 32 bit float.

Re: Testing OFX bit depths

PostPosted: Sat Apr 27, 2024 12:44 pm
by shebbe
MediaIn and MediaOut is always 32 float for sake of preservation of the data, but you can change depths freely at any point within Fusion via Change Depth node. The viewer info top right should reflect this.