MLV App [Cocoa] - Fixed View Refreshing + "Open With"
Pre-releaseNew to this release
-
Focus pixel removal thx to bouncyball's amazing work, not fully implemented in GUI yet 😢
-
Image will now refresh reliably (CoreGraphics instead of NSImageView)
-
Gives notification when done exporting (admittedly, this comes with a crash)
Worth mentioning
- Has 'Image Profiles' - Current options:
Standard
Gamma corrected, harsh clipping.Tonemapped
Gamma corrected + Reinhard Tonemapped (Smooth highlights)Alexa Log-C
Alexa Log curve, based on this specification. EI 800 version of curve is used.Cineon Log
CIneon log curve, formula from this thread.Sony S-Log3
Sony S-Log3 curve from this document.Linear
If for any reason you don't want gamma correction
-
Has support for lossless RAW... Enjoy, 5D Mark III users
-
Has ProRes 4444 export. It is however a temporary solution as it uses ffmpeg, not AVFoundation.
Note: When you export prores, the app will freeze with the spinning ball, this is it exporting, not a crash. Just leave it until done for a few minutes.
Problems
-
GUI (NSImageView) is buggy, sometimes app window needs resizing to make it update.FIXED -
Cocoa App still uses ffmpeg, time to implement AVFoundation
-
Command+Q not working for Cocoa GUI,
and closing window does not end the process. -
While the CoreGraphics display method is better than what was used before, it is slow, hopefully can replace it with OpenGL