Updated steaming -> streaming

This commit is contained in:
Yami Odymel 2023-10-01 18:51:01 +08:00
parent 2f272a1c4b
commit 5cfa7e1953
No known key found for this signature in database
GPG Key ID: 68E469836934DB36
9 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ GLOBAL OPTIONS:
--strip value, -s value MB sizes to split the video into chunks (default: 0)
--resolution 240, -r 240 Video resolution, could be 240, `480`, `540`, `720`, `1080` (default: "1080")
--resolution-fallback up, --rf up Looking for larger or smaller resolution (up for larger, `down` for smaller) if a specified resolution was not found (default: "down")
--fps value, -f value Preferred framerate, only works if steaming source supports it, otherwise it will always be 30 FPS (default: "60")
--fps value, -f value Preferred framerate, only works if streaming source supports it, otherwise it will always be 30 FPS (default: "60")
--help, -h show help (default: false)
--version, -v print the version (default: false)
```

View File

@ -55,7 +55,7 @@ GLOBAL OPTIONS:
--strip value, -s value MB sizes to split the video into chunks (default: 0)
--resolution 240, -r 240 Video resolution, could be 240, `480`, `540`, `720`, `1080` (default: "1080")
--resolution-fallback up, --rf up Looking for larger or smaller resolution (up for larger, `down` for smaller) if a specified resolution was not found (default: "down")
--fps value, -f value Preferred framerate, only works if steaming source supports it, otherwise it will always be 30 FPS (default: "60")
--fps value, -f value Preferred framerate, only works if streaming source supports it, otherwise it will always be 30 FPS (default: "60")
--help, -h show help (default: false)
--version, -v print the version (default: false)
```

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -496,7 +496,7 @@ func main() {
Name: "fps",
Aliases: []string{"f"},
Value: "60",
Usage: "Preferred framerate, only works if steaming source supports it, otherwise it will always be 30 FPS",
Usage: "Preferred framerate, only works if streaming source supports it, otherwise it will always be 30 FPS",
},
},
Name: "chaturbate-dvr",