kastldratza / zoomrec

Record Zoom meetings automatically in headless docker container with Python and FFmpeg
MIT License
265 stars 68 forks source link

Customize what exactly to record during a meeting #28

Closed almayor closed 2 years ago

almayor commented 2 years ago

Sometimes I need to record not only the speaker's shared screen but also

This could be specified in a separate field of the `meeting.csv, with letter-based options. Examples:

S – record just the screen SW – record screen and webcam WC – record webcam and chat

I think it'd be possible to implement using additional instructions to pyautogui

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

kastldratza commented 2 years ago

Good idea. Yes, it would be possible to implement this. But you have to keep in mind that this can also change during the meeting, for example if the webcam or screen transmission is turned on/off. This also needs to be addressed.

I will add this to the roadmap.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 5 days with no activity.