How can I copy coverart from flac to opus with ffmpeg
ffmpeg doesn't preserve the coverart for opus outfile, but preserve for flac outfile.
makeshift:
$ ffmpeg -i 01.mp3 -f flac - | opusenc - 01.opus
This feature, adding cover art to Opus or Ogg files is not implemented yet in ffmpeg. Existing ticket.