How to get the list of devices names in your pc with ffmpeg

Ffmpeg is a very useful tool to work with videos, but is a little complicated. You can do everything you want pratically for free in no time. If you need to know the exact names of your devices when you work with videos or audio, here is how you can get them with ffmpeg. Go in the cmd and write

ffmpeg -list_devices true -f dshow -i dummy

You will get what you see down here

Subscribe to the newsletter for updates
Tkinter templates
Avatar My youtube channel

Twitter: @pythonprogrammi - python_pygame

Videos

Speech recognition game

Pygame's Platform Game

Other Pygame's posts

Published by pythonprogramming

Started with basic on the spectrum, loved javascript in the 90ies and python in the 2000, now I am back with python, still making some javascript stuff when needed.