Master#6
Closed
joaothaira wants to merge 18 commits into
Closed
Conversation
- Add webcam focus as a timeline region type (like zoom/speed boxes): draws attention to the webcam for a time range, blurring/dimming the screen recording and expanding the webcam to portrait center - Export parity: blur+dim and enlarged webcam rect baked into rendered frames via FrameRenderer (canvas cover-crop for correct aspect ratio) - Restore webcam mask shape selector (rectangle/circle/square/rounded) with shape-aware dimensions in compositeLayout and export pipeline - In-app WebcamFocusHelp dialog and README docs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Feature/auto follow zoom
Working shape size and portrait
New annotations
…ion render parity - Add focusShape to WebcamFocusRegion; persisted and normalized in projectPersistence - SettingsPanel: show focus shape picker + delete when a focus region is selected - VideoPlayback + frameRenderer: use per-region focusShape (falls back to global shape) - Fix focus maskShape override so clip path matches focus shape, not global shape - Portrait/square focus: right-aligned with shared FOCUS_RIGHT_MARGIN_FRACTION constant - annotationRenderer: load image before layout so top/bottom/side gradients position correctly - annotationRenderer: add dark drop-shadow pass for non-white text (matches CSS preview) - AnnotationOverlay: image alignSelf now follows alignItems for top/bottom gradient directions - FOCUS_RIGHT_MARGIN_FRACTION exported from compositeLayout; used by both preview and renderer Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add clip timeline
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.
Pull Request Template
Description
Motivation
Type of Change
Related Issue(s)
Screenshots / Video
Screenshot (if applicable):
Video (if applicable):
Testing
Checklist
Thank you for contributing!