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
On x11grab the window_id input option is available, while on gdigrab the window title can be provided, but i need to look further into using a HWND instead of a title
The text was updated successfully, but these errors were encountered:
Any idea what the equivalent should be in theory on macos? Happy to try and help test it out if you can point me in the right direction.
And we would be very happy to have a Mac user help us here! None of us have Macs, so we can only rely on FFmpeg's support for Mac input formats and haven't really been able to test anything Mac-related. :(
So the first place we can look at for this is FFmpeg's documentation on input formats. The ones that MacOS uses to my knowledge are AVFoundation and QTKit (which I think is no longer available).
On
x11grab
thewindow_id
input option is available, while ongdigrab
the window title can be provided, but i need to look further into using a HWND instead of a titleThe text was updated successfully, but these errors were encountered: