I want to record a certain program window via FFMPEG, but x11 can't capture window. Is there some way to do it on Linux?
On Windows I can do this:
ffmpeg -f gdigrab -framerate 30 -i title="System Monitor" -b:v 3M test.flv
But how can I do the same window capture on Linux via title=System Monitor?
x11grab does not support title=