Sample Header Ad - 728x90

Trim audio file using start and stop times

96 votes
2 answers
121615 views
I have an FFmpeg command to trim audio: ffmpeg -ss 01:43:46 -t 00:00:44.30 -i input.mp3 output.mp3 The problem I have with this command is that option -t requires a duration (in seconds) from *01:43:46*. I want to trim audio using start/stop times, e.g. between *01:43:46* and *00:01:45.02*. Is this possible?
Asked by whitewings (2527 rep)
Feb 3, 2015, 07:21 AM
Last activity: Nov 9, 2024, 09:08 PM