[FFmpeg-user] Adding metadata tags to wav files
Rodolfo Medina
rodolfo.medina at gmail.com
Sun Jun 11 11:35:11 EEST 2017
Paul B Mahol <onemda at gmail.com> writes:
> On 6/11/17, Rodolfo Medina <rodolfo.medina at gmail.com> wrote:
>> I successfully add metadata tags (album, artist, title, genre...) to mp3
>> files
>> using ffmpeg:
>>
>> $ ffmpeg -i input.mp3 -c copy -metadata title="Yesterday" output.mp3
>>
>> . When I try to do the same with wav format, the tags are then properly
>> shown
>> by ffmpeg itself, but they aren't by common media players. Has anyone ever
>> experimented that?
>
> Common media players do not support riff metadata.
So what are they supported by?
Thanks,
Rodolfo
More information about the ffmpeg-user
mailing list