B
B
Bogdan Pasechnik2013-09-01 22:25:28
Audio
Bogdan Pasechnik, 2013-09-01 22:25:28

Batch process mp3 files

I have 4000 mp3 files of different lengths. From 17 seconds to 2 hours. I need to make all files 15-30 seconds long. Please tell me the best way to implement this. It would also be great to do one more bitrade.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@xave, 2013-09-01
@taral

ffmpeg -i input_file.mp3 -vn -acodec libmp3lame -ab 128k -ss 00:00:00 -t 00:00:15 output_file.mp3
And all this in a loop

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question