Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List available Capture devices #92

Open
kokorin opened this issue Jul 25, 2020 · 0 comments
Open

List available Capture devices #92

kokorin opened this issue Jul 25, 2020 · 0 comments

Comments

@kokorin
Copy link
Owner

kokorin commented Jul 25, 2020

It's currently not possible to get a list of all capture devices available.

There are several ways:

  1. 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.

  2. Add separate root class FFmpegDevice which will execute ffmpeg with corresponding options and parse output.

  3. Interact directly with ProcessHandler without any options or configuration.

https://trac.ffmpeg.org/wiki/Capture/Desktop
https://ffmpeg.org/ffmpeg-devices.html#Options-7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant