ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
How to stop FFMPEG process gracefully with ffmpeg-cli-wrapper ?
trafficstars
Hi folks ,
I wrote a simple UDP stream recorder application with using this library in Java 11. Everything works fine except stopping FFMPEG record process before the duration time. (i.e The duration time is 60 seconds but want to stop FFMPEG process like in 30th second.)
What should I do for solving this problem ? Any ideas would be appreciated .
Thanks, Mert