On Sun, Feb 7, 2021 at 12:23 AM MediaMouth <commun...@gmail.com> wrote:

> On Feb 6, 2021, at 15:13, Paul B Mahol <one...@gmail.com> wrote:
> >
> > I take random flac with cover art and converted it to flac with ffmpeg,
> > cover art is kept.
>
> Is there any way at all to get control over the per stream metadata --
> specifically the 1st video stream which seems to be the one holding the art?
>
> And would you know why it contains, by default, the key/value pair
> "comment:Other"?
>
>
Can you share file?

ffmpeg -i INPUT.png -i AUDIO.flac -map:v 0 -metadata comment=Other
-disposition:v:0 attached_pic -map:a 1 -metadata album=test FINAL.flac

Note that metadata order is important. The command above adds comment
metadata to video stream.



> Thanks.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to