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

Add a loop range feature to MLT Producer #964

Closed
wants to merge 1 commit into from

Conversation

bmatherly
Copy link
Member

This allows an application to request a producer loop between a start and end frame.

@ddennedy
Copy link
Member

ddennedy commented Dec 6, 2023

Is this redundant with the properties in, out, and eof?

@bmatherly
Copy link
Member Author

Is this redundant with the properties in, out, and eof?

I tried to start with a variation of in/out/eof. But I didn't think of a way to make it work. If you change in and out, you inherently change the length of the clip. It also changes the meaning of the frame number that you requested to be the loop point.

I am willing to try out some other ideas if you think of another way to accomplish this.

@ddennedy
Copy link
Member

Do you still want to add this?

@bmatherly
Copy link
Member Author

No longer needed

@bmatherly bmatherly closed this Dec 31, 2023
@bmatherly bmatherly deleted the producer_loop branch December 31, 2023 13:27
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