# media-core
**Repository Path**: yujy95/media-core
## Basic Information
- **Project Name**: media-core
- **Description**: 媒体处理库
- **Primary Language**: C++
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-10-19
- **Last Updated**: 2026-04-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: 系统
## README
## 简介
媒体处理库。
适配平台:Linux、Android。
## 编译
```
git submodule update --init --recursive
bash build_all.sh Release codec third ffmpeg source
```
## 第三方组件
Codec:
Software: x264, x265, aac
Linux: V4L2
Android: Mediacodec
Audio:
Linux: ALSA
Android: AAudio, OpenSL
Video:
Linux: OpenGL, V4L2
Android: OpenGL, Camera2
AI:
ONNX Runtime(developing)