a-schild / jave2

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
GNU General Public License v3.0
1.2k stars 245 forks source link

Need advice for "-af silencedetect" #172

Open zubziroskv opened 2 years ago

zubziroskv commented 2 years ago

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

a-schild commented 2 years ago

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