-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mcraw input file format #281
base: master
Are you sure you want to change the base?
Conversation
Hej! Nice work! Is MCRAW so close to MLV? Unfortunately I can't test it, as I don't have any device supporting MotionCam around. I more thought supporting MCRAW in raw2mlv, which is the input of non-MLV RAW footage into MLVApp. |
Hi, if you want to try, here is a sample file: In terms of metadata the two formats differ a lot, but of cause the basic RAW/bayer data is the same. Surprisingly it worked very well to "fake" the mlv and fill just enough oft the mlv structs to get it working. I'm not familiar with your suggested raw2mlv; would this enable seamless integration such as drag-and-drop and straight open? |
Great! Thank you. I hope I'll find some time soon! |
So exciting! Sounds great! |
This PR adds support for the mcraw file format.
The mcraw file format is created by MotionCam Pro (https://www.motioncamapp.com/), an app that runs on Android devices and allows them to capture RAW video. If you wish to try out the software, there is a free demo version available.
Only the structs required by the MLV format are used when loading an MCRAW file.
Support for this new format can potentially make MLV App available to a much larger audience.