# xstudio
**Repository Path**: yujy95/xstudio
## Basic Information
- **Project Name**: xstudio
- **Description**: Android视频处理应用
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-11-24
- **Last Updated**: 2026-01-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: demo
## README
## XStudio
Android平台媒体处理应用,媒体处理依赖media-core
## 架构
```
UI: Kotlin+Jetpack
controller: Java+JNI
media schedule: NDK
```
## media-core
Framework: FFmpeg
Codec: x264, x265, Vulkan
Android: mediacodec
Video Process: OpenCV, libplacebo, libyuv
Render: Vulkan
Android: OpenSL, AAudio, OpenGL
Capture: Vulkan
Android: AAudio
AI: ONNX Runtime(developing)