08/06/16 に kaz<okui@xxxxxxxxxxxx> さんは書きました: > $ /usr/bin/ffmpeg -i /dev/audio -f mp3 -acodec libmp3lame -y -vn -ab 128k -ar44100 -ac 2 -t 10 file.mp3 (snip) > Ctrl-Cで止めてみたらfile.mp3も作られていませんでした。 > どのようにしたら/dev/audioから音声を入力できるのでしょうか。 ffmpeg パッケージに収録されているドキュメントは読まれましたか? 以下のような記述がありましたが。 /usr/share/doc/ffmpeg-0.4.9/ffmpeg-doc.html -- 引用ここから -- 2.1 Video and Audio grabbing FFmpeg can grab video and audio from devices given that you specify the input format and device. ffmpeg -f oss -i /dev/dsp -f video4linux2 -i /dev/video0 /tmp/out.mpg Note that you must activate the right video source and channel before launching FFmpeg with any TV viewer such as xawtv (http://bytesex.org/xawtv/) by Gerd Knorr. You also have to set the audio recording levels correctly with a standard mixer. -- 引用ここまで --