zat
zat copied to clipboard
Zoom Archive Tool
This PR introduces a dockerized version of Zat, and a detailed installation guide for folks who may not have a full dev. environment setup. Notes: * It seems like Docker...
Currently zat relies on the meeting name as the file name but that's typically not always desirable since the meeting might be verbose, contain special chars (spaces, parenthesis, etc) while...
It seems that using `from` > 30 days ago in: https://github.com/graphaelli/zat/blob/d93387af84125680d49fa62ab447974a9c94df6b/zoom/zoom.go#L252-L269 results in zoom returning only recordings from the last 30 days. This isn't mentioned in the [api docs](https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingslist) but...
A very useful feature would be looking for the calendar invite that originated the recording and update the invite when the recording is up. https://developers.google.com/calendar/quickstart/go https://developers.google.com/calendar/create-events
Probably with `ffmpeg`. Some ideas: `--ffmpeg` - options to pass `ffmpeg` for all videos `--shrink` - convenience flag for passing options to `ffmpeg` for reducing video file size with minor...