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

grab bag of incomplete features/fixes #1

Open
wants to merge 81 commits into
base: main
Choose a base branch
from
Open

Conversation

andykais
Copy link
Owner

@andykais andykais commented Sep 30, 2021

  • optionally round background color
  • ignore transitions on preview
    • we could make previews derrive from +x seconds into a transition, rather than always shifting everything exactly to the preview, but that will be a bit of a PITA
  • zod parser for template input
    • Super important, now we can tell you if youre using outdated/ill formatted fields.
    • we dont yet know if were using a typescript interface as the source of truth, or a zod validator
      • a zod validator has poor support for documentation generation
      • a typescript interface is hard to enforce on a zod validator
  • new template format
    • new timeline format
    • stop_relative_to_output?
  • size/crop/layout all use the same data interface
  • draw captions via deno-canvas, and drop imagemagick requirement
  • zoompan
  • duration variable expressions

andykais added 2 commits March 6, 2022 09:39
- [X] variable_length
- [X] keypoints
- [ ] next_order 'sequence'
- [ ] speed
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

Successfully merging this pull request may close these issues.

1 participant