2
0
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:
Romain Vimont
2023-11-14 09:08:24 +01:00
parent 5e59ed3135
commit e637feba51
5 changed files with 11 additions and 10 deletions

View File

@@ -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,