実現したいこと
音声付で画面録画できるはずなんですが、なぜかできません。
発生している問題・分からないこと
pauseで確認した所以下のようなエラーメッセージが出ています。
エラーメッセージ
error
1[dshow @ 000001e729a07dc0] Could not find audio only device with name [ステレオ ミキサー (Realtek(R) Audio) ] among source devices of type audio. 2[dshow @ 000001e729a07dc0] Searching for audio device within video devices for ステレオ ミキサー (Realtek(R) Audio) 3[dshow @ 000001e729a07dc0] Could not enumerate audio only devices (or none found). 4[in#0 @ 000001e7299e1080] Error opening input: I/O error 5Error opening input file audio=ステレオ ミキサー (Realtek(R) Audio) . 6Error opening input files: I/O error
該当のソースコード
ffmpeg.exe -video_size 1920x1080 -framerate 30 -f gdigrab -i desktop -f dshow -i audio="ステレオ ミキサー (Realtek(R) Audio)" -vcodec libx264 -pix_fmt yuv420p -acodec aac -map 0:v:0 -map 1:a:0 "desktop.mp4"
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
ffmpeg.exe -list_devices true -f dshow -i dummy
で情報取得すると以下のようになっているのでデバイスの情報は問題ないようです。
[dshow @ 00000207841d1780] "ステレオ ミキサー (Realtek(R) Audio)" (audio)
補足
Webカメラは普通に録画や録音が可能です。
リアルテックオーディオだけがエラーが出るようです。
あなたの回答
tips
プレビュー