私はいつもFooBar2000を使用して、音楽ライブラリにReplayGainタグを追加しています(.mp3または.oggファイルで構成されています)。新しいコンピューターでは、このタスクのためだけにWineをインストールすることは避けたいと思います。
同じ目的で使用できるネイティブツールはありますか?
コマンドラインのみの場合でも、mp3とoggに2つの異なるプログラムを使用する場合でもかまいませんが、タグを書き込むだけで、元のファイルを台無しにしないことを絶対に確認したいと思います。実際に別のボリュームで再エンコードすることによって。
承認された回答:
「少し怖い」または無関係のリンクをたどる代わりに、単にマニュアルを読むのではないでしょうか。 ?
man mp3gain
から :
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 writ‐
ten 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.
したがって、指示された場合にのみオーディオストリームを変更し、そうでない場合はタグにのみ書き込みます。
補足:コメントに投稿されたURLの多くは、現在のmp3gain
とは関係ありません。 Ubuntuで見つかりました:それらはひどく時代遅れであるか、ウィンドウを参照しています バージョン。
特定のコマンドがどのように機能するか疑問がある場合は、常にman
を試してください。 最初。それでも不十分な場合(またはmanページがない場合)は、Ubuntuのパッケージページで確認できる正しいアップストリームWebサイトを使用してください。