forked from bakjos/FFMPEGMedia
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFFMPEGMedia.uplugin
38 lines (38 loc) · 1.79 KB
/
FFMPEGMedia.uplugin
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "FFMPEGMedia Media Player",
"Description": "Implements a media player using FFMPEG supporting more formats and alpha videos",
"Category": "Media Players",
"CreatedBy": "Giovanny Gutiérrez",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "FFMPEGMedia",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [
"Mac",
"Win64",
"Linux"
]
},
{
"Name": "FFMPEGMediaFactory",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Mac",
"Win64",
"Linux"
]
}
]
}