mirror of
https://github.com/Genymobile/scrcpy
synced 2025-09-01 06:45:40 +00:00
Update muxers documentation
Recording now supports formats other than mp4 and mkv.
This commit is contained in:
@@ -583,7 +583,7 @@ static const struct sc_option options[] = {
|
||||
.argdesc = "file.mp4",
|
||||
.text = "Record screen to file.\n"
|
||||
"The format is determined by the --record-format option if "
|
||||
"set, or by the file extension (.mp4 or .mkv).",
|
||||
"set, or by the file extension.",
|
||||
},
|
||||
{
|
||||
.longopt_id = OPT_RAW_KEY_EVENTS,
|
||||
@@ -594,7 +594,7 @@ static const struct sc_option options[] = {
|
||||
.longopt_id = OPT_RECORD_FORMAT,
|
||||
.longopt = "record-format",
|
||||
.argdesc = "format",
|
||||
.text = "Force recording format (either mp4 or mkv).",
|
||||
.text = "Force recording format (mp4, mkv, m4a, mka, opus or aac).",
|
||||
},
|
||||
{
|
||||
.longopt_id = OPT_RENDER_DRIVER,
|
||||
|
Reference in New Issue
Block a user