# openh264_test_example **Repository Path**: guul/openh264_test_example ## Basic Information - **Project Name**: openh264_test_example - **Description**: 使用openh264编码简单例子, 根据codec_api.h里面的例子改写 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2016-04-26 - **Last Updated**: 2021-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #openh264_test_example ## **测试方式** - ### 编译 - make - ### 编码 - ./encoder suzie_qcif.yuv out.h264 - ### 解码(需要opencv, 如果其他方式播放需要改点代码) - ./decoder out.h264