|
From: Ulrich K. <ul...@ch...> - 2012-09-02 03:33:35
|
a1s2d3f4 <ana...@ho...>: > When I use [code] sox <infile> <outfile> trim 10 260, it's ok. But > when > it's trim 2000 2500, it takes forever. 1. This will produce a file of length 2500 seconds. I guess what you want to say is "trim 2000 =2500". 2. There is a way for trim to quickly jump over the first 2000 seconds, but it won't work if you are reading from standard input, using more than one input file, or doing any processing before the trim effect. Are you doing any of this? Ulrich Is this really the exact way you're calling SoX, |