把wav文件等时长切割

ffmpeg -i somefile.mp3 -f segment -segment_time 1800 -c copy out%03d.mp3

  segment_time 是切割时长,单位秒

原文地址:https://www.cnblogs.com/liuyihua1992/p/11080586.html