-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstep.yml
More file actions
executable file
·49 lines (49 loc) · 2 KB
/
step.yml
File metadata and controls
executable file
·49 lines (49 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
title: "Android Screenrecord Stop"
summary: Stop an Android device's screen recording and pulls the recorded video to `$BITRISE_DEPLOY_DIR`
description: Stop an Android device's screen recording and pulls the recorded video to `$BITRISE_DEPLOY_DIR`
website: https://github.com/bitrise-steplib/steps-android-screenrecord-stop
source_code_url: https://github.com/bitrise-steplib/steps-android-screenrecord-stop
support_url: https://github.com/bitrise-steplib/steps-android-screenrecord-stop/issues
host_os_tags:
- ubuntu
type_tags:
- utility
is_requires_admin_user: true
is_always_run: false
is_skippable: true
deps:
brew:
- name: go
- name: ffmpeg
apt_get:
- name: ffmpeg
- name: golang
bin_name: go
toolkit:
go:
package_name: github.com/bitrise-steplib/steps-android-screenrecord-stop
inputs:
- record_id: "$BITRISE_RECORD_ID"
opts:
title: "Record ID"
summary: The record running with this ID will be stopped and the finished video will be downloaded from the device.
description: The record running with this ID will be stopped and the finished video will be downloaded from the device.
is_expand: true
is_required: true
- remove_frames: "false"
opts:
title: "Remove Duplicate Frames"
summary: Remove sequentially duplicate frames with FFmpeg by dropping frames that do not differ greatly from the previous frame in order to reduce frame rate, video length and file size.
description: Remove sequentially duplicate frames with FFmpeg by dropping frames that do not differ greatly from the previous frame in order to reduce frame rate, video length and file size.
is_expand: true
is_required: true
value_options:
- "true"
- "false"
- emulator_serial: $BITRISE_EMULATOR_SERIAL
opts:
title: "Emulator serial"
summary: The commands will be sent to the emulator that has the given serial.
description: The commands will be sent to the emulator that has the given serial.
is_expand: true
is_required: true