mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-16 05:51:42 +00:00
Add --record-orientation
Add an option to store the orientation to apply in a recorded file. Only rotations are supported (not flips). PR #4441 <https://github.com/Genymobile/scrcpy/pull/4441>
This commit is contained in:
parent
2f92686930
commit
a9d6cb5837
10 changed files with 108 additions and 1 deletions
|
@ -220,6 +220,7 @@ struct scrcpy_options {
|
|||
uint16_t max_fps;
|
||||
enum sc_lock_video_orientation lock_video_orientation;
|
||||
enum sc_orientation display_orientation;
|
||||
enum sc_orientation record_orientation;
|
||||
int16_t window_x; // SC_WINDOW_POSITION_UNDEFINED for "auto"
|
||||
int16_t window_y; // SC_WINDOW_POSITION_UNDEFINED for "auto"
|
||||
uint16_t window_width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue