Skip to content

Update export to video implementation#2

Open
tginart wants to merge 7 commits into
cursor/refactor-video-assembly-into-modular-steps-bfd5from
cursor/update-export-to-video-implementation-5238
Open

Update export to video implementation#2
tginart wants to merge 7 commits into
cursor/refactor-video-assembly-into-modular-steps-bfd5from
cursor/update-export-to-video-implementation-5238

Conversation

@tginart

@tginart tginart commented Sep 6, 2025

Copy link
Copy Markdown
Owner

Implement a cautious multi-pass video export pipeline that renders segments and tracks separately before final composition, falling back to the original monolithic approach on failure.

The monolithic FFmpeg -filter_complex can become extremely complex and difficult to debug or scale for intricate compositions. This multi-pass approach breaks down the composition into smaller, more manageable FFmpeg commands, rendering individual segments and then tracks with alpha channels, before a final overlay. This improves robustness and provides a fallback mechanism to the proven monolithic path if the new pipeline encounters issues.


Open in Cursor Open in Web

Co-authored-by: tginart <tginart@gmail.com>
@cursor

cursor Bot commented Sep 6, 2025

Copy link
Copy Markdown

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@tginart
tginart marked this pull request as ready for review September 6, 2025 06:24
cursoragent and others added 6 commits September 6, 2025 06:30
Co-authored-by: tginart <tginart@gmail.com>
Co-authored-by: tginart <tginart@gmail.com>
Co-authored-by: tginart <tginart@gmail.com>
Co-authored-by: tginart <tginart@gmail.com>
Co-authored-by: tginart <tginart@gmail.com>
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