From c67c1ac5045dfb4eacf14849725871c01a3ff4ac Mon Sep 17 00:00:00 2001 From: Mercury Date: Fri, 6 Sep 2024 14:58:33 +0200 Subject: [PATCH] Update readme.md --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index d97362b..d05832c 100644 --- a/readme.md +++ b/readme.md @@ -3,9 +3,10 @@ Tiny (<1mb without ffmpeg binary), portable c# application made to record and save clips of your beatmania IIDX sessions. Ships with a prebuilt version of [FFMPEG](https://github.com/FFmpeg/FFmpeg/tree/master) for easier usage. Prebuilt binaries are available as releases, and they get updated every few commits. -## Custom Recording Path: -To set a custom recording path create (or edit) the prop.txt file with your new recording path. check release 0.0.2 for an example. - +## Custom Settings: +Version 0.0.4 and onwards will allow for some flexibility in the settings. +the new [prop](https://git.mercurio.moe/Mercury/2dxAutoClip/src/branch/main/2dxAutoClip/artifacts/prop.txt) file will allwo the user to finely tune some settings such as recording resolution (older styles might be better off recorded at 720p or lower), the Constant Rate Factor (CRF) that dictates the quality and speed of the recording, although we suggest keeping it at default, and the framerate of the source video, again, we suggest keeping it at either 60 or 120 since the final export will force it back to 60. +This version also allows the user to switch to recording `spice` instead of `spice64` for the aforementioned older styles ## Requirements: - A fairly modern beatmania iidx install running [TickerHook](https://github.com/Radioo/TickerHook). All credit goes to original author