From ef35249c79cf00a77f7adf48b0b535ade8eb28e0 Mon Sep 17 00:00:00 2001 From: Klemek Date: Fri, 9 Feb 2024 14:42:10 +0100 Subject: [PATCH] fix readme --- README.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index 7f46ed2..8cf9cf0 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,4 @@ -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] +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] [--ffmpeg FFMPEG] file [file ...] @@ -14,8 +12,7 @@ optional arguments: -o OUTPUT, --output OUTPUT output video path (default: random_[time].mp4) -d DURATION, --duration DURATION - floating duration of output video in seconds (default: - 60s) + floating duration of output video in seconds (default: 60s) -s SAMPLE, --sample SAMPLE floating samples duration in seconds (default: 1s) -p HEIGHT, --height HEIGHT @@ -25,8 +22,7 @@ optional arguments: -f FRAMERATE, --framerate FRAMERATE output video framerate (default: 30fps) -i IGNORE, --ignore IGNORE - video input content start/end ignore in % (default: - 10) + video input content start/end ignore in % (default: 10) --dry dry mode, do not output video -q, --quiet silent mode -qf, --quiet-ffmpeg do not output ffmpeg stdout