rawtoaces icon indicating copy to clipboard operation
rawtoaces copied to clipboard

ACES buffer memory leak

Open cedricp opened this issue 4 years ago • 2 comments

Hi, I'm using your library to convert raw footages, it works great, but my computer started to swap after some frames. I identified that the method AcesRender::outputACES does not free the aces buffer. Adding a delete[] aces after acesWrite() solved the issue. I think this library deserves a more robust API, I struggled a long time to include/link against it.

BTW, I'm trying to figure out how exposure values are restored from raw data. I can get values > 1.0 in my generated EXT (exaclty what I want, though). Could you explain ?

Best regards

cedricp avatar Jan 11 '21 16:01 cedricp

I have the same issue

finnschi avatar Jul 12 '21 08:07 finnschi

Is this project alive ? I really want to figure out why the default scale (gain) is set to 6.0. What are the math behind it ?

cedricp avatar Aug 19 '21 16:08 cedricp