Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
108.86k stars 10.48k forks source link

options are not recognized #1977

Open javin770 opened 3 years ago

javin770 commented 3 years ago

Environment

Describe the bug some of the options are not recognized, for now, I have encountered these 2:

scrcpy: unknown option -- lock-video-orientation
scrcpy: unknown option -- display

this is the command I write in the file .bat (changing the order of --display and --lock-video-orientation will result in the different errors)

scrcpy -r %file% -f --display 0 --lock-video-orientation 0
rom1v commented 3 years ago

In your .bat, put scrcpy --version.

javin770 commented 3 years ago

this is the result (i have downloaded the 1.16, but it result 1.10, do I need to update it somehow??)

scrcpy 1.10

dependencies:
 - SDL 2.0.10
 - libavcodec 58.35.100
 - libavformat 58.20.100
 - libavutil 56.22.100
rom1v commented 3 years ago

You probably have v1.10 installed somewhere (and in your PATH).