Am 06.04.26 um 09:36 schrieb Darren Dunham via ffmpeg-user:
I have a number of FLAC files with replaygain tags. I'm attempting to use ffmpeg to create AAC versions (I've tried both "aac" and "libfdk_aac" in a separate build). By default it seems to bring over much of the metadata, but not the replaygain information. Is there something I am doing wrong that is leaving these behind/unconverted? I see that the replaygain data is recognized and shown as side data for the original container. But it isn't present in the output file. I've tried with "-map_metadata 0" as well, but that seems to have identical output. Thank you for assistance.
You may give exiftool a try to transfer the meta tags after conversion with FFMPEG. -Ulf _______________________________________________ ffmpeg-user mailing list -- [email protected] To unsubscribe send an email to [email protected]
