Skip to content

Commit

Permalink
updated readme and image
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantas-2155X committed Oct 21, 2022
1 parent f3b7c16 commit a1bd2d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HardSubberGUI/HardSubberGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<TrimMode>copyused</TrimMode>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<PackageVersion>1.0.1</PackageVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\**" />
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ This is a simple GUI tool made with Avalonia used to burn subtitles into a video
* Build the project
* Put it anywhere you like

### Installation (ffmpeg)
* Ubuntu Linux:
* `sudo apt install ffmpeg`
* Windows:
* https://www.geeksforgeeks.org/how-to-install-ffmpeg-on-windows/

### Installation (dotnet 6.0)
* Download the Binaries (x64) https://dotnet.microsoft.com/en-us/download/dotnet/6.0
* Ubuntu Linux:
* Extract in any directory and add it to the path
* Windows:
* Run the installer and reboot

### System Requirements
* dotnet 6.0
* ffmpeg
Expand Down
Binary file modified image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a1bd2d3

Please sign in to comment.