-
Notifications
You must be signed in to change notification settings - Fork 17
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
Missing cover image when converting into OGG #23
Comments
The Ogg/Vorbis Encoder ( Maybe artwork could be added, in a separate step, via |
Opusenc2 doesn't support art embedding; output APE files lack cover image too. It will require third-party tool(s) to add that feature. Looking through temporary directory, I found that LameXP uses lxp_tag for mp3 metadata. Might I point at a multifunctional library, like TagLib (http://taglib.github.io), that can kill several birds with one stone? |
Nope, 'tag.exe' is used only to embed is only used to emebed ApeTags Since OggEnc2 doesn't support cover artwork, we could use VorbisComment On 23.08.2015 22:15, xtemp09 wrote:
|
I converted a FLAC into OGG and found that cover art is missing.
The text was updated successfully, but these errors were encountered: