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

Fully Automate Video Creation #58

Closed
MarcSkovMadsen opened this issue Oct 14, 2023 · 1 comment
Closed

Fully Automate Video Creation #58

MarcSkovMadsen opened this issue Oct 14, 2023 · 1 comment

Comments

@MarcSkovMadsen
Copy link
Collaborator

MarcSkovMadsen commented Oct 14, 2023

Right now the videos created automatically by Playwright are not fully ready for usage because

  • They are .webm files not supported by iphone. They must be converted to .mp4.
  • The videos are empty initially for 1-4 seconds. The must be trimmed. That could be automated.
  • Sometimes the icons etc. are not loaded initially. That could be fixed.

It would probably also be nice (for social media) if the videos started with a panel-chat-examples logo, text or similar. Maybe we could even add some nice audio.

Would be very useful to fully automate this. Would probably have to use ffmpeg and python. I It might also be helpful to get Playwright to output to one folder instead of subfolders for each file. See https://playwright.dev/python/docs/videos.

@ahuang11
Copy link
Collaborator

Done here.
#64

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

2 participants