Feat: argument to skip frames existing in directory defined by temp_path #369

Open
StevenCyb wants to merge 1 commits from StevenCyb/feat-skip-existing-frames into main
StevenCyb commented 2022-12-22 23:56:30 +01:00 (Migrated from github.com)

I had a few moments when the video process was interrupted (standby, etc.). So I want to propose a flag to skip existing frames and continue the process at the last frame. This option is disabled by default.

Additionally, I moved the (in my opinion) unnecessary statement that checks after each frame if the temp folder exists. If someone deletes the folder in the meantime, the overall result is corrupt, so the program can also simply close with an error?

I had a few moments when the video process was interrupted (standby, etc.). So I want to propose a flag to skip existing frames and continue the process at the last frame. This option is disabled by default. Additionally, I moved the (in my opinion) unnecessary statement that checks after each frame if the temp folder exists. If someone deletes the folder in the meantime, the overall result is corrupt, so the program can also simply close with an error?
This pull request has changes conflicting with the target branch.
  • options/test_options.py
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin StevenCyb/feat-skip-existing-frames:StevenCyb/feat-skip-existing-frames
git checkout StevenCyb/feat-skip-existing-frames
Sign in to join this conversation.