-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The .UR-formatted URLs are not always rendered correctly. Use simple brackets instead.
- Loading branch information
Showing
1 changed file
with
12 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,9 +45,9 @@ Set a list of comma-separated key:type=value options for the device audio encode | |
|
||
The possible values for 'type' are 'int' (default), 'long', 'float' and 'string'. | ||
|
||
The list of possible codec options is available in the Android documentation | ||
.UR https://d.android.com/reference/android/media/MediaFormat | ||
.UE . | ||
The list of possible codec options is available in the Android documentation: | ||
|
||
<https://d.android.com/reference/android/media/MediaFormat> | ||
|
||
.TP | ||
.BI "\-\-audio\-encoder " name | ||
|
@@ -363,8 +363,7 @@ Request SDL to use the given render driver (this is just a hint). | |
|
||
Supported names are currently "direct3d", "opengl", "opengles2", "opengles", "metal" and "software". | ||
|
||
.UR https://wiki.libsdl.org/SDL_HINT_RENDER_DRIVER | ||
.UE | ||
<https://wiki.libsdl.org/SDL_HINT_RENDER_DRIVER> | ||
|
||
.TP | ||
.B \-\-require\-audio | ||
|
@@ -458,9 +457,9 @@ Set a list of comma-separated key:type=value options for the device video encode | |
|
||
The possible values for 'type' are 'int' (default), 'long', 'float' and 'string'. | ||
|
||
The list of possible codec options is available in the Android documentation | ||
.UR https://d.android.com/reference/android/media/MediaFormat | ||
.UE . | ||
The list of possible codec options is available in the Android documentation: | ||
|
||
<https://d.android.com/reference/android/media/MediaFormat> | ||
|
||
.TP | ||
.BI "\-\-video\-encoder " name | ||
|
@@ -659,23 +658,14 @@ for the Debian Project (and may be used by others). | |
|
||
|
||
.SH "REPORTING BUGS" | ||
Report bugs to | ||
.UR https://github.com/Genymobile/scrcpy/issues | ||
.UE . | ||
Report bugs to <https://github.com/Genymobile/scrcpy/issues>. | ||
|
||
.SH COPYRIGHT | ||
Copyright \(co 2018 Genymobile | ||
.UR https://www.genymobile.com | ||
Genymobile | ||
.UE | ||
|
||
Copyright \(co 2018\-2023 | ||
.MT [email protected] | ||
Romain Vimont | ||
.ME | ||
Copyright \(co 2018 Genymobile <https://www.genymobile.com> | ||
|
||
Copyright \(co 2018\-2023 Romain Vimont <[email protected]> | ||
|
||
Licensed under the Apache License, Version 2.0. | ||
|
||
.SH WWW | ||
.UR https://github.com/Genymobile/scrcpy | ||
.UE | ||
<https://github.com/Genymobile/scrcpy> |