@@ -14,17 +14,18 @@ This command requires the following parameters:
| chunk-file | c | True | path to generate a chunk file, that summarizes all the processed videos/activities |
| output-file | o | True | path to the output file containing merged chunks results |
| chunk-ids | i | False | list of chunk ids |
| system-cache-dir | s | False | path to system cache directory |
## Usage
Generic command:
```
actev merge-chunks -o <path to merging result file> -c <path to summarizing chunk file > -r ~/<chunks directory> -i <list of chunk ids>
actev merge-chunks -o <path to merging result file> -c <path to summarizing chunk file > -r ~/<chunks directory> -i <list of chunk ids> -s <path to system cache directory>