Cross-platform UI for DotnetSubtitleConverter library. Made with Avalonia.
Latest release can be downloaded from the Releases. Binaries in the Releases are self-contained so each one should work "out of the box"
-
Download the binary that matches your system.
-
Extract the binary from the zip file.
-
Run the binary
-
Make sure you have DotNet 8 SDK installed.
-
Run the following command to compile the project:
dotnet publish -c Release -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:IncludeNativeLibrariesInSingleFile=true -property:PublishDir=../outputThis will create single binary to
./outputdirectory in project's root. Make sure you are in the project's root folder.
Supported formats can be found from Here.
This has been tested in following operating systems:
- Windows 11: Works fine
- Ubuntu 24.04: Resizing the window vertically behaved unexpectedly, but apart from that, worked fine


