Skip to content

implement in out points#22

Merged
Zarxrax merged 3 commits intomainfrom
in_out
Dec 13, 2025
Merged

implement in out points#22
Zarxrax merged 3 commits intomainfrom
in_out

Conversation

@Zarxrax
Copy link
Copy Markdown
Owner

@Zarxrax Zarxrax commented Dec 12, 2025

Adds support for in and out points to process a frame range instead of the entire video.
This modifies segmentation, matting, object removal, and deduplication handling, as well as export.
In order to accomodate this change, another major structural change was made: Previously, any changes to point data would clear any existing segmentation tracking (and matting) data, because it was stale, and the user would be forced to re-track. Now, this stale data remains when making changes to points. The user must make the decision whether or not to retrack the data. Many people did not like the old behavior, so this should be an improvement for most, but it does add some complexity in regards to the fact that it may not be immediately obvious whether tracked data represents your current points.
Previously, checkmarks appear on buttons when segmentation, matting, or object removal were run, indicating that the data was fully accurate to the existing point data. The checkmarks will now appear ONLY when you do a full track of the entire video.

@Zarxrax Zarxrax merged commit 3b91dfa into main Dec 13, 2025
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