Otázka.:
When I convert a group of files the quantity of output files is less than input files number, but there is no error message. Why is this so?
Odpověď:
Some of output files may have similar names. a result these files are overwritten.
There are 5 overwrite rules available. Using these rules you can prevent unnecessary file overwriting.
- Generate Error/Stop.
If file with this name exists batch will be stopped and task will be marked as Error status.
- Skip file.
If file with this name exists current task will be aborted.
- Generate new file name based on time.
If file with this name exists new file name will be generated.
Example: test-88837329.mp3
- Overwrite existing file.
If the same file name is used, the existing file will be overwrited.
- Prompt to select action.
If file with this name exists you must select proper action for this file.
Related :
|