Skip to content

Commit

Permalink
refactor: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jessielw committed Mar 24, 2024
1 parent 1d1dcb5 commit eeab877
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
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.
```

0 comments on commit eeab877

Please sign in to comment.