Files
UnrealEngineUWP/Engine/Plugins/Media/VPxDecoderElectra/VPxDecoderElectra.uplugin
T
Jens Petersam 8f8ffaeedd Electra: Added support for VP8 and VP9 codecs in MP4, MKV/WEBM and DASH
#preflight 6470a2625d3ca2dfd9963ee1
#rnx

[CL 25671830 by Jens Petersam in ue5-main branch]
2023-05-30 01:39:20 -04:00

30 lines
708 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "VP8 and VP9 software decoder for Electra",
"Description": "Implements VP8 and VP9 playback with the Electra media player on desktop machines",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"Category": "Media Players",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "VPxDecoderElectra",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ],
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "ElectraCodecs",
"Enabled": true
}
]
}