Closed mafrosis closed 7 years ago
Yeah, vorbiscomment currently does not support Opus streams. It would not be too hard to add, though.
Thanks @tdaede. Format noob here - I see that I should add tags at encode time with opusenc
now..
So what is then recommended command line tool to edit comments in opus files?
I was unable to find a standalone CLI application for tagging, too. Except for this which rather seems to be a hack:
ffmpeg -i <input-file> -acodec copy -metadata title="<title>" -metadata artist=<artist> <output-file>
Apart from that there is a GUI application too: https://kid3.sourceforge.io/
Hello, I wasn't sure where else to post this, so please close if you aren't interested..
Under both OSX and Debian, I'm seeing this error from
vorbiscomment
. The file in question was created byopusenc
andopusinfo
returns correct results.Encoding a wav:
The output of
opusinfo
:The error:
I can share the file if anyone has time to look into this, but I'm having a hard time understanding why I'm the only person on the internet seeing this error :)