https://github.com/lijian736/ffmpegutils
A simple FFMPEG encoder, decoder and transcoder utils
https://github.com/lijian736/ffmpegutils
cpp decoder encoder ffmpeg transcoder
Last synced: about 1 year ago
JSON representation
A simple FFMPEG encoder, decoder and transcoder utils
- Host: GitHub
- URL: https://github.com/lijian736/ffmpegutils
- Owner: lijian736
- License: mit
- Created: 2024-01-11T03:13:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T03:13:32.000Z (about 2 years ago)
- Last Synced: 2025-01-20T20:48:58.086Z (about 1 year ago)
- Topics: cpp, decoder, encoder, ffmpeg, transcoder
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ffmpegutils
#### 介绍
FFmpeg编码、解码和转码类
#### 软件架构
软件架构说明
#### 安装教程
直接使用
#### 使用说明
1. ffmpeg_decoder,FFmpeg解码类
2. ffmpeg_encoder,FFmpeg编码类
3. ffmpeg_transcoder,FFmpeg转码类
4. codec_utils,H264的辅助功能函数