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

35 lines
826 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Apple ProRes Media",
"Description": "Implements video playback and the export of the Apple ProRes Codec. 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": "AppleProResMedia",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64", "Mac" ],
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "WmfMedia",
"Enabled": true
},
{
"Name": "MovieRenderPipeline",
"Enabled": true
}
]
}