Files
UnrealEngine/Engine/Plugins/Media/AppleProResDecoderElectra/AppleProResDecoderElectra.uplugin
2025-05-18 13:04:45 +08:00

31 lines
827 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Apple ProRes Decoder for Electra",
"Description": "Implements video playback of Apple ProRes encoded videos. Apple ProRes is a high quality, lossy video compression format.",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"Category": "Media Players",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [ "Win64" ],
"Modules": [
{
"Name": "AppleProResDecoderElectra",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64", "Mac" ],
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "ElectraCodecs",
"Enabled": true
}
]
}