C# application to automatically clip your Beatmania IIDX plays. Works using TickerHook, FFMPEG and Wasapi audio capture
Go to file
2024-09-05 18:39:14 +02:00
.idea/.idea.2dxAutoClip/.idea Removed debug folder from VCS 2024-09-05 12:18:33 +02:00
2dxAutoClip edit gitignore 2024-09-05 18:39:14 +02:00
.gitignore edit gitignore 2024-09-05 18:39:14 +02:00
2dxAutoClip.sln initial commit 2024-09-05 12:08:26 +02:00
readme.md Update readme.md 2024-09-05 15:11:54 +02:00

2dxAutoClip

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 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.

Requirements:

  • A fairly modern beatmania iidx install running TickerHook. All credit goes to original author
  • About 150mb to extract the precompiled version of the application
  • .net 8 if you'd rather build the app on your own

Licensing:

All the code inside the repository is licensed under GPL3, FFMPEG follows this licensing.