mp3gain을 사용하여 앨범 게인으로 replaygain 태그를 작성하는 방법은 무엇입니까?

mp3gain을 사용하여 앨범 게인으로 replaygain 태그를 작성하는 방법은 무엇입니까?

mp3gain을 설치하고 매뉴얼을 보니 앨범태그 사용시 replaygain 태그를 쓸 수 없는 것 같습니다. 하지만 아마도 내가 뭔가를 놓치고 있는 것 같습니다.

mp3gain optionally writes gain adjustments directly into the encoded data.
In  this  case, the  adjustment works with all mp3 players, i.e. no support for a special tag is required.
This mode is activated by any of the options -r, -a, -g, or -l.

   If none of the above options are given, the recommended gain change is instead written  to
   a  special  tag  in the mp3 file. In this case, the adjustment only works with mp3 players
   that support this tag.  Some mp3 players refer to this as ReplayGain.  The tag is  written
   either  in  APEv2  format  (default)  or in ID3v2 format (with -s i).  If you only want to
   print the recommended gain change (and not modify the file at all) you may use  the  -s  s
   (skip tag) option.

-a를 사용하여 앨범 태그 활성화

도울 수 있니? 감사해요

답변1

옵션은 "앨범 태그 활성화"(무엇을 하든)를 의미 -a하지 않습니다 . mp3gain보고 man mp3gain:

-a
자동으로 앨범 게인 적용(파일은 모두 동일한 앨범에 있습니다. 단일 게인 변경이 모든 파일에 적용되므로 서로에 대한 상대적 음량은 동일하게 유지되지만 평균 앨범 음량은 표준화됩니다.)

즉, -a처리하는 모든 파일에 대해 동일한 이득을 계산하여 균일한 방식으로 이득을 수정하도록 합니다. 아이디어는 이러한 모든 파일이 동일한 앨범에 있으므로 게인 수정 후 동일한 상대적 음량을 가져야 한다는 것입니다. 그러나 다른 앨범의 파일(또는 앨범과 어떤 방식으로도 관련되지 않은 파일)에 이 옵션을 사용할 수도 있습니다. 그리고 그것은 절대적으로아무것도 없다그리고앨범상표.

관련 정보