jave2 icon indicating copy to clipboard operation
jave2 copied to clipboard

Need advice for "-af silencedetect"

Open zubziroskv opened this issue 4 years ago • 1 comments

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

zubziroskv avatar Sep 21 '21 20:09 zubziroskv

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 :)

a-schild avatar Nov 06 '21 20:11 a-schild