Skip to content

ffmpeg

Установка на винду

choco install ffmpeg

Обрезание аудио

Обрезаем input.opus с 0:00 до 5:24 и сохраняем в output.opus

ffmpeg -ss 0 -to 324 -i input.opus output.opus