Translations:Amarok/Manual/Various/ReplayGain/10/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 2: | Line 2: | ||
{{Input|<nowiki>metaflac --list Millencolin\ -\ Balanced\ Boy.flac</nowiki>}} | {{Input|<nowiki>metaflac --list Millencolin\ -\ Balanced\ Boy.flac</nowiki>}} | ||
Among other things, this will show something like this: | Among other things, this will show something like this: | ||
{{Output|<nowiki>METADATA block #2 | |||
type: 4 (VORBIS_COMMENT) | |||
is last: false | |||
length: 390 | |||
vendor string: reference libFLAC 1.2.1 20070917 | |||
comments: 14 | |||
comment[9]: REPLAYGAIN_REFERENCE_LOUDNESS=89.0 dB | |||
comment[10]: REPLAYGAIN_TRACK_GAIN=-1.55 dB | |||
comment[11]: REPLAYGAIN_TRACK_PEAK=0.75894165 | |||
comment[12]: REPLAYGAIN_ALBUM_GAIN=-4.19 dB | |||
comment[13]: REPLAYGAIN_ALBUM_PEAK=0.98712158 | |||
</nowiki>}} |
Latest revision as of 08:00, 14 July 2018
For .flac files, "metaflac" can be used to view embedded replay gain data:
metaflac --list Millencolin\ -\ Balanced\ Boy.flac
Among other things, this will show something like this:
METADATA block #2 type: 4 (VORBIS_COMMENT) is last: false length: 390 vendor string: reference libFLAC 1.2.1 20070917 comments: 14 comment[9]: REPLAYGAIN_REFERENCE_LOUDNESS=89.0 dB comment[10]: REPLAYGAIN_TRACK_GAIN=-1.55 dB comment[11]: REPLAYGAIN_TRACK_PEAK=0.75894165 comment[12]: REPLAYGAIN_ALBUM_GAIN=-4.19 dB comment[13]: REPLAYGAIN_ALBUM_PEAK=0.98712158