# ffmpeg_h264_H3 **Repository Path**: lang0508xing/ffmpeg_h264_H3 ## Basic Information - **Project Name**: ffmpeg_h264_H3 - **Description**: h264 encoder support for Allwinner H3 CPU - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2021-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ffmpeg_h264_H3 h264 encoder support for Allwinner H3 CPU These are modified sources of the port of **FFmpeg** for Cedrus originally located here: https://github.com/stulluk/FFmpeg-Cedrus To use these sources checkout original sources and replace file **FFmpeg-root-dir/libavcodec/cedrus264.c** with one from this repository, replace folder **FFmpeg-root-dir/libavcodec/arm/sunxi** with folder from this repository. ./configure --prefix=/usr --enable-nonfree --enable-gpl --enable-version3 --enable-vdpau --enable-libx264 --enable-libmp3lame --enable-libpulse --enable-libv4l2 and then, make && sudo make install