Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACES buffer memory leak #122

Open
cedricp opened this issue Jan 11, 2021 · 2 comments
Open

ACES buffer memory leak #122

cedricp opened this issue Jan 11, 2021 · 2 comments

Comments

@cedricp
Copy link

cedricp commented Jan 11, 2021

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

@finnschi
Copy link

I have the same issue

@cedricp
Copy link
Author

cedricp commented Aug 19, 2021

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants