Search found 1 match
- 26 Nov 2016 05:00
- Forum: DOS Batch Forum
- Topic: sox trim with batch
- Replies: 3
- Views: 3645
sox trim with batch
Dear Members, I wish to trim first 15 seconds from multiple audio files, kept in folder 'multiplefiles' . for test purposes, i have taken up 3 audio files, x.wav, y.wav, and z.wav below is the code @echo off cd E:\trim\multiplefiles mkdir trimmed FOR /F %%A IN ("*.wav") DO sox "%%A&qu...