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

More api changes #2255

Merged
merged 7 commits into from
Nov 24, 2024
Merged

More api changes #2255

merged 7 commits into from
Nov 24, 2024

Conversation

Zulko
Copy link
Owner

@Zulko Zulko commented Nov 23, 2024

Applies these changes:

clip.with_subclip(start, end) -> clip.subclipped(start, end)
clip.with_multiply_volume -> with_volume_scaled(factor)
clip.with_multiply_speed -> with_speed_scaled(factor)
clip.with_cutout(start, end) -> with_section_cut_out(start, end)
clip.with_on_color(color) -> with_background_color(color)
clip.with_add_mask -> with_mask (I'll add a default full-1s mask)
clip.with_make_frame -> with_updated_frame_function
clip.with_sub_effects -> with_effects_on_subclip(effects, start, end)
clip.with_layer -> with_layer_index

@coveralls
Copy link

coveralls commented Nov 23, 2024

Coverage Status

coverage: 86.428%. remained the same
when pulling aaf2985 on zulko/api-changes
into c88852f on master.

@Zulko Zulko merged commit b22e702 into master Nov 24, 2024
16 checks passed
@Zulko Zulko mentioned this pull request Nov 24, 2024
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.

2 participants