Skip to content

Arttu05/SubtitleConverter_UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubtitleConverter_UI

Cross-platform UI for DotnetSubtitleConverter library. Made with Avalonia.

Logo

Download

Latest release can be downloaded from the Releases. Binaries in the Releases are self-contained so each one should work "out of the box"

  1. Download the binary that matches your system.

  2. Extract the binary from the zip file.

  3. Run the binary

You can also compile the binary your self.

  1. Make sure you have DotNet 8 SDK installed.

  2. Run the following command to compile the project:

    dotnet publish -c Release -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:IncludeNativeLibrariesInSingleFile=true -property:PublishDir=../output
    

    This will create single binary to ./output directory in project's root. Make sure you are in the project's root folder.

Supported subtitle formats

Supported formats can be found from Here.

Tested on

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

Screenshots

Light theme

screenshot of light theme

Dark theme

screenshot of dark theme

About

Cross-platform UI for DotnetSubtitleConverter.

Topics

Resources

Stars

Watchers

Forks

Languages