【问题标题】:Sox: Trimming at the end of a mp3 fileSox:在 mp3 文件末尾修剪
【发布时间】:2019-02-20 13:13:51
【问题描述】:

我对袜子有点挣扎。我试图简单地切断文件结尾的 1.2 秒。我知道 sox 中有一个 trim 函数,但我不确定如何使用它,所以它会在最后切断确切的时间?我知道它大致是这样工作的:

sox input output trim <start> <duration>

但是,我能想出的唯一解决方案是这样的(伪代码):

sox input output trim <length of whole mp3 file -1.2 seconds> <1.2 seconds>

【问题讨论】:

    标签: macos audio mp3 sox


    【解决方案1】:

    想通了:

    sox input output trim 0 -1.2

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-03-28
      • 2012-04-07
      • 1970-01-01
      • 1970-01-01
      • 2011-11-21
      • 1970-01-01
      • 2015-11-17
      • 2011-08-11
      相关资源
      最近更新 更多