-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathdata.json
38 lines (26 loc) · 1.23 KB
/
data.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
37
38
[
{
"id": 1,
"applicationName": "Adobe Premiere Pro",
"use": "Photoshop editing",
"alternative":"Cinelerra",
"description":"Cinelerra was designed to be “useful and fast” with a minimalist but powerful interface. Operating System: Linux",
"link":"http://cinelerra.org/"
},
{
"id": 2,
"applicationName": "Adobe Premiere Pro",
"use": "Photoshop editing",
"alternative":"Avidemux",
"description":"Ideal for simple video editing and filtering tasks, Avidemux supports a wide variety of file formats. It also has job queue and scripting capabilities for batch jobs. Operating System: Windows, Linux, macOS",
"link":"https://avidemux.sourceforge.net/"
},
{
"id": 3,
"applicationName": "Adobe Premiere Pro",
"use": "Photoshop editing",
"alternative":"Window Movie Editor",
"description":"Ideal for simple video editing and filtering tasks, Avidemux supports a wide variety of file formats. It also has job queue and scripting capabilities for batch jobs. Operating System: Windows, Linux, macOS",
"link":"https://avidemux.sourceforge.net/"
}
]