Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Giganticus authored Sep 5, 2021
1 parent bc672a1 commit bdf9422
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* ![CodeQL](https://github.com/Lord-Giganticus/THP-Conveter/workflows/CodeQL/badge.svg)

Python scripts to convert folders with wii/gc era thp videos into mp4 files and vice versa.
Plus a now working C# version!
I haven't seen any good coverters for this file type so I wrote one.

# Requirements:
- Python 3.x (Preferably 3.7 and above), .NET 5.0 runtime [(link to runtime)](https://dotnet.microsoft.com/download/dotnet/5.0/runtime)
- FFMPEG installed to PATH. [Latest Windows Binary Release](https://github.com/GyanD/codexffmpeg/releases) [How to install to PATH](https://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/)
- `THPConv.exe` and `dsptool.dll` in the same folder as `THPConv.exe`. **Due to both files being part of the RVL SDK (Wii SDK), I can not provide the links to these.** ~~May or may not be in the resources for the C# program and required to be in the folder for building~~ ;)
# Requirements for compiling the C# project
- .NET 5.0 runtime [(link to runtime)](https://dotnet.microsoft.com/download/dotnet/5.0/runtime)
- `THPConv.exe` and `dsptool.dll` in the `THP-Conveter-CS` folder. **Due to both files being part of the RVL SDK (Wii SDK), I can not provide the links to these.** ~~May or may not be in the resources for the C# program and required to be in the folder for building~~ ;)
# Conributing:
Refer to [CONTRIBUTING.md](https://github.com/Lord-Giganticus/THP-Conveter/blob/master/CONTRIBUTING.md) for info.

Expand Down

0 comments on commit bdf9422

Please sign in to comment.