[go: nahoru, domu]

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

Disabling overwrite still exports segments and does not save time on export #1691

Open
5 tasks done
SignpostMarv opened this issue Aug 25, 2023 · 5 comments
Open
5 tasks done

Comments

@SignpostMarv
Copy link
Sponsor

I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first

Operating System

Windows 11

Steps to reproduce

  1. Disable overwrite
  2. Enable experimental cutting
  3. Create many segments in a multi-hour video with at least one 2 hour segment
  4. Export
  5. Export again

Expected behavior

LosslessCut should zip through all the exports and effectively do nothing.

Actual behavior

LosslessCut exports the videos with filenames like 2023-08-22-smartcut-segment-copy-4.mp4 and promptly deletes them when done.

Share log

No response

@mifi
Copy link
Owner
mifi commented Aug 27, 2023

this problem is only related to the experimental smart cut feature, right?

@SignpostMarv
Copy link
Sponsor Author

this problem is only related to the experimental smart cut feature, right?

will make a mental note to test without it, just felt it important to include that was part of the issue.

@snakecase
Copy link

this problem is only related to the experimental smart cut feature, right?

No, default export settings are enough to reproduce.
LosslessCut_2023-09-05_20-18-19

@mifi
Copy link
Owner
mifi commented Sep 5, 2023

@snakecase this is because you're using "merge" export mode. This will delete all segments after merge is complete, thus the files cannot be reused. Then it will create a new random suffixed file xx-cut-merged-1693944979865.mp4.
If you instead choose Merge & separate it should reuse all the exported segments next time (but the merge operation will still be re-done because it wouldn't result in overwriting output). Or wasn't that what you wanted?

mifi added a commit that referenced this issue Sep 5, 2023
@snakecase
Copy link

Got it, thanks.

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

3 participants