Home ffmpeg---trim-audio
Post
Cancel

ffmpeg---trim-audio

Provide the start point (-ss) and the duration in seconds (-t) to ffmpeg to trim a file;

ffmpeg -ss 00:00:15 -t 263 -i "this music is too long.mp3" test.mp3

NOTE: avconv is a fork of mpeg for ubuntu 14.04

This post is licensed under CC BY 4.0 by the author.