From 38e604b015390cebd593944aa9e3cccd8533d2fe Mon Sep 17 00:00:00 2001 From: drmext <71258889+drmext@users.noreply.github.com> Date: Sun, 22 Dec 2024 21:28:23 +0000 Subject: [PATCH] IIDX 31: Increase recording output quality --- iidx31epolis.html | 75 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/iidx31epolis.html b/iidx31epolis.html index 2e7e59b..bddc59d 100644 --- a/iidx31epolis.html +++ b/iidx31epolis.html @@ -153,6 +153,81 @@ danger: "Verify if your hardware and network can support this", patches: [{ offset: 0xD0BB58, off: [0x3C], on: [0x78]}], }, + { + type: "number", + name: "Set Video Recording Quality (Constant QP I Frame)", + danger: "Verify if your network allows modifying this. Lower values increase quality at the cost of file size.", + tooltip: "Default: 25 NetworkSuggest: 20 LocalSuggest: 16", + offset: 0x54FA08, + size: 4, + min: -1, + max: 51, + }, + { + type: "number", + name: "Set Video Recording Quality (Constant QP P Frame)", + danger: "Verify if your network allows modifying this. Lower values increase quality at the cost of file size.", + tooltip: "Default: 28 NetworkSuggest: 23 LocalSuggest: 19", + offset: 0x54F9EA, + size: 4, + min: -1, + max: 51, + }, + { + type: "number", + name: "Set Video Recording Quality (Constant QP B Frame)", + danger: "Verify if your network allows modifying this. Lower values increase quality at the cost of file size.", + tooltip: "Default: 31 NetworkSuggest: 25 LocalSuggest: 21", + offset: 0x54F9F2, + size: 4, + min: -1, + max: 51, + }, + { + type : "union", + name : "Set Audio Recording Output AAC Bitrate", + danger : "Values other than default (160 kbps) may cause the game to crash. Try recording locally before actually playing with a non-default value.", + offset : 0xA01BF4, + patches : [ + { + name : "64 kbps", + patch : [0x40, 0x00], + }, + { + name : "96 kbps", + patch : [0x60, 0x00], + }, + { + name : "128 kbps", + patch : [0x80, 0x00], + }, + { + name : "160 kbps", + tooltip : "Default", + patch : [0xA0, 0x00], + }, + { + name : "196 kbps", + patch : [0xC4, 0x00], + }, + { + name : "224 kbps", + patch : [0xE0, 0x00], + }, + { + name : "256 kbps", + patch : [0x00, 0x01], + }, + { + name : "288 kbps", + patch : [0x20, 0x01], + }, + { + name : "320 kbps", + patch : [0x40, 0x01], + }, + ] + }, { name: "Force LDJ Mode", danger: "Boot in LDJ mode when using 010 DLL",