# x264-android **Repository Path**: airx/x264-android ## Basic Information - **Project Name**: x264-android - **Description**: 使x264支持NV21格式输入,指定编码参数i_csp = X264_CSP_NV21即可。不 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 4 - **Created**: 2014-12-02 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: android-modules, multimedia **Tags**: None ## README 使用说明: 针对android摄像头,使x264支持NV21格式,编码参数指定i_csp = X264_CSP_NV21即可。 基于https://github.com/dreifachstein/x264 在其基础上,修改了x264_picture_alloc函数,添加了X264_CSP_NV21支持。