Files
UnrealEngineUWP/Engine/Plugins/Media/AppleProResDecoderElectra/AppleProResDecoderElectra.uplugin
Jens Petersam ebabab6719 Electra: Copy-up from codec refactor task stream
#preflight 642a82f389339023eb61b540
#rnx
#fyi Thomas.Engel

[CL 24889800 by Jens Petersam in ue5-main branch]
2023-04-03 03:58:57 -04: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
}
]
}