FFmpeg streaming: problems with device name

5

1

I'm trying to stream web camera and microphone in Windows using FFmpeg. First, I get my devices names (to specify -i parameter in streaming command) using a command like this:

ffmpeg -list_devices true -f dshow -i dummy

The problem is in wrong encoding of my microphone name: enter image description here

How can I add this device to "audio" parameter (Copying this name into "audio" gives no result)?

JustLogin

Posted 2013-04-16T12:33:10.700

Reputation: 171

What is that name supposed to be, character wise? What is the output after that line? – rogerdpack – 2016-06-24T02:19:44.670

which version are you using? – E.G. – 2013-06-06T16:38:23.703

rename it in the windows registry? – rogerdpack – 2013-06-18T00:09:38.563

Answers

3

I also get stuck with this problem and find solution, and maybe it would help anyone in future. You just need to open regedit and find "Realtek" (or any other part of device name), one of the results would be like on the screenshot below. Just open "FriendlyName" parameter and rename your device as you wish.

Screenshot:

Baytazar Ishmuhametov

Posted 2013-04-16T12:33:10.700

Reputation: 46