Skip to content

Releases: ilia3101/MLV-App

MLV App [Cocoa] - With Image Profiles (ft. Alexa Log)

26 Aug 01:08
Compare
Choose a tag to compare

New to this release

  1. Standard
    Gamma corrected, harsh clipping.

  2. Tonemapped
    Gamma corrected + Tonemapped (Smooth highlights)

  3. Alexa Log
    Alexa Log curve, based on this specification. ISO 800 version of curve is used. The Alexa Log profile ignores saturation and contrast settings to achieve an accurate Log curve. To avoid all clipping, set exposure to -1.2, or lower if you want to use highlight reconstruction.

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

...more profiles to come

Picture of App

Worth mentioning

Problems

  • GUI (NSImageView) is buggy, sometimes app window needs resizing to make it update.

  • Cocoa App still uses ffmpeg, time to implement AVFoundation

  • Command+Q not working for Cocoa GUI, and closing window does not end the process.

MLV App [Cocoa] - UI Shows Slider Value

23 Aug 19:49
Compare
Choose a tag to compare
Pre-release

New to this release

Picture of App

Worth mentioning

Problems

  • GUI (NSImageView) is buggy, sometimes app window needs resizing to make it update.

  • Cocoa App still uses ffmpeg, time to implement AVFoundation

  • Command+Q not working for Cocoa GUI, and closing window does not end the process.

MLV App [Qt]

22 Aug 19:15
Compare
Choose a tag to compare
MLV App [Qt] Pre-release
Pre-release

New in v0.6 alpha:

  • Bugfixes for >2GB file support on Windows
  • Changed histogram algorithm (cuts peaks at very low and high end, and is something between linear and log now)
  • Preview pictures in sessions (list mode and picture mode)
  • Scrolling and dragging support at 100% zoom in picture viewer
  • Small bugfixes

MLV App v0.6 alpha on OSX 10.9

Problems:

  • Caching is still disabled

MLV App [Qt]

23 Feb 21:30
Compare
Choose a tag to compare
MLV App [Qt] Pre-release
Pre-release

New in v0.5 alpha:

  • Receipts: copy and paste the slider settings from one clip to another, reset settings to default
  • Sessions: new, open & save (with receipts), import MLV to session, delete selected MLVs from session
  • Export selected clips from session at once
    - For batch export the filename stays equal to the MLV, but with .mov ending, folder is selectable
    - Free filename at single file export
  • "Near-to-fullscreen-mode", by pressing E and S (makes right and left sidebar in-/visible)
  • Context menus on picture and scope for easier control
  • Popup on each slider value label for typing the value
  • Some bugfixes

MLV App v0.5 alpha on OSX 10.9

Problems:

  • Real fullscreen is implemented, but so buggy -> disabled for this version
  • Still problems on Windows with files >2GB
  • Caching is disabled on both, Win & OSX, because I had lots of problems when changing the MLV.

MLV App [Cocoa] - Added Lossless RAW Support!

05 Aug 04:09
Compare
Choose a tag to compare

New to this release

Added support for lossless RAW (thanks to A.B and M.H 😃) Enjoy, 5D Mark III users

Also think I fixed 2GiB file limit/crash/failure - by not using 'int' for file size 🤣

Worth mentioning

Has Reinhard tone mapping - much more film like highlight rolloff

Has ProRes 4444 export. Finally! It is 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.

Has highlight reconstruction - Comparison

Possible to integrate with scripts and can be operated by: dragging app, then an MLV file on to the terminal, and pressing enter. Only one file right now. - temporarily not possible while it is using ffmpeg as it has to be in an app bundle (I could link it with ffmpeg to get that back)

Now in a .app bundle! - in it's current state with ffmpeg, it cannot work outside the bundle, but this ability will be returned once it gains AVFoundation export, as it will be able to live as a single executable file.

Problems

GUI (NSImageView) is buggy, sometimes app window needs resizing to make it update.

