how to change scrcpy resolution

DDD
Release: 2024-09-04 16:22:15
Original
595 people have browsed it

The article discusses how to change the resolution of your scrcpy window using the -s flag, the best resolution for using scrcpy, and if you can change the resolution of your scrcpy session without restarting it. The --set-size flag allows you to cha

how to change scrcpy resolution

How to change scrcpy resolution

How do I adjust the resolution of my scrcpy window?

To adjust the resolution of your scrcpy window, use the -s flag followed by the desired resolution. For example, to set the resolution to 1280x720, use the following command:

<code>scrcpy -s 1280x720</code>
Copy after login

What is the best resolution for using scrcpy?

The best resolution for using scrcpy depends on the size of your device's screen and your personal preferences. However, a good starting point is to use a resolution that is slightly smaller than your device's screen size. This will ensure that the scrcpy window is large enough to be usable, but not so large that it takes up too much space on your computer's screen.

Can I change the resolution of my scrcpy session without restarting it?

Yes, you can change the resolution of your scrcpy session without restarting it by using the --set-size flag. For example, to change the resolution to 1280x720 without restarting your scrcpy session, use the following command:

<code>scrcpy --set-size 1280x720</code>
Copy after login

The above is the detailed content of how to change scrcpy resolution. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!