tsukuyomi

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2023 License: MIT

README

image, video, audio compressor/re-encoder library

go logo

  • third party libraries this library using:

    • github.com/chai2010/webp

    • github.com/hajimehoshi/go-mp3

    • github.com/icza/bitio

    • github.com/mewkiz/flac

    • github.com/mewkiz/pkg

  • supported audio formats:

    • MP3
    • WAV
    • FLAC
    • OGG
    • AIFF
  • supported video formats:

    • MP4
    • AVI
    • MKV
    • MOV
    • WMV
    • FLV
    • WebM
  • supported image formats:

    • JPEG
    • PNG
    • GIF
    • TIFF
    • WebP

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL