Smart Silence Remover
Automate jump cuts by removing silence. Detect silent parts with silencedetect and filter them out.
Detect Silent Parts
Find timestamps of silence without removing them.
ffmpeg -i input.mp4 -af silencedetect=noise=-30dB:d=0.5 -f null -
Note:Outputs timestamps where audio is below -30dB for at least 0.5 seconds. Check the console output.
VIDEO API
Discover why Hunt is the preferred API provider for developers.