https://github.com/jessielw/autoqpf-cli
AutoQPF Command Line Interface
https://github.com/jessielw/autoqpf-cli
autoqpf batch cli qpf staxrip x264 x265
Last synced: 3 days ago
JSON representation
AutoQPF Command Line Interface
- Host: GitHub
- URL: https://github.com/jessielw/autoqpf-cli
- Owner: jessielw
- License: mit
- Created: 2023-07-22T21:34:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T21:10:01.000Z (about 1 year ago)
- Last Synced: 2024-05-11T16:41:47.531Z (12 months ago)
- Topics: autoqpf, batch, cli, qpf, staxrip, x264, x265
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoQPF-CLI
```
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.
```