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

Enable arbitrary timelines for GIF and Video assets #45

Open
Zulko opened this issue Aug 22, 2021 · 0 comments
Open

Enable arbitrary timelines for GIF and Video assets #45

Zulko opened this issue Aug 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Zulko
Copy link
Owner

Zulko commented Aug 22, 2021

Motivation

Right now users can only tweak the speed at which a Video or GIFs will play. Operations like freezing on one frame, playing backwards, or progressively slowing down, are not possible.

Specs

  • Users can check "Use an arbitrary timeline" in the editor (linked to a new usesCustomTimeline in the Asset schema). This disables the "speed factor" and "time crop" elements of the forms, and instead creates a form similar made of two columns Project Time and Asset Time, which enables the users to say "this time in the project corresponds to that time in the asset".
  • The gix-renderer is updated so that the frame returned for that asset will take into account the custom timeline when it is defined.
@Zulko Zulko added the enhancement New feature or request label Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant