J
J
jera2018-10-04 10:54:43
Sound processing
jera, 2018-10-04 10:54:43

How to cut off the first few seconds of several tracks at once?

There are about 100 mp3-nis in the language learning course, and everyone has a 6-second musical insert at the beginning. I want to remove it, otherwise the brain will boil from it after 3 days of study.
I don't want to edit each file manually either. I assume that there is simply a solution in three buttons.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jera, 2018-10-05
@jera

for %n in (*.mp3) do ffmpeg -ss 6 -i %n -c:a copy "out/%~nxn" команда для нескольких файлов.
вот тут товарищ в коментах подсказал https://youtu.be/jqMDX0SjknE

M
Moskus, 2018-10-04
@Moskus

Use ffmpegwith a parameter -ssto specify a start time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question