sudo-nautilus / FFmpeg-Builds-Win32

Static FFmpeg Auto-Builds For 32-Bit Windows
MIT License
168 stars 22 forks source link

Coud not record audio #24

Closed a44281071 closed 2 years ago

a44281071 commented 2 years ago

version: 4.4.x target: win32

Could not record mic audio by command:

ffmpeg -f dshow -i audio="Micphone (HIK 720P Camera-Audio)" -f gdigrab -show_region 1 -framerate 6 -video_size cif -offset_x 10 -offset_y 20 -i desktop out22222.mp4
sudo-nautilus commented 2 years ago

Try recording only the audio (ffmpeg -f dshow -i audio="Micphone (HIK 720P Camera-Audio)" out.mp3") and check if that works

sudo-nautilus commented 2 years ago

Uh, Is there any other input devices available? Try using a recent version (win32, gpl)

One more thing, you can use obs-studio to capture your desktop