https://github.com/monibuca/plugin-ffmpeg
https://github.com/monibuca/plugin-ffmpeg
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/monibuca/plugin-ffmpeg
- Owner: Monibuca
- Created: 2021-02-25T14:13:19.000Z (over 5 years ago)
- Default Branch: v4
- Last Pushed: 2024-07-18T01:03:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T17:51:08.910Z (about 1 year ago)
- Language: Go
- Size: 66.4 KB
- Stars: 3
- Watchers: 3
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 提前安装好FFmpeg的开发库
```bash
sudo apt install -y libavdevice-dev libavfilter-dev libswscale-dev libavcodec-dev libavformat-dev libswresample-dev libavutil-dev
```
# 改动 20220107
- https://github.com/giorgisio/goav 没人维护了,有很多问题,很多人反映不能用了。原因是:ffmpeg 在持续变化,很多api 过时了。把依赖改到了[github.com/charlestamz/goav](https://github.com/charlestamz/goav),这个里面去掉了一些过时得api。
- 在plugin里面用不过时得方法改了一下转码得代码
# 主要功能
- 提供音频转码从aac->pcma、pcmu或者反过来