Use TrackedObjectMask as "Mask: Source" for any Effect#1074
Merged
Conversation
… effect (i.e. blur/pixilate only the tracked area) - Add tracked effect IDs as mask sources - Generate bbox masks from Tracker/Object Detection - Preserve original frame when no bbox is visible - Add focused mask-source tests
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1074 +/- ##
===========================================
+ Coverage 70.42% 70.74% +0.32%
===========================================
Files 241 242 +1
Lines 29656 29936 +280
===========================================
+ Hits 20885 21179 +294
+ Misses 8771 8757 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…te one (for consistency). Renamed the user-facing JsonProperty labels across all effects with similar keyframes to: - Margin: Left - Margin: Top - Margin: Right - Margin: Bottom
- Add Bottom margin support to Caption JSON, properties, rendering, and tests - Rename Caption margin property labels to "Margin: Top/Left/Bottom/Right" - Clip Caption rendering to the configured margin rectangle - Default Caption fade in/out to 0.0 so newly inserted captions render immediately - Avoid divide-by-zero fade calculations when Caption fade durations are disabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding the ability to use TrackedObjectMask as "Mask: Source" for any effect (i.e. blur/pixilate only the tracked area)