diff options
author | Matthew Wozniak <me@woz.blue> | 2024-11-04 10:57:48 -0500 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-11-04 10:57:48 -0500 |
commit | 5296fc43920de4c6548f888a4d026f981b476cf7 (patch) | |
tree | 7d6d3e1b35361750059358cbd77ddc1b74892992 /README | |
parent | b0e22ae772eceaeeb666492fde6678f90b0ec45a (diff) | |
download | rt-5296fc43920de4c6548f888a4d026f981b476cf7.tar.gz rt-5296fc43920de4c6548f888a4d026f981b476cf7.zip |
video no audio
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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) |