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

29 lines
664 B
Plaintext

{
"FileVersion": 3,
"Version": 0.2,
"VersionName": "0.2",
"FriendlyName": "HardwareEncoders",
"Description": "Adds support of hardware encoders to AVEncoder",
"Category": "Encoders",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "EncoderAMF",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [ "Win64", "Linux" ]
},
{
"Name": "EncoderNVENC",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [ "Win64", "Linux" ]
},
]
}