mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
added help for --h264-boost
This commit is contained in:
parent
e39d27309a
commit
ac1989451c
@ -253,6 +253,9 @@ Interval between keyframes. Default: 30.
|
|||||||
.TP
|
.TP
|
||||||
.BR \-\-h264\-m2m\-device\ \fI/dev/path
|
.BR \-\-h264\-m2m\-device\ \fI/dev/path
|
||||||
Path to V4L2 mem-to-mem encoder device. Default: auto-select.
|
Path to V4L2 mem-to-mem encoder device. Default: auto-select.
|
||||||
|
.TP
|
||||||
|
.BR \-\-h264\-boost\-device
|
||||||
|
Increase encoder performance on PiKVM V4. Default: disabled.
|
||||||
|
|
||||||
.SS "RAW sink options"
|
.SS "RAW sink options"
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
@ -749,6 +749,7 @@ static void _help(FILE *fp, const us_capture_s *cap, const us_encoder_s *enc, co
|
|||||||
SAY(" --h264-bitrate <kbps> ───────── H264 bitrate in Kbps. Default: %u.\n", stream->h264_bitrate);
|
SAY(" --h264-bitrate <kbps> ───────── H264 bitrate in Kbps. Default: %u.\n", stream->h264_bitrate);
|
||||||
SAY(" --h264-gop <N> ──────────────── Interval between keyframes. Default: %u.\n", stream->h264_gop);
|
SAY(" --h264-gop <N> ──────────────── Interval between keyframes. Default: %u.\n", stream->h264_gop);
|
||||||
SAY(" --h264-m2m-device </dev/path> ─ Path to V4L2 M2M encoder device. Default: auto select.\n");
|
SAY(" --h264-m2m-device </dev/path> ─ Path to V4L2 M2M encoder device. Default: auto select.\n");
|
||||||
|
SAY(" --h264-boost ────────────────── Increase encoder performance on PiKVM V4. Default: disabled.\n");
|
||||||
# ifdef WITH_V4P
|
# ifdef WITH_V4P
|
||||||
SAY("Passthrough options for PiKVM V4:");
|
SAY("Passthrough options for PiKVM V4:");
|
||||||
SAY("═════════════════════════════════");
|
SAY("═════════════════════════════════");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user