You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently not possible to get a list of all capture devices available.
There are several ways:
Add special abstract ListDevicesInput (like CaptureInput).
Different output format mat be a problem. It would be required to pass output parser to FFmpeg and to include device list to FFmpegResult.
Add separate root class FFmpegDevice which will execute ffmpeg with corresponding options and parse output.
Interact directly with ProcessHandler without any options or configuration.
It's currently not possible to get a list of all capture devices available.
There are several ways:
Add special abstract
ListDevicesInput
(likeCaptureInput
).Different output format mat be a problem. It would be required to pass output parser to FFmpeg and to include device list to FFmpegResult.
Add separate root class
FFmpegDevice
which will executeffmpeg
with corresponding options and parse output.Interact directly with
ProcessHandler
without any options or configuration.https://trac.ffmpeg.org/wiki/Capture/Desktop
https://ffmpeg.org/ffmpeg-devices.html#Options-7
The text was updated successfully, but these errors were encountered: