aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2024-11-04 11:11:57 -0500
committerGravatar Matthew Wozniak <me@woz.blue> 2024-11-04 11:11:57 -0500
commit3c19c509af38424cd04df53e1af7ef1b20a191ef (patch)
tree7db1fab7aeadab3f74b3ec218861dd78c52c5994 /README
parent5296fc43920de4c6548f888a4d026f981b476cf7 (diff)
downloadrt-3c19c509af38424cd04df53e1af7ef1b20a191ef.tar.gz
rt-3c19c509af38424cd04df53e1af7ef1b20a191ef.zip
allow the user to change the quality vs speed setting
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 168b6a1..3e7f87f 100644
--- a/README
+++ b/README
@@ -4,10 +4,10 @@ rendertools
orange box engine demo renderer
usage:
- rt -w <width> -h <height> -g <game> -r <fps> [-1] [-q <quality>] [-b <bitrate>]
- path/to/output.mp4 path/to/demo1.dem [path/to/demo2.dem...]
+ rt [-w <width>] [-h <height>] [-g <game>] [-r <fps>] [-s <qvs>] [-1] [-q <quality>] OR [-b <bitrate>]
+ path/to/video.mp4 path/to/demo1.dem...
--1 flag combines multiple renders into 1 file
+-1 flag combines multiple renders into 1 file (UNIMPLEMENTED)
bitrate is in kbps, quality 1-100
cannot specify quality and bitrate at the same time