mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-20 20:21:38 +01:00
perf: ✨ Update to scrcpy v2.3
This commit is contained in:
parent
ae96df03d4
commit
9e4f432333
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -193,8 +193,8 @@
|
||||
"preferences.video.video-code.placeholder": "h.264",
|
||||
"preferences.video.refresh-rate.name": "Frame Rate",
|
||||
"preferences.video.refresh-rate.placeholder": "60",
|
||||
"preferences.video.screen-rotation.name": "Rotation",
|
||||
"preferences.video.screen-rotation.placeholder": "Device rotation",
|
||||
"preferences.video.display-orientation.name": "Display Orientation",
|
||||
"preferences.video.display-orientation.placeholder": "Device orientation",
|
||||
"preferences.video.screen-cropping.name": "Crop",
|
||||
"preferences.video.screen-cropping.placeholder": "No crop, format: 1224:1440:0:0",
|
||||
"preferences.video.display.name": "Display",
|
||||
|
@ -191,8 +191,8 @@
|
||||
"preferences.video.refresh-rate.placeholder": "60",
|
||||
"preferences.video.video-code.name": "视频编码",
|
||||
"preferences.video.video-code.placeholder": "h.264",
|
||||
"preferences.video.screen-rotation.name": "屏幕旋转",
|
||||
"preferences.video.screen-rotation.placeholder": "设备屏幕旋转角度",
|
||||
"preferences.video.display-orientation.name": "显示方向",
|
||||
"preferences.video.display-orientation.placeholder": "设备显示方向",
|
||||
"preferences.video.screen-cropping.name": "屏幕裁剪",
|
||||
"preferences.video.screen-cropping.placeholder": "不裁剪,格式:1224:1440:0:0",
|
||||
"preferences.video.display.name": "显示器",
|
||||
|
@ -27,9 +27,9 @@ export default {
|
||||
placeholder: 'preferences.record.lock-video-orientation.placeholder',
|
||||
options: [
|
||||
{ label: '0°', value: '0' },
|
||||
{ label: '-90°', value: '1' },
|
||||
{ label: '180°', value: '2' },
|
||||
{ label: '90°', value: '3' },
|
||||
{ label: '90°', value: '90' },
|
||||
{ label: '180°', value: '180' },
|
||||
{ label: '270°', value: '270' },
|
||||
],
|
||||
},
|
||||
timeLimit: {
|
||||
|
@ -83,17 +83,21 @@ export default {
|
||||
field: '--video-encoder',
|
||||
value: undefined,
|
||||
},
|
||||
rotation: {
|
||||
label: 'preferences.video.screen-rotation.name',
|
||||
field: '--rotation',
|
||||
displayOrientation: {
|
||||
label: 'preferences.video.display-orientation.name',
|
||||
field: '--display-orientation',
|
||||
type: 'Select',
|
||||
value: undefined,
|
||||
placeholder: 'preferences.video.screen-rotation.placeholder',
|
||||
placeholder: 'preferences.video.display-orientation.placeholder',
|
||||
options: [
|
||||
{ label: '0°', value: '0' },
|
||||
{ label: '-90°', value: '1' },
|
||||
{ label: '180°', value: '2' },
|
||||
{ label: '90°', value: '3' },
|
||||
{ label: '90°', value: '90' },
|
||||
{ label: '180°', value: '180' },
|
||||
{ label: '270°', value: '270' },
|
||||
{ label: 'flip-0°', value: 'flip0' },
|
||||
{ label: 'flip-90°', value: 'flip90' },
|
||||
{ label: 'flip-180°', value: 'flip180' },
|
||||
{ label: 'flip-270°', value: 'flip270' },
|
||||
],
|
||||
},
|
||||
crop: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user