4 lines
186 B
Bash
4 lines
186 B
Bash
#!/bin/bash
|
|
|
|
scrcpy --turn-screen-off --disable-screensaver --show-touches --stay-awake --video-codec=h265 --video-bit-rate=16M --audio-bit-rate=256K --max-fps=144 --max-size=2160
|