Sox:在mp3文件末尾修剪

时间:2019-02-20 13:13:52

标签: macos audio mp3 sox

我在用袜子挣扎。我试图简单地切断文件结尾的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>

1 个答案:

答案 0 :(得分:0)

想通了:

sox input output trim 0 -1.2