Crop help #420
Answered
by
yume-chan
CorruptionVR
asked this question in
Q&A
Crop help
#420
-
|
How exactly do I use the crop function in scrcpy? I can't seem to figure it out. |
Beta Was this translation helpful? Give feedback.
Answered by
yume-chan
Jun 9, 2022
Replies: 1 comment
-
|
The syntax is same as the original Scrcpy (https://github.com/Genymobile/scrcpy#crop). Enter the width, height, horizontal offset, and vertical offset, separated by half-width colons ( For example, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CorruptionVR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The syntax is same as the original Scrcpy (https://github.com/Genymobile/scrcpy#crop). Enter the width, height, horizontal offset, and vertical offset, separated by half-width colons (
:), into the input box.For example,
120:120:40:40means 120x120 pixels at 40, 40 offset.