On 12/3/06, Atte André Jensen <atte.jensen@xxxxxxxxx> wrote:> I'm trying to grab a video with the audio coming from jack. The command> I run to get video/audio from my web cam is:> ffmpeg -vd /dev/video0 -ad /dev/dsp3 -r 25 -s 640x480 demo2.avi> However, I'd like the sound to come from jack. Is it possible to get> jacks output from a device similar to /dev/dsp3 that ffmpeg will understand? Try oss2jack. http://fort2.xdas.com/~kor/oss2jack/ Dmitry.