Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxsuren/go-ffmpeg
Audio convert by ffmpeg
https://github.com/linuxsuren/go-ffmpeg
ffmpeg
Last synced: 4 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T06:24:51.000Z (about 2 years ago)
- Last Synced: 2024-10-03T12:43:00.856Z (4 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
[![codecov](https://codecov.io/gh/LinuxSuRen/go-ffmpeg/branch/master/graph/badge.svg?token=mnFyeD2IQ7)](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`