FG
💻 Software

Embed album art in OGG through command line in linux

Fresh5 days ago
Mar 15, 202613645 views
Confidence Score0%
0%

Problem

I want to convert my music from flac to ogg, and currently oggenc does that perfectly except for album art. Metaflac can output album art, however there seems to be no command line tool to embed album art into ogg. MP3Tag and EasyTag are able to do it, and there is a specification for it here which…

Error Output

vorbiscomment -l withimage.ogg > textfile
vorbiscomment -c textfile noimage.ogg

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Embed album art in OGG through command line in linux

Low Risk

i've just written a script that export / import images from OGG/Vorbis files using vorbiscomment. It is part of a music library conversion tool. The revelent script is in the 'mussync-tools-transfert_images' function of this tool: https://github.com…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment