[FFmpeg-user] How to delete digital silence?

Paul B Mahol onemda at gmail.com
Sat Sep 20 16:04:55 CEST 2014


On 9/20/14, Bart Gopnik <bart.gopnik at gmail.com> wrote:
> ffmpeg -i INPUT -af silenceremove=1:0.1:0:1:0.1:0  OUTPUT
>
> What is what in 1:0.1:0:1:0.1:0?

start_periods=1
start_duration=0.1 - can be 0
start_threshold=0
stop_periods=1
stop_duration=0.1
stop_threshold=0

> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list