fmang / opustags

Ogg Opus tags editor
BSD 3-Clause "New" or "Revised" License
75 stars 10 forks source link

opustags fails if there is album art (theora) data in the file. #53

Closed foxt closed 1 year ago

foxt commented 3 years ago
# ffprobe file.ogg
Input #0, ogg, from '':
  Duration: 00:04:27.73, start: 0.000000, bitrate: 199 kb/s
  Stream #0:0: Video: theora, yuv444p, 800x800 [SAR 1:1 DAR 1:1], 90k tbr, 90k tbn, 90k tbc
    Metadata:
      comment         : Cover (front)
      encoder         : Lavc58.75.100 libtheora
  Stream #0:1: Audio: opus, 48000 Hz, stereo, fltp
    Metadata:
      encoder         : Lavc58.75.100 libopus
# opustags file.ogg
file.ogg: error: Not an Opus stream.
fmang commented 3 years ago

Unfortunately, opustags does not currently support multi-stream Ogg files.

I don’t plan on adding that feature in the near future but I am open to contributions.