MWCapture SDK Linux
3.3.1.LAST_SVN_COMMIT_NUM
|
mw_mp4 module creates MP4/MOV files, which helps you convert the H264/H265 videos and AAC/ADTS audios into mp4 or mov files for playback. For more information about the MP4 file format, refer to the following standards documents: ISO/IEC 14496-12:2012 Information technology — Coding of audio-visual objects — Part 12: ISO base media file format. QuickTime movie files (.mov) is an extensible multimedia framework developed by Apple Inc.
Besides creating the MP4 file, mw_mp4 also supports the following features:
The mw_mp4.h file contains the definition of data structures and functions.
Recording MP4/MOV Files
mw_mp4 can convert video and audio streams in the following formats into MP4/MOV files.
Repairing MP4/MOV Files
The recorded MP4/MOV files may be damaged caused by power outage or system crash, and cannot playback. The corrupt files can be fixed by the page_examples_cpp_cmd_mp4repair example.