Ogg Opus tags editor
Go to file
Frédéric Mangano 817ba5cba6 actions: fix hardcoded serialno in test
I had originally written the tests with a different sample
2016-03-03 21:19:24 +01:00
doc Add CMake; prepare basic structure 2016-02-20 13:35:08 +01:00
modules Add CMake; prepare basic structure 2016-02-20 13:35:08 +01:00
src ogg: check the validity of streams 2016-03-03 21:14:46 +01:00
tests actions: fix hardcoded serialno in test 2016-03-03 21:19:24 +01:00
.gitignore Add CMake; prepare basic structure 2016-02-20 13:35:08 +01:00
CMakeLists.txt Fix libogg linkage 2016-02-20 13:35:08 +01:00
LICENSE BSD3 2013-01-01 22:51:22 +01:00
Makefile Add CMake; prepare basic structure 2016-02-20 13:35:08 +01:00
README.md readme: requirements 2013-01-02 10:04:25 +01:00

opustags

View and edit Opus comments.

Requirements

  • A POSIX-compliant system,
  • libogg.

Installing

make
make DESTDIR=/usr/local install

Documentation

Usage: opustags --help
       opustags [OPTIONS] FILE
       opustags OPTIONS FILE -o FILE

Options:
  -h, --help              print this help
  -o, --output            write the modified tags to a file
  -y, --overwrite         overwrite the output file if it already exists
  -d, --delete FIELD      delete all the fields of a specified type
  -a, --add FIELD=VALUE   add a field
  -s, --set FIELD=VALUE   delete then add a field
  -D, --delete-all        delete all the fields!
  -S, --set-all           read the fields from stdin

See the man page, opustags.1, for extensive documentation.