scrcpy/app/data
Romain Vimont 98ed5eb643 Add virtual display feature
Add a feature to create a new (separate) virtual display instead of
mirroring the device screen:

    scrcpy --new-display=1920x1080
    scrcpy --new-display=1920x1080/420  # force 420 dpi
    scrcpy --new-display         # use the main display size and density
    scrcpy --new-display -m1920  # scaled to fit a max size of 1920
    scrcpy --new-display=/240    # use the main display size and 240 dpi

Fixes #1887 <https://github.com/Genymobile/scrcpy/issues/1887>
PR #5370 <https://github.com/Genymobile/scrcpy/pull/5370>

Co-authored-by: Simon Chan <1330321+yume-chan@users.noreply.github.com>
Co-authored-by: anirudhb <anirudhb@users.noreply.github.com>
2024-10-28 18:18:34 +01:00
..
bash-completion Add virtual display feature 2024-10-28 18:18:34 +01:00
zsh-completion Add virtual display feature 2024-10-28 18:18:34 +01:00
icon.ico Move data/ to app/ 2022-02-20 17:56:50 +01:00
icon.png Move data/ to app/ 2022-02-20 17:56:50 +01:00
icon.svg Move data/ to app/ 2022-02-20 17:56:50 +01:00
open_a_terminal_here.bat Move data/ to app/ 2022-02-20 17:56:50 +01:00
scrcpy-console.bat Use --pause-on-exit from launchers 2023-10-11 09:43:44 +02:00
scrcpy-console.desktop Fix scrcpy-console.desktop 2023-11-25 21:35:04 +01:00
scrcpy-noconsole.vbs Move data/ to app/ 2022-02-20 17:56:50 +01:00
scrcpy.desktop Do not quote $SHELL in .desktop files 2023-11-25 21:28:43 +01:00