You are not logged in.
Pages: 1
I need to capture the desktop into a video stream, preferably recording audio input from the mic at the same time. I know there are programs to do this, but surely there's an awesome command line way with ffmpeg or something.
Personally, I'd rather be back in Hobbiton.
Offline
man ffmpeg
Search for x11grab. FFmpeg supports both oss and alsa by default, but I'm not sure if the man page covers alsa.
Offline
Is it possible to get it straight off the graphics card, rather than X11?
Personally, I'd rather be back in Hobbiton.
Offline
Is it possible to get it straight off the graphics card, rather than X11?
Interesting question. Do you want to record from outside of X, like in the console, or directly from the video card itself?
Offline
Directly from the card.
Personally, I'd rather be back in Hobbiton.
Offline
You can capture from /dev/video{0,1,2...etc} with some sort of format like x11grab or video4linux (1 or 2), but whether or not you can grab directly from the device is beyond me.
Offline
Maybe I can trick the card into thinking it's running 2 cloned displays, when the second display is a video container. Hmm . . . maybe some gnarly C hacker could do this one.
Personally, I'd rather be back in Hobbiton.
Offline
Pages: 1