04-10-2011, 09:52 PM | #1 |
Count
Join Date: Jun 2007
Posts: 1,186
|
RO mouse pointer vs ffmpeg
Is there a way to make ffmpeg capturing game but ignoring game mouse pointer? I camped these days x11 & ffmpeg sites and it s user channel, but didnt progress much.
__________________
Inquisition |
04-11-2011, 03:08 AM | #2 |
Baron
Join Date: Aug 2009
Location: /dev/null
Posts: 766
|
Given my experience with ffmpeg I don't think it's possible, or there are workarounds I'm not aware of. I searched for the same stuff when I was using ffmpeg... without success.
Maybe you should try software like GLC that works like FRAPS on linux, and only grabs the game output, not the cursor or another part of the desktop (also I feel it gets more FPS than ffmpeg). Also there's VLC, it doesn't capture the mouse pointer by default.
__________________
|
04-11-2011, 05:18 AM | #3 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
ffmpeg captures the X11 stream, which includes the cursor.
GLC or Yukon captures the OpenGL stream, which is only the actual OpenGL context in the window and will not include the cursor.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
04-11-2011, 07:43 AM | #4 |
Count
Join Date: Jun 2007
Posts: 1,186
|
Thanks a lot for explanation @Scias @Znurre.
I found glc few days ago, but still didn't try because I found its for 32 only. I see now on git there is a trick for 64 too. Will try now.
__________________
Inquisition |
04-11-2011, 07:58 AM | #5 | |
Baron
Join Date: Aug 2009
Location: /dev/null
Posts: 766
|
Quote:
According to this, 64-bit is supported (but requires some few more steps for some distros).
__________________
|
|
04-11-2011, 09:24 AM | #6 |
Count
Join Date: Jun 2007
Posts: 1,186
|
I just compiled it, works ok. Thanks.
__________________
Inquisition |
|
|