mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-09 17:36:11 +00:00
Default to 30 fps for 1080p and higher
This commit is contained in:
@@ -138,7 +138,7 @@ static void help() {
|
||||
printf("\t-width <width>\t\tHorizontal resolution (default 1280)\n");
|
||||
printf("\t-height <height>\tVertical resolution (default 720)\n");
|
||||
printf("\t-30fps\t\t\tUse 30fps\n");
|
||||
printf("\t-60fps\t\t\tUse 60fps [default]\n");
|
||||
printf("\t-60fps\t\t\tUse 60fps\n");
|
||||
printf("\t-bitrate <bitrate>\tSpecify the bitrate in Kbps\n");
|
||||
printf("\t-packetsize <size>\tSpecify the maximum packetsize in bytes\n");
|
||||
printf("\t-hevc\t\t\tUse the high efficiency video coding (HEVC)\n");
|
||||
|
||||
Reference in New Issue
Block a user