I use the ffmpeg -stats -hide_banner -list_devices true -f dshow -i dummy
command to list all video and audio devices, and I need to get all Alternative name From "DirectShow video devices" (just video devices) with batch script.
I'm start with this: ffmpeg output parse in batch script (first answer)
Can someone more experienced to help me with this task? Thanks in advance!