Hi All,
I need some guidence with Java CPP libarries and FFMPEG,
I am willing to use pure java code for the Silence detection and Audio encoding conversion,
The only ask is to i do not want to have the installations of the ffmpeg package (with org.bytedeco.ffmpeg required few libaries to be installed before run) which is discouraged in our deployemnt environment.
Is there any way to eliminate the Installation part of the libaries and use purely java based approach using the presets.
any leads will be helpful
Thanks