-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2d564d
commit a9a260a
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# How to conribute | ||
1. Fork this repo | ||
2. Clone it to a work directory | ||
3. Install [ffmpeg](https://ffmpeg.org/download.html#build-windows) to PATH. [(Tutorial for Windows 10)](https://www.youtube.com/watch?v=qjtmgCb8NcE) | ||
4. Install **THPconv.exe** to PATH. (Google THPConv if you want to find it.) | ||
5. Edit the py files as you wish to improve the code. | ||
6. When you think it's good enough to be added to this repo; commit it to YOUR repo first then make a pull request | ||
7. In the PR explain why I should merge it. |