Cut5/Plugins/FFMPEGMedia-master/FFMPEGMedia.uplugin

31 lines
1.6 KiB
Plaintext

{
"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", "Android" ]
},
{
"Name" : "FFMPEGMediaFactory",
"Type" : "RuntimeNoCommandlet",
"LoadingPhase" : "PostEngineInit",
"WhitelistPlatforms" : [ "Mac", "Win64", "Android" ]
}
]
}