[FFmpeg-user] Audio transcoding with metadata and album cover image
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Apr 11 09:58:08 CEST 2013
Hi Lukas!
Lukas Österreicher <lukas.oesterreicher <at> inode.at> writes:
> $ ffmpeg -i 150.mp3 -i 150.jpg -c:a libaacplus -b:a 48k
> -map 0 -map 1 -metadata:s:v title="track title"
> -metadata:s:v author="artist name" 150_encoded.m4a
> Stream mapping:
> Stream #0:0 -> #0:0 (mp3 -> libaacplus)
> Stream #1:0 -> #0:1 (mjpeg -> ?)
FFmpeg does not know what to do with your jpeg,
specify either "-vcodec copy" (if jpeg is ok),
or "-vcodec png" (if you prefer a png for some
reason).
Please do not top-post on this mailing list.
Carl Eugen
More information about the ffmpeg-user
mailing list