[FFmpeg-user] When AIFF to WAV, ReplayGain is not extracted as Side data.
Moritz Barsnick
barsnick at gmx.net
Tue Mar 12 11:02:35 EET 2019
On Tue, Mar 12, 2019 at 17:14:21 +0900, yas tam wrote:
> When AIFF to WAV, ReplayGain is not extracted as Side data.
> ReplayGain is correctly extracted as Side data when Flac to WAV or Apple
> Lossless (m4a) to WAV.
As far as I can tell, exporting replaygain as side data isn't
implemented for AIFF. aiff_read_header() is probably just missing a
call to ff_replaygain_export().
Moritz
More information about the ffmpeg-user
mailing list