Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
108.59k stars 10.45k forks source link

How do you change Bitrate? #4813

Open wigwoo1 opened 5 months ago

wigwoo1 commented 5 months ago

Heya so I'm confused. I see the documentation for changing bitrate and it says something like "scrcpy -b 2M" But what does that mean? What do I do with that? Is that a launch command I put in the target of the EXE? Is that code I need to put in the bat file? You don't have any instructions on what you actually do with any of the code/commands to enable them

rom1v commented 5 months ago

Read https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md#run

risharde commented 5 months ago

The bitrate is the max amount of data the encoded stream will push to your computer for viewing etc. Usually the higher the bit rate, the better the quality assuming your connection between the Android device and computer is fast enough. It gets more tricky but I think I gave a basic idea.