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

Skip encoding, if the output file is present and --force-overwrite is not given #1

Open
luziferius opened this issue Dec 20, 2019 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@luziferius
Copy link
Owner

Currently, retaining the temporary data is required for skipping already encoded input files. This affects the encoding process, if multiple input files are given.

If --keep-temp is not given, the temporary data will be wiped at the end of each encoding process. If then the process is aborted, either by killing the main process or by hitting the --limit-encodes limit, the already encoded files will be encoded again, which is a bug.

TODO: When processing an input file and --force-overwrite is not given, check if the output file is already present. If so, skip creating the temporary directory and all processing related to the file.

@luziferius luziferius added bug Something isn't working enhancement New feature or request labels Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant