ilia3101 / MLV-App

All in one MLV processing app.
https://mlv.app/
GNU General Public License v3.0
283 stars 29 forks source link

CineForm export?! #38

Closed masc4ii closed 6 years ago

masc4ii commented 6 years ago

Has anybody experience in using CineForm encoder? As written on ml forum, it is open source now. https://gopro.github.io/cineform-sdk/ It is better than ffmpeg in terms of using ProRes 422 and 444 (they write 12bit)? Have you seen a code example how to use it?

ilia3101 commented 6 years ago

I like the idea, from what I've heard it's particularly good with metadata, so maybe it can be good for some more advanced colour management than what we have with ffmpeg (nothing?). If the sdk isn't a massive pain, let's do it.

bouncyball-git commented 6 years ago

Haha I already tried to compile it under Linux. I always loved Cineform, it was my companion on my journeys under windows and I never regretted that I did not have access to prores goodie!

bouncyball-git commented 6 years ago

However it is real unknown jungle for me at the moment :), I mean sources.

masc4ii commented 6 years ago

I would love to add it as option on export. But I don't understand the SDK :-D

bouncyball-git commented 6 years ago

Me too ;)

bouncyball-git commented 6 years ago

ffmpeg has some sort of cineform decoder already after RE was done on codec. Now I'm sure it's gonna take not so long to be implemented correctly.

masc4ii commented 6 years ago

Maybe we wait until it is added to ffmpeg... then it is easier for us to implement ;-)

bouncyball-git commented 6 years ago

Yes definitely ;) this would be easiest way.

I'm gonna take a second look at it when have more time :)

bouncyball-git commented 6 years ago

I think we can close this for now.

masc4ii commented 4 years ago

https://github.com/ilia3101/MLV-App/commit/29d73d1921a86f9dae0f64931f2e353d5add203b Finally added.