Make Cinema DNG frames export multithread#297
Conversation
- made CDNG export thread safe (dngObject_t struct must be created for each frame)
|
This is much faster than before! Cool. Unfortunately the Progress (Status) Dialog doesn't work with this. Any chance to fix it? |
Hi, thanks for testing! The progress dialog works, but at a very slow rate of refresh, only when the I would suggest merging this PR in the meantime, as refactoring this method will take me some time, which I think I won't have for at least a few weeks. |
Based on this 2 pull requests: ilia3101#312 ilia3101#297
Fixes #86