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

Improved pipeline: download and process chat to build youtube video description #6

Open
patcon opened this issue Apr 26, 2021 · 0 comments

Comments

@patcon
Copy link

patcon commented Apr 26, 2021

Hi! I have a similar script that actually downloads the zoom chat as well, and uses that to build a table of contents with deeplinked timestamps in the youtube video description.

E.g., typing a zoom comment like /section: conference planning update would make that show up at bottom of youtube description as:

Some video description...

Table of Contents:
00:00:00 start
[...]
00:13:23 conference planning update
[...]

This also adds visual chapters to the video's progress slidee and sidebar, so it's a nice touch, and easy to admin by everyone in the chat.

Any suggestion on how to augment this tool to support that?

Note: i actually have some more advanced stuff too that I might port over, like cropping the video with a specific start and end-time (incl transposing timestamps), pausing and unpausing to go on- and off-camera. (I've also done some work with a CLI video editor called editly, which opens up other neat options!) It's a pretty versatile tactic, like turning shared chat into a command line :)

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