• 0.0.5 d4c662ca4c

    Version 0.0.5 Stable

    Mercury released this 2024-09-10 17:03:21 +02:00 | 4 commits to main since this release

    This release adds to aiming some minor stability improvements, hardware encoding when recording the source clip, and, most importantly, a smaller downloadable package.
    The application now downloads FFMPEG automatically on first startup.
    minor changes also include:

    • bumped .net version to 8.0.8
    • updated NAudio
    • initial tests for ASIO recording
    • GPU autodetection
    Downloads
  • 0.0.4 8f96bb6029

    Version 0.0.4 Stable

    Mercury released this 2024-09-06 15:12:05 +02:00 | 16 commits to main since this release

    This update brings the following changes/improvements, alongside significant bug fixes.

    • added custom settings loading from prop.txt
    • added -tune zerolatency to FFMPEG capture
    • reduced latency for WASAPI audio capture
    • cleared up a bit of the ffmpeg spawning/killing logic
    • changed prop file to include new custom settings.
    • removed stale dependencies from built zip file
    • added ability to record games started with different tools. the possibility to record EAC is open but it might take some more work to finalize

    The program will also display the custom settings on first boot, and they will be updated at every restart of the app
    image

    Downloads
  • 0.0.3 13be8a14e9

    Version 0.0.3 Stable

    Mercury released this 2024-09-05 18:47:02 +02:00 | 20 commits to main since this release

    This is a smaller update, aimed mainly at removing some bloat in dependencies(package without ffmpeg is now only 500kb) and in adding a huge QoL feature: auto reload
    image

    With automatic reloading you'll now be able to gracefully reconnect if, for whatever reason, TickerHook decides to kill connection unexpectedly. Previous behavior was to simply kill the recording process the moment connection was lost

    Downloads
  • 0.0.2 5bb29181a3

    Version 0.0.2 Stable

    Mercury released this 2024-09-05 14:58:05 +02:00 | 25 commits to main since this release

    This release aims to handle a few stability issues, namely an OOM exception when running the game in TDJ spec, random ffmpeg crashes, or wasapi exploding.
    We also removed removed the hardcoded path and changed the final output format to mp4 instead of mkv for easier sharing
    You can now select your custom recording path using the provided prop.txt file and you no longer need to download FFMPEG as it comes bundled in the zip file.

    Extracted size is about 130mb.

    Downloads
  • 0.0.1 1e8fe94e3e

    Initial Release Pre-release

    Mercury released this 2024-09-05 13:05:04 +02:00 | 29 commits to main since this release

    Initial release. recording path is still hardcoded to E:\autorecording

    Downloads