This commit is contained in:
John
2026-03-11 11:25:15 +05:30
parent bcd6f827d5
commit 0327abb1a0
77 changed files with 7689 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Gameplay Recorder",
"Description": "Cross-GPU gameplay recording plugin. Captures video (NVENC/AMF/QSV/x264) and audio, muxes via FFmpeg.",
"Category": "Recording",
"CreatedBy": "AudioVideoRecord Project",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "GameplayRecorder",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}