-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low quality scrcpy -b 2M #2131
Comments
Screenshot? |
I used scrcpy --bit-rate 8M --max-size 10000 but still same problem |
Screenshot, please. |
OK, then it's #40: the resolution of your device is far bigger than the one from your computer. https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#the-quality-is-low Press Alt+g in scrcpy to mirror "pixel perfect" (so it should be very big). I have some pending work to support better scaling algorithms, but it won't do magic: you need a better computer screen to mirror a high-definition device screen. |
my computer screen is full hd and phone screen is also full hd |
What is the output in the console (
On the screenshots, your device is mirrored in a 431×936 window (because it's in portrait mode). Even if your device is full hd (1080p), it means that 1080 pixels have to be downscaled to 431 pixels, so the mirroring downscales more than 4 times (twice in each direction). You should try in landscape mode and fullscreen (or maximized). This does not mean there is no problem, as I said scrcpy needs better downscalers (I have pending work on it). The goal was just to explain the problem. |
I use scrcpy -b 2M commend but still Low-quality screen
The text was updated successfully, but these errors were encountered: