From 0f942c806786bdf1fa608d5cf32fdf8a418236b0 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Mon, 18 Nov 2024 20:48:48 -0500 Subject: switch to using FFmpeg for encoding, add audio --- README | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 70ceb1b..aff9ec2 100644 --- a/README +++ b/README @@ -4,9 +4,22 @@ rendertools orange box engine demo renderer usage: - rt [-w ] [-h ] [-g ] [-r ] [-s ] [-q ] OR [-b ] - path/to/video.mp4 path/to/demo1.dem... + rt [-w ] [-h ] [-g ] [-e ] [-r ] + [-q ] OR [-b ] path/to/video.mp4 path/to/demo1.dem... -bitrate is in kbps, quality 1-100 -cannot specify quality and bitrate at the same time +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) -- cgit v1.2.3-54-g00ecf