hcmiya / opuscomment

Utility to edit Ogg Opus tags/output gain - Ogg Opusのタグ及びOutput Gain情報をvorbiscomment(1)と互換のあるインターフェイスで編集するユーティリティ
MIT License
18 stars 4 forks source link
metadata opus tagger

opuscomment

The formal README is written in Japanese.

Overview

opuscomment is a utility for editing output gain and tags of Ogg Opus. The behavior of this utility is similar to [vorbiscomment](https://github.com/xiph/vorbis-tools). ## Requirements * C99 or later * POSIX.1-2008 or POSIX.1-2001 XSI extension (SUSv3) * libogg ## Installation $ ./build.sh release Then you will get the binary `opuscomment` at `src/`. You can put the binary any place. ## Quick Example ```sh # list tags opuscomment foo.opus ``` ```sh # write tags opuscomment -w foo.opus <