You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: