This file contains hidden or 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
https://github.com/ytdl-org/youtube-dl/issues/10014#issuecomment-472695214 | |
python.exe -m pip install pyinstaller | |
pyinstaller.exe youtube_dl\__main__.py --onefile --name youtube-dl |
This file contains hidden or 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
@ECHO OFF | |
SETLOCAL | |
ECHO =============================== | |
ECHO VRChat Youtube-dl Updater v0.02 | |
ECHO ------------------------------- | |
ECHO( | |
ECHO DCinside VRChat Minor Gallery | |
ECHO by pypy(mina#5656) | |
ECHO( | |
FOR /F delims^=^"^ tokens^=2 %%A IN ('REG QUERY "HKCR\VRChat\shell\open\command" /VE') DO SET VRCHAT_PATH=%%A |
This file contains hidden or 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 code allow you to call APIs without declaring them, but the best of it is that only uses VB6 functions!!! (aka funcs @ MSVBVM60) :) | |
'--------------------------------------------------------------------------------------- | |
' Module : mZombieInvoke | |
' Author : Karcrack | |
' Now : 09/08/2010 13:37 | |
' Purpose : Calling API without declaring | |
' Only uses VB6 functions :) | |
' History : 20100908 First cut ....................................................... | |
'--------------------------------------------------------------------------------------- |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<!--ShanaEncoder--> | |
<Settings> | |
<inputparamBox /> | |
<prefixtextBox /> | |
<extensiontextBox /> | |
<filterparamBoxV> -vf "scale=1280:720:flags=bicubic,shanapad=DAR,setsar=1/1,shanasubtitle=1"</filterparamBoxV> | |
<filterparamBoxA> -af "aresample=async=1:first_pts=0"</filterparamBoxA> | |
<encparamBox> -f mp4 | |
-c:v h264_nvenc -profile:v main -level auto -preset hq -global_quality:v 26 |
This file contains hidden or 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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\VRChat] | |
"URL Protocol"="" | |
@="URL:VRChat Protocol" | |
[HKEY_CLASSES_ROOT\VRChat\DefaultIcon] | |
@="VRChat.exe,1" | |
[HKEY_CLASSES_ROOT\VRChat\shell] |
This file contains hidden or 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
@ECHO OFF | |
SETLOCAL | |
SET CACHE_DIR=%LOCALAPPDATA%Low\VRChat\VRChat | |
ECHO =========================== | |
ECHO VRChat Cache Remover v0.02a | |
ECHO --------------------------- | |
ECHO( | |
ECHO DCinside VRChat Minor Gallery | |
ECHO by pypy(mina#5656) | |
ECHO( |
NewerOlder