I'm trying to do a video+audio capture of my desktop, e.g. a Youtube video playing, or whatever. I've got video capture working, but not audio. I've compiled ffmpeg with both "alsa" and "oss" USE flags and tried the commands...
ffmpeg -f alsa -ac 2 -i hw:0 -video_size 1920x1080 -framerate 25 -f x11grab -i :0.0 output.mp4 ffmpeg -f oss -i /dev/dsp -video_size 1920x1080 -framerate 25 -f x11grab -i :0.0 output.mp4 In both case the video capture works, and ffmpeg claims to be capturing audio, but I don't get any audio capture at all. What am I doing wrong? Any more USE flags to set? -- Walter Dnes <[email protected]> I don't run "desktop environments"; I run useful applications

