On 6/11/17, Rodolfo Medina <[email protected]> wrote: > Hi. > > 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. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
