A
A
alexdora2017-01-19 11:12:51
macOS
alexdora, 2017-01-19 11:12:51

How to view device list in Mac OS X terminal?

There is a Thunderbold video streamer. To hook it up with ffmpeg, you need to find out its name in the system, the mount point. What is the command in the terminal? The streamer is defined as a video camera (OBS and other finds it)
PS: Mac OSX El Captain
Found the answer only sound.
ffmpeg -f avfoundation -list_devices true -i ""

[AVFoundation input device @ 0x7f8e2540ef20] AVFoundation video devices:
[AVFoundation input device @ 0x7f8e2540ef20] [0] FaceTime HD camera (integrated)
[AVFoundation input device @ 0x7f8e2540ef20] [1] Capture screen 0
[AVFoundation input device @ 0x7f8e2540ef20] AVFoundation audio devices:
[AVFoundation input device @ 0x7f8e2540ef20] [0] Blackmagic Audio
[AVFoundation input device @ 0x7f8e2540ef20] [1] Built-in Microphone

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alexdora, 2017-01-19
@alexdora

Understood, found the answer. You need the decklink module.
Installation:
brew install https://github.com/dche/ffmpeg-decklink/raw/master... --with-decklink
View:
and further by the name of the device (I have UltraStudio Mini Recorder):
PS: For google search string:
How to build ffmpeg decklink mac os x

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question