<div dir="ltr">The opusenc tool automatically adds metadata - even if you don't specify any. <br><div>For example, these tags are created by default on my files:<br></div><div>ENCODER=opusenc from opus-tools 0.2<br> ENCODER_OPTIONS=--bitrate 6 --comp 10 --framesize 60 --padding 0</div><div><br></div><div>I've tried using `--discard-comments` but that has no effect.</div><div>I've tried using `--comment ENCODER=` but that adds a duplicate tag.</div><div><br></div><div>My limited knowledge of C suggests that the following lines in opusenc.c are where the magic happens:<br></div><div><a href="https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L480">https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L480</a></div><div><a href="https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L800">https://github.com/xiph/opus-tools/blob/master/src/opusenc.c#L800</a></div><div><br></div><div>So, would it be possible to add a `--no-metada` option to completely suppress any metadata from being written?<br></div><div><br></div><div>I realise this is a niche requirement! I'm trying to create tiny audio files where every byte saved is important. I can use Mutagen to remove the metadata, but I'd like a way not to add it in the first place.</div><div><br></div><div>Thanks</div><div>Terence<br></div></div>