mirror of
https://github.com/xfrr/goffmpeg.git
synced 2025-12-24 12:12:34 +08:00
ec40467798694b1025a7700bce3ef74fb7c4aa9e
* cleanup readme & examples * upgrade go version * add makefile with basic commands * add e2e test * add gha * update .gitignore
Goffmpeg
FFMPEG wrapper written in GO
New implementation with an easy-to-use API and interfaces to extend the transcoding capabilities. https://github.com/floostack/transcoder
Features
- Transcoding
- Streaming
- Progress
- Filters
- Thumbnails
- Watermark
- Concatenation
- Subtitles
Dependencies
Supported platforms
- Linux
- OS X
- Windows
Installation
Install the package with the following command:
go get github.com/xfrr/goffmpeg
Usage
Check the examples
Languages
Go
99.7%
Makefile
0.3%