Added compile instructions using Inno setup script
This commit is contained in:
parent
58ee795f66
commit
472aec66d4
17
README.md
17
README.md
|
@ -46,6 +46,23 @@ VLC Custom build of o266player only accepts x64 / 64-bit to work. 32-bit / x86 w
|
|||
|
||||
This cannot be run on Windows Vista / Windows Server 2008 or older to play VVC of VLC Custom build. Note: I'm trying to work it out of VLC 3.0.16.
|
||||
|
||||
# Compile of VVCEasy
|
||||
|
||||
First, before you compile to VVCEasy, you need Inno Setup to compile VVCEasy.
|
||||
Inno Setup link: https://jrsoftware.org/isdl.php
|
||||
|
||||
Step 1: Clone VVCEasy git and open VVCEasy_compiler.iss
|
||||
```
|
||||
cd %userprofile%\Downloads
|
||||
git clone https://github.com/MartinEesmaa/VVCEasy.git
|
||||
VVCEasy_compiler.iss
|
||||
|
||||
Step 2: Before you compile, please replace example username by your username of LicenseFile, OutputDir and Source. See the image:
|
||||
![Instructionsofcompilevvceasy](https://user-images.githubusercontent.com/88035011/153736145-a24a1997-1133-4933-8797-de7c62295d1d.png)
|
||||
|
||||
Step 3: Once you replaced of your username, press F9 to compile on your keyboard. After compiling, VVCEasy.exe will be on your Downloads folder.
|
||||
![VVCEasyclickblueplaybutton](https://user-images.githubusercontent.com/88035011/153736303-b0949f5a-5ac5-4123-92c5-305211a8aadc.png)
|
||||
|
||||
# Encode/Decode (easy)
|
||||
|
||||
Before you run of RUNVVCEASY.bat or VVCEASY.exe, you need to change input from file name into input.mp4 (as example)
|
||||
|
|
Loading…
Reference in New Issue