-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to modify metadata without re-encoding? #72
Comments
There is no official tag editing tool in opus-tools, but other tools that support tag editing often work with Opus files. An official tool may be added to opus-tools in the future. |
Thanks for the info, in case someone else is looking for an open source tool, here are two mentioned #48 (opustags worked fine for me). You can close this issue again if you want (the above mentioned issue is similar to this one, I just missed it when I created this issue). |
[Zapeth]
If there really is no official tool for this, I think an equivalent to
`metaflac` or `vorbiscomment` would be needed in opus tools.
What do you mean by 'official'? According to
<URL: https://stackoverflow.com/questions/49496995/how-can-i-add-metadata-in-opus-files >
it can be done using
ffmpeg -i myfile.opus -metadata FOO="Bar Baz" -codec copy myfile-withmeta.opus
--
Happy hacking
Petter Reinholdtsen
|
That its developed/maintained by the people who created the format (in this case Xiph.Org Foundation), and ideally is bundled with the other set of tools to work with the format (I already gave |
I'd also be interested in something like this, ffmpeg's opus encoder currently doesn't support embedding images and I've had opustags fail on files with embedded thumbnails. Opuscomment does work well, however it isn't packaged on a lot of distros and it would be more convenient if it or something like it were to be bundled with opus-tools. |
As far as I can tell, the only way to modify metadata with opus tools is with
opusenc
during encoding? It doesn't support opus files as input, andopusinfo
only displays information.If there really is no official tool for this, I think an equivalent to
metaflac
orvorbiscomment
would be needed in opus tools.The text was updated successfully, but these errors were encountered: