aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-06-07 19:30:39 +0200
committerdec05eba <dec05eba@protonmail.com>2023-06-07 19:30:39 +0200
commit66dbfe69a451b32cceae7bcb1e27db99f27e4450 (patch)
tree433391e47feb1354a581cc15651ba0e8ce0d7cdb /src/main.cpp
parent7e2ade27a742ea3f8b4989f47c8e147f4bd261ae (diff)
Mention that only h264/hevc is supported at the moment
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9515d8d..5da59ab 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -651,6 +651,8 @@ static void usage_full() {
fprintf(stderr, "\n");
fprintf(stderr, " -c Container format for output file, for example mp4, or flv. Only required if no output file is specified or if recording in replay buffer mode.\n");
fprintf(stderr, " If an output file is specified and -c is not used then the container format is determined from the output filename extension.\n");
+ fprintf(stderr, " Only containers that support h264 or hevc are supported, which means that only mp4, mkv, flv (and some others) are supported.\n");
+ fprintf(stderr, " WebM is not supported yet.\n");
fprintf(stderr, "\n");
fprintf(stderr, " -s The size (area) to record at in the format WxH, for example 1920x1080. This option is only supported (and required) when -w is \"focused\".\n");
fprintf(stderr, "\n");