blob: aff9ec212a78440f8cf488c5815065391f7e0e43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  | 
rendertools
-----------
orange box engine demo renderer
usage:
	rt [-w <width>] [-h <height>] [-g <game>] [-e <encoder>] [-r <fps>] 
		[-q <crf>] OR [-b <bitrate>] path/to/video.mp4 path/to/demo1.dem...
bitrate is in kbps
encoder: default is libx264
options:
	- h264_nvenc
	- hevc_nvenc
	- libx264
	- libx265
	- h264_amf
	- h265_amf
	- av1_amf
	- libsvtav1
Right now -q only works with libx264.
	
demo path is relative to the gamedir (e.g. hl2)
  
  |