-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add mask to video for speaking avatar? #32
Comments
It's not implemented yet, although it shouldn’t take more than an hour to get done. |
So how about you spend that hour for timeline and i could help for that? |
I'm constantly working on the timeline but go ahead, I appreciate any help I can get |
Exactly please keep going on timeline and i will happy to help , if I can |
` class CircleMaskProps { export class CircleMask extends VisualMixin(Clip) {
} and for the add write way? |
I would implement it exactly the same as the filters and each mask should inherit from graphics. E.g. |
Is there a way to shape/crop video into any size and shape?
For example: A 16:9 video can be shaped into 1:1 or crop center in 9:16 box, or a circle?
The text was updated successfully, but these errors were encountered: