fix readme

This commit is contained in:
Klemek
2024-02-09 14:42:10 +01:00
parent 6ef8952d25
commit ef35249c79
+3 -7
View File
@@ -1,6 +1,4 @@
usage: video-randomizer.py [-h] [-o OUTPUT] [-d DURATION] [-s SAMPLE] usage: video-randomizer.py [-h] [-o OUTPUT] [-d DURATION] [-s SAMPLE] [-p HEIGHT] [-w WIDTH] [-f FRAMERATE] [-i IGNORE] [--dry] [-q] [-qf] [--crf CRF] [-r SEED]
[-p HEIGHT] [-w WIDTH] [-f FRAMERATE] [-i IGNORE]
[--dry] [-q] [-qf] [--crf CRF] [-r SEED]
[--ffmpeg FFMPEG] [--ffmpeg FFMPEG]
file [file ...] file [file ...]
@@ -14,8 +12,7 @@ optional arguments:
-o OUTPUT, --output OUTPUT -o OUTPUT, --output OUTPUT
output video path (default: random_[time].mp4) output video path (default: random_[time].mp4)
-d DURATION, --duration DURATION -d DURATION, --duration DURATION
floating duration of output video in seconds (default: floating duration of output video in seconds (default: 60s)
60s)
-s SAMPLE, --sample SAMPLE -s SAMPLE, --sample SAMPLE
floating samples duration in seconds (default: 1s) floating samples duration in seconds (default: 1s)
-p HEIGHT, --height HEIGHT -p HEIGHT, --height HEIGHT
@@ -25,8 +22,7 @@ optional arguments:
-f FRAMERATE, --framerate FRAMERATE -f FRAMERATE, --framerate FRAMERATE
output video framerate (default: 30fps) output video framerate (default: 30fps)
-i IGNORE, --ignore IGNORE -i IGNORE, --ignore IGNORE
video input content start/end ignore in % (default: video input content start/end ignore in % (default: 10)
10)
--dry dry mode, do not output video --dry dry mode, do not output video
-q, --quiet silent mode -q, --quiet silent mode
-qf, --quiet-ffmpeg do not output ffmpeg stdout -qf, --quiet-ffmpeg do not output ffmpeg stdout