Improve manpage

This commit is contained in:
dec05eba
2026-02-09 13:59:18 +01:00
parent 3666bba518
commit f3235ed1bf

View File

@@ -283,10 +283,12 @@ Video codec:
Quality preset (medium, high, very_high, ultra) for QP/VBR mode, or bitrate (kbps) for CBR mode (default: very_high). Quality preset (medium, high, very_high, ultra) for QP/VBR mode, or bitrate (kbps) for CBR mode (default: very_high).
.TP .TP
.BI \-bm " auto|qp|vbr|cbr" .BI \-bm " auto|qp|vbr|cbr"
Bitrate mode (default: auto → qp). CBR recommended for replay buffer. Bitrate mode (default: auto → qp). CBR recommended for replay buffer and live streaming.
QP means to capture with constant quality, even in motion, while VBR and CBR means to capture with constant size.
.TP .TP
.BI \-fm " cfr|vfr|content" .BI \-fm " cfr|vfr|content"
Frame rate mode: constant, variable, or match content (default: vfr). Content mode only on X11 or portal. Frame rate mode: cfr (constant), vfr (variable), or content (match content) (default: vfr). Content mode is only available on X11 or portal.
Content mode syncs video to the captured content and is recommended for smoothest video when the game is running Content mode syncs video to the captured content and is recommended for smoothest video when the game is running
at the same frame rate or lower than what you are trying to record at. at the same frame rate or lower than what you are trying to record at.
@@ -379,7 +381,7 @@ When enabled, writes a timestamp file with extra extension \fI.ts\fR next to the
monotonic_microsec realtime_microsec monotonic_microsec realtime_microsec
<monotonic_microsec> <realtime_microsec> <monotonic_microsec> <realtime_microsec>
.fi .fi
(default: no). Ignored for livestreaming and when output is piped. (default: no). Ignored for live streaming and when output is piped.
.SS Output Options .SS Output Options
.TP .TP
.BI \-o " output" .BI \-o " output"