Tagged Questions
0
votes
0answers
60 views
FFmpeg screencast: capture only one window
I'm using FFmpeg with UScreenCapture under Windows 7 for screencast. Everything works fine, but I want to stream video from only one window - not the whole monitor. I know, there is an opportunity to ...
1
vote
1answer
526 views
Error when trying to enable x11grab in ffmpeg
I've lost a day of work over this.
Trying to set up ffmpeg so I can do screen captures and just receive error after error after error. However, the root issue is that I can't even seem to enable ...
4
votes
1answer
901 views
Screen Casting using ffmpeg (too fast)
I can use ffmpeg to make screen casts:
ffmpeg -f x11grab -s 1280x800 -i :0.0 -c:v libx264 -framerate 30 -r 30 -crf 18 out.mkv
However the output comes out to be too fast paced. It also happens with ...
6
votes
2answers
5k views
Can FFMPEG capture from the screen in Windows?
I am trying to capture a certain region of the screen (actually its specifically a number of visible windows) on Windows XP with FFMPEG but I can only find options to capture from X11:
...