[FFmpeg-user] Removing a metadata tag from a specfic stream
MediaMouth
communque at gmail.com
Sat Feb 6 01:56:09 EET 2021
On Feb 5, 2021, at 12:21 PM, MediaMouth <communque at gmail.com> wrote:
>
> The obvious approach (targeting it as the first video track) didn't work:
> > ffmpeg -y -i '29 My Girl.flac' -metadata:s:v:0 comment= '29 My GirlB.flac'
> > ffprobe '29 My GirlB.flac'
One possibility would be to simply remove the album art (you could save it externally beforehand).
That will, in turn, get rid of the associated metadata "comment". I tested it. It works.
From what I understand ffmpeg (and for that matter Adobe) can't handle album art for .flac files.
More information about the ffmpeg-user
mailing list