Questions tagged [gdigrab]

3 questions
2
votes
1 answer

Ffmpeg gdigrab records black window when capturing graphics-intensive flight simulator

I am trying to capture video from XPlane, a popular flight simulator. I'm running on Windows. Normally, I can capture individual windows using gdigrab, but when I use it on an XPlane window like so... ffmpeg -f gdigrab -framerate 30 -i "X-System"…
iter
  • 4,171
  • 8
  • 35
  • 59
1
vote
0 answers

FFMPEG screen recording by gdigrab "can't find input device." on Windows 10

I need to implement screen recording in my software but I have a problem with getting gdigrab in windows 10. This code return "can't find input device." (av_find_input_format("gdigrab") return NULL). If I try to record desktop by ffmpeg.exe using…
0
votes
0 answers

FFmpeg Process Priority at screenrecording

I made formula for screenrecording via FFmpeg, and it works with Counter-Strike and Dota 2. But it doesn't work with World of Tanks. So I faced with troubles. World of Tanks crashs after few minutes. And speed of recording is less then 1x (about…