-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,18 @@ | ||
# AutoQPF-CLI | ||
|
||
usage: AutoQPF-CLI [-h] [-v] [-i INPUT [INPUT ...]] [-s] [-f FPS] [-a] [-c CHAPTER_CHUNKS] [-o OUTPUT] | ||
|
||
``` | ||
usage: AutoQPF-CLI [-h] [-v] [-i INPUT [INPUT ...]] [-s] [-f FPS] [-a] | ||
[-c CHAPTER_CHUNKS] [-o OUTPUT] | ||
options: | ||
-h, --help show this help message and exit | ||
-v, --version show program's version number and exit | ||
-i, --input, INPUT [INPUT ...] | ||
Input file paths or directories | ||
-s, --staxrip-batch If used, will auto create StaxRip temp directories with proper QPF files inside. | ||
-f, --fps, FPS Define source file FPS. | ||
-a, --auto-fps If used, will over ride any user fps input if the input file is a media file. | ||
-c, --chapter-chunks, CHAPTER_CHUNKS | ||
If chapters are generated, sets the percentage of total duration they will be created for. | ||
-o, --output, OUTPUT The output file path. Output will be put alongside input. | ||
``` |