jave2
jave2 copied to clipboard
Need advice for "-af silencedetect"
Hi,
Any advice how to get silence timestamp intervals from WAV file with this API? Basically I wan to acchive something like this: link In the end I want to spit wav file to chunk by silence intervall. The question is basically if it some how achiveble by using this API?
/Thanks
You can use the basic ffmpeg executor to execute ffmpeg with special parameters, like in the MultimediaObject
And of course, we would accept a pull request to add the final implementation :)