Challenge Overview
The overall goal of the project is to develop codec plug-ins for the supported media formats.
This component will provide media codec plugins for the following video formats and containers: MOV, MPEG-1, MPEG-2, MPEG-4, H.264, AVI, MP4.
VideoMediaCodec class is provided by the component, it handles converting video content from/to the specified video formats. This class implements MediaCodec and thus integrates into the architecture. Encoding is performed by process() method, which delegates to FFMpegVideoLib.convert(), which is a JNI wrapper to the C++ code, which performs operations using FFmpeg library.
Final Submission Guidelines
We will provide the other codec components in forum.