aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-11-28 23:49:07 +0100
committerdec05eba <dec05eba@protonmail.com>2023-11-28 23:49:07 +0100
commit9d658ba002175e40a05052f5ce1101ed03e6a05e (patch)
tree971ad30de2bb054d2480f50daea5dcb33a79259e /src
parent3431b0a7fea375e5627dfc6aed01c1e54ba90401 (diff)
usage
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5138cfa..aafd9da 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -821,7 +821,7 @@ static void usage_full() {
fprintf(stderr, " -sc Run a script on the saved video file (non-blocking). The first argument to the script is the filepath to the saved video file and the second argument is the recording type (either \"regular\" or \"replay\"). Not applicable for live streams.\n");
fprintf(stderr, "\n");
fprintf(stderr, " --list-supported-video-codecs\n");
- fprintf(stderr, " List supported video codecs and exit.\n");
+ fprintf(stderr, " List supported video codecs and exits. Prints h264, hevc and av1 (if supported).\n");
fprintf(stderr, "\n");
//fprintf(stderr, " -pixfmt The pixel format to use for the output video. yuv420 is the most common format and is best supported, but the color is compressed, so colors can look washed out and certain colors of text can look bad. Use yuv444 for no color compression, but the video may not work everywhere and it may not work with hardware video decoding. Optional, defaults to yuv420\n");
fprintf(stderr, " -o The output file path. If omitted then the encoded data is sent to stdout. Required in replay mode (when using -r).\n");