How to trim a group of mp3 files with a specific timings

0

1

I am having trouble finding the way to trim bunch of mp3 files. The time from the beginning and time from the end is fixed across all the files and should be specified by the user.

I already tried Audacity (Chains mode), but it doesn't have a command for trimming. Also, I tried mpTrim, but it allows to specify timings only when processing one file.

What are other options for achieving this goal?

Peter17

Posted 2013-05-04T13:51:48.103

Reputation: 101

This is off topic as it is asking for a software suggestion and is a "shopping" question. It will likely be closed. – Dave M – 2013-05-04T13:59:27.440

The question may be able to be saved if you tweak it just about general ways to accomplish this, rather than looking for "tools" and the like. Then it may be a suitable question for the format at SU. Definitely keep what you have tried involved as well. – nerdwaller – 2013-05-04T14:02:09.977

Speaking of mpTrim, the Pro version seems to have batch support. – Karan – 2013-05-05T01:14:02.257

Answers

2

Mp3Splt (FOSS) has a batch mode and should be able to do what you want:

1

Otherwise you can use a batch file to loop through all your files and trim them using ffmpeg like so.

Karan

Posted 2013-05-04T13:51:48.103

Reputation: 51 857