Skip to content

MLV App [Cocoa] - With ProRes 4444 Export!

Pre-release
Pre-release
Compare
Choose a tag to compare
@ilia3101 ilia3101 released this 31 Jul 21:16
· 2283 commits to master since this release

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