mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Allow overclocking on window capture nvidia
This commit is contained in:
@@ -816,7 +816,7 @@ static void usage_full() {
|
||||
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, hevc or av1 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, " WebM is not supported yet (most hardware doesn't support WebM video encoding).\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");
|
||||
|
||||
Reference in New Issue
Block a user