Re: [FFmpeg-user] How to grab x11 screen

2015-01-26 Thread jd1008
On 01/26/2015 12:29 AM, Moritz Barsnick wrote: On Sun, Jan 25, 2015 at 22:17:39 -0700, jd1008 wrote: Now that I have x11grab working, how do I add to it the audio that is coming from the speakers or the audio driver? ffmpeg supports quite a few audio sources. On Linux, alsa and pulseaudio are

Re: [FFmpeg-user] How to grab x11 screen

2015-01-26 Thread jd1008
On 01/26/2015 12:29 AM, Moritz Barsnick wrote: On Sun, Jan 25, 2015 at 22:17:39 -0700, jd1008 wrote: Now that I have x11grab working, how do I add to it the audio that is coming from the speakers or the audio driver? ffmpeg supports quite a few audio sources. On Linux, alsa and pulseaudio are

Re: [FFmpeg-user] How to grab x11 screen

2015-01-25 Thread Moritz Barsnick
On Sun, Jan 25, 2015 at 22:17:39 -0700, jd1008 wrote: > Now that I have x11grab working, how do I add to it the audio > that is coming from the speakers or the audio driver? ffmpeg supports quite a few audio sources. On Linux, alsa and pulseaudio are the most likely candidates. Check https://www.

Re: [FFmpeg-user] How to grab x11 screen

2015-01-25 Thread jd1008
On 01/25/2015 09:17 PM, Lou wrote: See: https://ffmpeg.org/ffmpeg-devices.html#x11grab Your build lacks --enable-x11grab. Again, refer to: https://ffmpeg.org/ffmpeg-devices.html#x11grab Alternatively you could install the required dependencies for grabbing X11 via XCB then compile ffmpeg. For y

Re: [FFmpeg-user] How to grab x11 screen

2015-01-25 Thread jd1008
On 01/25/2015 09:17 PM, Lou wrote: Alternatively you could install the required dependencies for grabbing X11 via XCB then compile ffmpeg. For your distro libxcb-devel 1.4 or newer should suffice. # yum install libxcb-devel libxcb Loaded plugins: langpacks Package libxcb-devel-1.11-3.fc21.x86_6

Re: [FFmpeg-user] How to grab x11 screen

2015-01-25 Thread Lou
On Sun, Jan 25, 2015, at 04:22 PM, jd1008 wrote: > I tried > $ ffmpeg -i :0 -vcodec webm -b:v 5000 -b:r 10 -g 300 -s 1920x1080 > /tmp/x11.webm This is probably not a valid command. See: https://ffmpeg.org/ffmpeg-devices.html#x11grab > ffmpeg version N-51556-ge278500 Copyright (c) 2000-2013 the F

[FFmpeg-user] How to grab x11 screen

2015-01-25 Thread jd1008
I tried $ ffmpeg -i :0 -vcodec webm -b:v 5000 -b:r 10 -g 300 -s 1920x1080 /tmp/x11.webm ffmpeg version N-51556-ge278500 Copyright (c) 2000-2013 the FFmpeg developers built on Apr 4 2013 05:11:43 with gcc 4.6 (Debian 4.6.3-1) configuration: --prefix=/root/ffmpeg-static/32bit --arch=x86_32