Managing sound and video settings during Teams meetings and calls for optimal communication
<QUOTE>
Thank you for the tip, but when I extracted the ffmpeg file, at first I could not find the .exe file but then took a closer look and I had downloaded the code instead. I have now found the correct .exe file.
I tried to write a bat file, but I don't think I got it quite right.
@echo off
cd "C:\Users\OneDrive - Adobe\Documents\LAP\ffmpeg files\ffmpeg-master-latest-win64-gpl\bin>ffmpeg -f dshow -show_video_device_dialog true -i video="Logitech Webcam C925e""
pause
Is this the correct way? Any guidance from you guys on how to correct this bat file would be very helpful!
<\QUOTE>
This is what mine looks like:
cd "D:\Programs\ffmpeg-N-112848-g2020ef9770-win64-gpl\bin"
ffmpeg -f dshow -show_video_device_dialog true -i video="NexiGo N930AF FHD Webcam"
Here's what worked for me. Put the following in a text editor:
cd "Full\Path\to\ffmpeg\bin\folder"
.\ffmpeg -f dshow -show_video_device_dialog true -i video="Camera Name"
Camera Name is literally what's listed as the camera's name in Windows Settings -> Devices. Save the file with a .bat extension, then double-click it to run it.
Note that, as I understand it, you'll have to create a different .bat file for each camera you intend to use.