aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2024-11-04 10:57:48 -0500
committerGravatar Matthew Wozniak <me@woz.blue> 2024-11-04 10:57:48 -0500
commit5296fc43920de4c6548f888a4d026f981b476cf7 (patch)
tree7d6d3e1b35361750059358cbd77ddc1b74892992 /README
parentb0e22ae772eceaeeb666492fde6678f90b0ec45a (diff)
downloadrt-5296fc43920de4c6548f888a4d026f981b476cf7.tar.gz
rt-5296fc43920de4c6548f888a4d026f981b476cf7.zip
video no audio
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index 0189cfb..168b6a1 100644
--- a/README
+++ b/README
@@ -4,4 +4,11 @@ rendertools
orange box engine demo renderer
usage:
- rt -w <width> -h <height> -g <game> -r <fps> path/to/demo.dem
+ 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...]
+
+-1 flag combines multiple renders into 1 file
+
+bitrate is in kbps, quality 1-100
+cannot specify quality and bitrate at the same time
+demo path is relative to the gamedir (e.g. hl2)