首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何使用mp3gain编写带有相册增益的重放增益标记?

如何使用mp3gain编写带有相册增益的重放增益标记?
EN

Unix & Linux用户
提问于 2017-10-17 13:46:36
回答 1查看 621关注 0票数 0

我安装了mp3gain并查看了手册,似乎不可能在使用相册标记的同时编写重放标记。但也许我漏掉了什么。

代码语言:javascript
复制
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激活相册标记

你能帮忙吗?谢谢

EN

回答 1

Unix & Linux用户

发布于 2017-10-19 11:17:10

选项-a of mp3gain并不意味着“激活相册标签”(不管该做什么)。看看man mp3gain

-a 自动应用相册增益(文件都来自同一相册:对所有文件都进行了一次增益更改,因此它们的相对响度保持不变,但平均相册响度已正常化)

换句话说,-a使它为它处理的所有文件计算一个和相同的增益,以统一的方式修改它们的增益。其想法是,所有这些文件来自同一个相册,因此在增益修改后应该具有相同的相对响度,但您也可以将此选项用于来自不同相册的文件(或与相册无关的文件)。这和专辑的标签没有任何关系。

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/398636

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档