diff options
author | Matthew Wozniak <me@woz.blue> | 2024-11-04 11:11:57 -0500 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-11-04 11:11:57 -0500 |
commit | 3c19c509af38424cd04df53e1af7ef1b20a191ef (patch) | |
tree | 7db1fab7aeadab3f74b3ec218861dd78c52c5994 /README | |
parent | 5296fc43920de4c6548f888a4d026f981b476cf7 (diff) | |
download | rt-3c19c509af38424cd04df53e1af7ef1b20a191ef.tar.gz rt-3c19c509af38424cd04df53e1af7ef1b20a191ef.zip |
allow the user to change the quality vs speed setting
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |