Skip to content

Releases: Arsen2718/conduit

v1.0 21.08.2025

Choose a tag to compare

@Arsen2718 Arsen2718 released this 21 Aug 02:09

Changes:

Changed the amount of producer threads to stabilize the ram usage. Excessive ram usage may still occur in different systems.

To Do:

Above solution will be implemented in a more dynamic way since the current implementation hardcodes the amount of threads used.

Notes:

Make sure to use .mov for the output format while encoding,
Don't use quotation around any input path, only use characters accepted by fopen(),
Always decode into the format you encoded from i.e. if you encoded a .zip file decode into a .zip file,
If you can't playback the resulting .mov file use mpv->https://mpv.io/

v0.1 18.5.2025

v0.1 18.5.2025 Pre-release
Pre-release

Choose a tag to compare

@Arsen2718 Arsen2718 released this 17 May 21:48

Fixed:

Previous clogging issue seems to be fixed, although discreation is advised.

Known Issues:

Ram clogging.

Ram usage might fluctuate unnaturally.

Notes:

Make sure to use .mov for the output format while encoding,
Don't use quotation around the input file path, only use characters accepted by fopen(),
Always decode into the format you encoded from i.e. if you encoded a .zip file decode into a .zip file,
If you can't playback the resulting .mov file use mpv->https://mpv.io/

v0.0 15.5.2025

v0.0 15.5.2025 Pre-release
Pre-release

Choose a tag to compare

@Arsen2718 Arsen2718 released this 14 May 23:08

Initial Release

Added a basic GUI,
Fixed some debug prompts

Known Issues:

Decoder's writer thread sometimes gets clogged (keep an eye on ram usage! if this happens, kill the process immidiately)

Notes:

Make sure to use .mov for the output format while encoding,
Don't use quotation around the input file path, only use characters accepted by fopen(),
Always decode into the format you encoded from i.e. if you encoded a .zip file decode into a .zip file,
If you can't playback the resulting .mov file use mpv->https://mpv.io