image, video, audio compressor/re-encoder library
-
third party libraries this library using:
-
supported audio formats:
-
supported video formats:
MP4
AVI
MKV
MOV
WMV
FLV
WebM
-
supported image formats:
project structure
├── audio
│ ├── aiff.go
│ ├── flac.go
│ ├── mp3.go
│ ├── ogg.go
│ └── wav.go
├── go.mod
├── img
│ ├── gif.go
│ ├── jpeg.go
│ ├── png.go
│ ├── tiff.go
│ └── webp.go
├── LICENSE
├── README.md
└── video
├── avi.go
├── flv.go
├── mkv.go
├── mov.go
├── mp4.go
├── webm.go
└── wmv.go
installation
go get github.com/kenjitheman/tsukuyomi
contributing
- pull requests are welcome, for major changes, please open an issue first to
discuss what you would like to change
license