This commit is contained in:
Yami Odymel
2024-02-17 19:56:13 +08:00
parent ccd530f0b2
commit 098918d30f
8 changed files with 9 additions and 9 deletions

View File

@@ -94,10 +94,10 @@ COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--username value, -u value channel username to record.
--gui-username value, --gui-u value username for auth web.
--gui-password value, --gui-p value password for auth web.
--framerate value, -f value preferred framerate. (default: 30)
--username value, -u value channel username to record
--gui-username value, --gui-u value username for auth web (optional)
--gui-password value, --gui-p value password for auth web (optional)
--framerate value, -f value preferred framerate (default: 30)
--resolution value, -r value preferred resolution (default: 1080)
--resolution-fallback value, --rf value fallback to 'up' (larger) or 'down' (smaller) resolution if preferred resolution is not available (default: "down")
--filename-pattern value, --fp value filename pattern for videos (default: "videos/{{.Username}}_{{.Year}}-{{.Month}}-{{.Day}}_{{.Hour}}-{{.Minute}}-{{.Second}}{{if .Sequence}}_{{.Sequence}}{{end}}")