Skip to content

MLV App [Cocoa] - Fixed View Refreshing + "Open With"

Pre-release
Pre-release
Compare
Choose a tag to compare
@ilia3101 ilia3101 released this 25 Sep 21:32
· 2134 commits to master since this release

New to this release

Extremely Trendy looking picture of MLV App on cool macbook Pro 2017 with touchbar running very new mac os

Worth mentioning

  1. Standard
    Gamma corrected, harsh clipping.

  2. Tonemapped
    Gamma corrected + Reinhard Tonemapped (Smooth highlights)

  3. Alexa Log-C
    Alexa Log curve, based on this specification. EI 800 version of curve is used.

  4. Cineon Log
    CIneon log curve, formula from this thread.

  5. Sony S-Log3
    Sony S-Log3 curve from this document.

  6. Linear
    If for any reason you don't want gamma correction

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