-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
36 lines (36 loc) · 1.19 KB
/
config.json
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
{
"name": "Change video framerate",
"type": "app",
"categories": [
"videos",
"data transformation",
"data operations"
],
"description": "Change video framerate with preserving duration (recodes video)",
"docker_image": "supervisely/data-operations:6.73.256",
"instance_version": "6.12.12",
"main_script": "src/main.py",
"modal_template": "src/modal.html",
"modal_template_state": {
"targetFps": 25,
"targetResolutionWidth": 1280,
"targetResolutionHeight": 720,
"changeResolution": false
},
"modal_template_data": {
"resultProjectName": {
"description": "Optional. If not set it will be named like \"original_project 25 FPS\"."
}
},
"task_location": "workspace_tasks",
"icon": "https://github.com/supervisely-ecosystem/change-video-framerate/releases/download/v0.1.0/app-icon.png",
"icon_background": "#FFFFFF",
"headless": true,
"context_menu": {
"target": [
"videos_project",
"videos_dataset"
]
},
"poster": "https://github.com/supervisely-ecosystem/change-video-framerate/releases/download/v0.1.0/app-poster.png"
}