Ffmpeg 'set audio device' option
Hello, We would like to capture the audio signal from another source then video signal. Video comes from X11 and audio from Line-In. In older ffmpeg releases the option "-ad" (set audio device) could be set in the command line. The "-ad" option is no more recognized in the newest release. How can I set the audio input source in newer Versions of ffmpeg? Thanks and kind regards P.Tribuzio
On date Wednesday 2008-02-06 12:56:11 +0100, Tribuzio Pasquale RUAG E encoded:
Hello,
We would like to capture the audio signal from another source then video signal. Video comes from X11 and audio from Line-In. In older ffmpeg releases the option "-ad" (set audio device) could be set in the command line. The "-ad" option is no more recognized in the newest release.
How can I set the audio input source in newer Versions of ffmpeg?
stefano at geppetto ~> ffmpeg -formats 2>/dev/null | grep oss DE oss audio grab and output ffmpeg -f oss -i /dev/audio ...
Thanks and kind regards
HTH, regards. -- ffmpeg-user random tip #10 One minute of pure noise with ffmpeg: ffmpeg -ar 48000 -t 60 -f s16le -acodec pcm_s16le -i /dev/urandom \ -ab 64K -f mp2 -acodec mp2 -y noise.mp2
participants (2)
-
Pasquale.Tribuzio@ruag.com -
stefano.sabatini-lala@poste.it