Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid re-rendering sections #1655

Closed
jtagcat opened this issue Jul 13, 2023 · 3 comments
Closed

Avoid re-rendering sections #1655

jtagcat opened this issue Jul 13, 2023 · 3 comments

Comments

@jtagcat
Copy link

jtagcat commented Jul 13, 2023

I've noticed I re-render my projects progressively multiple times. This means I press Export, then add a cut, and Export again. With 2-digit hour projects, It feels dumb to re-render all sections again.

LosslessCut is mostly stateless. The most reasonable way I see is to check for existing filenames before overwriting + adding a default-off 'overwrite' option. In theory, this could expand to rendering pervious sections when a new section cut start is placed.

Another improvement for my specific workflow: I can continue editing after pressing Export, but the icon stays somewhat in the way. How about minimizing the rendering icon to the top bar after a few seconds?

@mifi
Copy link
Owner

mifi commented Jul 17, 2023

related: #916 9161278

@jtagcat
Copy link
Author

jtagcat commented Jul 18, 2023

enableOverwriteOutput: false results in nothing being done and an error, even if a new section is added before.

@mifi
Copy link
Owner

mifi commented Jul 18, 2023

yep, i understand what you want is to have a mode where existing files will be left as-is but new files will be written, while exporting, right?

@mifi mifi closed this as completed in 3b53051 Jul 26, 2023
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

No branches or pull requests

2 participants