initial commit
This commit is contained in:
parent
90c1214e15
commit
08c108db83
10 changed files with 437 additions and 153 deletions
BIN
tools/TwitchDownloaderCLI.exe
Normal file
BIN
tools/TwitchDownloaderCLI.exe
Normal file
Binary file not shown.
7
tools/chat.bat
Normal file
7
tools/chat.bat
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@echo off
|
||||
set vodid=%1
|
||||
set json=%2
|
||||
set mp4=%3
|
||||
CD %~dp0
|
||||
TwitchDownloaderCLI.exe chatdownload --id %vodid% -o %json% -E
|
||||
TwitchDownloaderCLI.exe chatrender -i %json% -o %mp4% --background-color #FF111111 -w 500 -h 1080 --outline true -f Arial --font-size 22 --update-rate 1.0 --offline --ffmpeg-path ./ffmpeg.exe --temp-path ./temp
|
||||
BIN
tools/ffmpeg.exe
Normal file
BIN
tools/ffmpeg.exe
Normal file
Binary file not shown.
BIN
tools/rclone.exe
Normal file
BIN
tools/rclone.exe
Normal file
Binary file not shown.
6
tools/upload.bat
Normal file
6
tools/upload.bat
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
set root_path=%1
|
||||
set user=%2
|
||||
FOR /F "eol=# tokens=*" %%i in (%~dp0\..\.env) do SET %%i
|
||||
CD %~dp0
|
||||
rclone.exe copy ../%root_path%/%user% %remote%/%root_path%/%user% --progress --drive-chunk-size 512M
|
||||
Loading…
Add table
Add a link
Reference in a new issue