https://github.com/linuxsuren/go-ffmpeg
Audio convert by ffmpeg
https://github.com/linuxsuren/go-ffmpeg
ffmpeg
Last synced: 7 months ago
JSON representation
Audio convert by ffmpeg
- Host: GitHub
- URL: https://github.com/linuxsuren/go-ffmpeg
- Owner: LinuxSuRen
- License: mit
- Created: 2022-12-03T04:26:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T06:24:51.000Z (over 3 years ago)
- Last Synced: 2025-04-30T20:07:43.368Z (10 months ago)
- Topics: ffmpeg
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/LinuxSuRen/go-ffmpeg)
Audio format convert
## Get started
Run it as a container:
```shell
docker run --rm -p 8080:8080 -d ghcr.io/linuxsuren/go-ffmpeg:master
```
Visit it:
```
http://localhost:8080
```
## Other images
* `registry.aliyuncs.com/surenpi/go-ffmpeg:master`