Have anyone tried ffmpeg screen recording with desktop, I was getting a permission problem and I'm running ffmpeg
ProcessBuilder
and having the permission in my desktop app is not enough since ffmpeg will run in a separate process.
The main goal is to implement screen recording, I tried
Robot
as well but it's too slow and all I can get is 20 fps.
z
Zoff
02/08/2024, 12:06 PM
i wrote a small JNI lib to record video and/or audio for JVM. that works on windows/macOS/linux