Skip to content

hanatos/motioncam-decoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MotionCam MCRAW decoder

A simple library for decoding files recorded by MotionCam Pro.

Usage

Look in example.cpp for a simple example on how to extract the RAW frames into DNGs and the audio into a WAV file.

To build the example:

mkdir build

cd build

cmake ..

make

To extract the first frame and audio from a .mcraw file run:

./example <path to mcraw file> -n 1

Sample Files

You can download a sample file from here.

MotionCam Pro

MotionCam Pro is an app for Android that provides the ability to record RAW videos. Get it from the Play Store.

About

MCRAW decoder library for MotionCam.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • CMake 1.3%