I would like to cut the silent parts (where my prof writes on the blackboard but does not talk) off from my lecture notes. I tried ffmpeg -i input.mp3 -af silenceremove=1:0:-50dB output.mp3
from this post, but it only deletes silence from the beginning of my file.
Can I delete the silence everywhere with one command? I only want the speech without all the writing on the blackboard. Thank you!