-
Notifications
You must be signed in to change notification settings - Fork 24
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
Showing
27 changed files
with
67 additions
and
2,187 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 |
---|---|---|
|
@@ -62,13 +62,11 @@ jobs: | |
run: | | ||
curl -s -o hdr10plus_gen_0.00_${{ matrix.platform }}.7z -L https://github.com/rigaya/hdr10plus_gen/releases/download/0.00/hdr10plus_gen_0.00_${{ matrix.platform }}.7z | ||
7z x -ohdr10plus_gen\ hdr10plus_gen_0.00_${{ matrix.platform }}.7z | ||
curl -s -o ffmpeg_lgpl.zip -L https://github.com/rigaya/ffmpeg5_dlls_for_hwenc/archive/refs/tags/20230204.zip | ||
7z x -y ffmpeg_lgpl.zip | ||
move ffmpeg5* ffmpeg_lgpl | ||
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20231123/ffmpeg_dlls_for_hwenc_20231123.7z | ||
7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z | ||
git clone https://github.com/AviSynth/AviSynthPlus.git ..\AviSynthPlus | ||
git clone https://github.com/vapoursynth/vapoursynth.git ..\vapoursynth | ||
git clone https://github.com/KhronosGroup/OpenCL-Headers.git ..\openclheaders | ||
git clone https://github.com/maki-rxrz/Caption2Ass_PCR.git ..\caption2ass | ||
- name: Add msbuild to PATH | ||
uses: microsoft/[email protected] | ||
|
@@ -80,7 +78,6 @@ jobs: | |
set AVISYNTH_SDK=${{ github.workspace }}\..\AviSynthPlus\avs_core | ||
set VAPOURSYNTH_SDK=${{ github.workspace }}\..\vapoursynth | ||
set OPENCL_HEADERS=${{ github.workspace }}\..\openclheaders | ||
set CAPTION2ASS_SRC=${{ github.workspace }}\..\caption2ass\src | ||
msbuild VCEEnc.sln /t:build /p:configuration=RelStatic /p:Platform=${{ matrix.platform }} -maxcpucount | ||
- name: Create Archieve | ||
|
@@ -144,7 +141,6 @@ jobs: | |
git clone https://github.com/AviSynth/AviSynthPlus.git ..\AviSynthPlus | ||
git clone https://github.com/vapoursynth/vapoursynth.git ..\vapoursynth | ||
git clone https://github.com/KhronosGroup/OpenCL-Headers.git ..\openclheaders | ||
git clone https://github.com/maki-rxrz/Caption2Ass_PCR.git ..\caption2ass | ||
- name: Add msbuild to PATH | ||
uses: microsoft/[email protected] | ||
|
@@ -156,7 +152,6 @@ jobs: | |
set AVISYNTH_SDK=${{ github.workspace }}\..\AviSynthPlus\avs_core | ||
set VAPOURSYNTH_SDK=${{ github.workspace }}\..\vapoursynth | ||
set OPENCL_HEADERS=${{ github.workspace }}\..\openclheaders | ||
set CAPTION2ASS_SRC=${{ github.workspace }}\..\caption2ass\src | ||
msbuild VCEEnc.sln /t:build /p:configuration=Release /p:Platform=Win32 -maxcpucount | ||
- name: Download auo_setup | ||
|
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
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
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
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
Oops, something went wrong.