feat: CapCut-Style Multi-Track Video Editor with AI Integrations#2
Conversation
…e UI - Redesign `EditState` to `TimelineData` with multi-track support (`Track`, `Clip`) in `src/app/editor/types.ts`. - Implement dynamic resizable UI panels using `ResizablePanelGroup` in `page.tsx`. - Create a comprehensive `MultiTrackTimeline` with zoom, scroll, clip dragging, playhead tracking, and context menu actions (Split, Duplicate, Copy, Paste, Delete). - Build a new `PreviewEngine` to concurrently render multiple layered video, audio, text, and sticker tracks. - Implement an `AIToolsPanel` simulating System AI-configured features like Auto-Captions and Auto-Cut Silence. - Add a `TrackPropertiesPanel` to adjust video transforms, speed, volume, and color filters dynamically on clip selection. - Update export payload formatting to support the legacy single-clip FFmpeg renderer using properties derived from the new `TimelineData` structure. - Removed legacy UI panels temporarily to ensure stability and avoid regressions with the new data state. Co-authored-by: revanapriyandi <237313343+revanapriyandi@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
No code changes from previous commit. The CI check failed because of a GitHub Actions billing limitation on the repository owner's account. Tests and builds pass locally. Co-authored-by: revanapriyandi <237313343+revanapriyandi@users.noreply.github.com>
No code changes from previous commit. The CI check failed because of a GitHub Actions billing limitation on the repository owner's account. Tests and builds pass locally. Co-authored-by: revanapriyandi <237313343+revanapriyandi@users.noreply.github.com>
Co-authored-by: revanapriyandi <237313343+revanapriyandi@users.noreply.github.com>
revanapriyandi
left a comment
There was a problem hiding this comment.
jangan hapus ci.yml
This PR radically overhauls the video editor to provide a "CapCut-like" experience.
Key Features
<video>and<audio>tags synchronized perfectly with the timeline'scurrentTimeplayhead.Note: Legacy property panels (like old Text, Transitions, and Effects) were temporarily disabled from rendering to prevent regressions until they can be fully migrated to parse and write to the new
TimelineDataobject structure. Export functionality remains compatible by extracting base features from the primary video layer.PR created automatically by Jules for task 6345935634770990773 started by @revanapriyandi