Have anyone tried ffmpeg screen recording with des...
# compose-desktop
m
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
i wrote a small JNI lib to record video and/or audio for JVM. that works on windows/macOS/linux
i am using it in my chat app for audio and video communications
it can also screencapture
m
Thanks for sharing
z
let me know if its useful. or you find any bugs
120 Views