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

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

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

2 个仓库

Awesome GitHub RepositoriesAndroid Video Encoding Guides

Documentation of challenges and solutions encountered during video encoding development on Android platforms.

Distinct from Video Encoding and Decoding: Distinct from Video Encoding and Decoding: focuses on platform-specific Android encoding challenges, not general codec implementations.

Explore 2 awesome GitHub repositories matching graphics & multimedia · Android Video Encoding Guides. Refine with filters or upvote what's useful.

Awesome Android Video Encoding Guides GitHub Repositories

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

    android/camera-samples

    5,422在 GitHub 上查看↗

    这是一系列用于集成 Android 相机硬件和软件 API 的参考实现和代码示例。该项目提供了使用 Jetpack CameraX 库和底层 Camera2 API 实现照片和视频拍摄功能的演示。 该仓库包括针对高性能录制的专门实现,例如高帧率慢动作和高动态范围(HDR)视频。它还具有机器学习视觉示例,演示了如何分析实时相机帧以进行对象检测和二维码扫描。 该项目涵盖了广泛的成像功能,包括静态图像采集、实时取景器渲染和视频质量配置。它进一步详细介绍了使用制造商特定的硬件扩展来应用散景、夜间模式和 HDR 等效果。 这些示例包括用于渲染视觉叠加的坐标映射实用程序,以及用于跟踪录制状态的事件监控功能。

    Demonstrates the capture of high dynamic range video and the rendering of real-time HDR viewfinders.

    Kotlinkotlinsamples
    在 GitHub 上查看↗5,422
  • wemobiledev/articleWeMobileDev 的头像

    WeMobileDev/article

    4,395在 GitHub 上查看↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    Documents challenges and solutions for Android video encoding development.

    在 GitHub 上查看↗4,395
  1. Home
  2. Graphics & Multimedia
  3. Video Encoding and Decoding
  4. Android Video Encoding Guides

探索子标签

  • HDR Video CaptureImplementation of high dynamic range video recording and preview rendering. **Distinct from Android Video Encoding Guides:** Focuses on the actual recording and live rendering of HDR video rather than just encoding guides.