awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesC-API Integration

Interfaces that allow software encoders to be embedded into larger projects via a C-compatible binary interface.

Distinct from Software-Based Video Encoders: Focuses on the API bridge for integration rather than the encoder's internal logic

Explore 1 awesome GitHub repository matching graphics & multimedia · C-API Integration. Refine with filters or upvote what's useful.

Awesome C-API Integration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xiph/rav1exiph 的头像

    xiph/rav1e

    4,120在 GitHub 上查看↗

    rav1e 是一个用 Rust 编写的 AV1 视频编码器和媒体编解码器。它将原始视频数据压缩为 AV1 格式,提供用于集成到其他应用程序的 C 兼容库接口,以及用于在 Web 浏览器中执行的 WebAssembly 构建。 该项目利用 Rust 来实现内存安全并防止缓冲区溢出。它支持多种部署目标,包括用于沙盒浏览器环境中客户端视频处理的可移植二进制构建。 该编码器涵盖了 8、10 和 12 位色深的视频处理,并通过恒定质量因子和多遍码率控制提供码率管理。它还通过基于预设的启发式算法提供性能调优,以平衡压缩效率和编码速度。 该项目包含用于 AV1 比特流和 IVF 文件分析的诊断工具,允许导出和检查运动矢量及空间尺度。

    Provides a C-compatible binary interface to embed the AV1 encoding engine into external projects.

    Assemblyav1av1-encoderhacktoberfest
    在 GitHub 上查看↗4,120
  1. Home
  2. Graphics & Multimedia
  3. Video Encoding and Decoding
  4. Software-Based Video Encoders
  5. C-API Integration