MLV App [Qt]

05 Aug 11:39
Compare
Choose a tag to compare
MLV App [Qt] Pre-release
Pre-release

New in v0.4 alpha [Qt]:

  • Lossless support
  • Reinhard tone mapping
  • Full bit depth ProRes 422 Proxy, LT, Standard, HQ and 4444 export (via FFmpeg)
  • Multithread export

Problems:

  • Still no caching on Windows
  • App chrashes often or shows pink artefacts for files >2GB can still happen on Windows...

MLV App [Cocoa] - Added Reinhard Tone Mapping (Improves Highlight Rolloff)

01 Aug 23:57
Compare
Choose a tag to compare

New to this release

Added Reinhard tone mapping - much more film like highlight rolloff:

Tonemapping Comparison

Worth mentioning

Has ProRes 4444 export. Finally! It is 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.

Has highlight reconstruction - Comparison

Possible to integrate with scripts and can be operated by: dragging app, then an MLV file on to the terminal, and pressing enter. Only one file right now. - temporarily not possible while it is using ffmpeg as it has to be in an app bundle (I could link it with ffmpeg to get that back)

Now in a .app bundle! - in it's current state with ffmpeg, it cannot work outside the bundle, but this ability will be returned once it gains AVFoundation export, as it will be able to live as a single executable file.

Problems

GUI (NSImageView) is buggy, sometimes app window needs resizing to make it update.

NSImageView seems to be leaking memory like mad, I think due to me updating it not from the main thread(will be fixed) seems to be coming from elsewhere 😕, for now app needs restarting every couple of clips. ...actually seems mostly fixed: this and this

MLV App [Cocoa] - With ProRes 4444 Export!

31 Jul 21:16
Compare
Choose a tag to compare

New to this release

Has ProRes 4444 export. Finally! It is 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.

Now in a .app bundle! - in it's current state with ffmpeg, it cannot work outside the bundle, but this ability will be returned once it gains AVFoundation export, as it will be able to live as a single executable file.

Worth mentioning

Has highlight reconstruction. - Comparison

Possible to integrate with scripts and can be operated by: dragging app, then an MLV file on to the terminal, and pressing enter. Only one file right now. - temporarily not possible while it is using ffmpeg as it has to be in an app bundle (I could link it with ffmpeg to get that back)

Problems

GUI (NSImageView) is buggy, sometimes app window needs resizing to make it update.

NSImageView seems to be leaking memory like mad, I think due to me updating it not from the main thread(will be fixed) seems to be coming from elsewhere 😕, for now app needs restarting every couple of clips. ...actually seems mostly fixed: this and this

MLV App [Qt]

29 Jul 07:55
Compare
Choose a tag to compare
MLV App [Qt] Pre-release
Pre-release

Here comes v0.3 alpha of the MLV App Qt version. Changes from v0.2 alpha:

  • bugfixes from Ilia
  • two zoom modes: 100% and fit to screen
  • Drop frame mode for playback
  • RGB Histogram
  • Waveform monitor
  • Windows version: caching disabled (temp) to avoid crashes until caching bug is fixed; Files >2GB often crash the application on startup

MLV App v0.3 alpha on OSX 10.9

MLV App [Cocoa] - Now Less Crashy! (I think)

25 Jul 23:51
Compare
Choose a tag to compare

New to this release

I think I fixed the main crashing bug!

Fixed a significant memory leak.

Worth mentioning

Has highlight reconstruction. - Comparison

Can export JPEG and PNG.

Possible to integrate with scripts and can be operated by: dragging app, then an MLV file on to the terminal, and pressing enter. Only one file right now.

Problems

GUI (NSImageView) is buggy, sometimes app window needs resizing to make it update.

NSImageView seems to be leaking memory like mad, I think due to me updating it not from the main thread(will be fixed) seems to be coming from elsewhere 😕, for now app needs restarting every couple of clips. ...actually seems mostly fixed: this and this