xiph / opus-tools

A set of tools to encode, inspect, and decode audio in the Opus format.
https://opus-codec.org/
Other
212 stars 78 forks source link

[FEATURE REQUEST] opusenc - let opusenc act on .opus files for manipulation of metadata #48

Open emk2203 opened 4 years ago

emk2203 commented 4 years ago

It's surprisingly difficult to change or add metadata to an existing opus file.

If opusenc could read opus files as input, the available options for metadata can be used to add or clear metadata from existing opus files. Together with opusinfo, it would allow for sufficient metadata manipulation.

zvezdochiot commented 4 years ago

@emk2203 say:

It's surprisingly difficult to change or add metadata to an existing opus file.

See:

emk2203 commented 4 years ago

Thanks, at least the latter of the two is the first one I see which can easily add a picture to the opus file.

There is also

but it lacks the addition of pictures. Still, being able to use opusenc for that as part of the official tools would be nice.