Author Topic: Opus/Ogg files - failed to update metadata  (Read 1136 times)

tangotonyb

  • Jr. Member
  • **
  • Posts: 115
I followed the advice in this thread to convert some webm files containing OPUS format to ogg files.

These now load into MusicBee and are playable, but when I try to edit the metadata I get a validation error.

The files were transcoded using the command:

ffmpeg -i "file.webm" -c:a copy "file.ogg"


I have other ogg files that MusicBee handles ok - but these contain Vorbis format, so I guess the issue is with Opus.


tangotonyb

  • Jr. Member
  • **
  • Posts: 115
OK - I've got a solution - the problem is with the extension - I guess like mp3tag, MusicBee assumes that an ogg file is Vorbis. Renaming the converted files to .opus results in Musicbee handling them ok.