Video that crashes discord

Video that crashes discord

cemahseri/DiscordCrasherVideoGenerator

Use Git or checkout with SVN using the web URL.

Work fast with our official CLI. Learn more.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

You see those crasher videos going around, such as Trava_discord.mp4, Indian tech support saying «Your computer has virus» or Mario saying «Hmm. Oh! Nice computer you got here. Can I have it?». You want to make one? Great. Keep reading.

Discord has patched crasher videos.

Update: However! There is still one way to break Discord compeletely and turning off hardware acceleration doesn’t help at all. When I find some free time, I will update this program accordingly.

Download the Windows 32-bit installer or the Windows 64-bit installer, corresponding to your OS version.

Just install it from your package manager.

Just drag-and-drop the video you want to turn into a crasher, to the executable file. Or alternatively, you can specify the path of your input and output file from the command line.

How this black magic works?

First of all, this is not something directly related to Discord. Discord’s desktop application is developed with Electron, which uses Chromium for rendering engine. Chromium’s video playback feature is really awful. If you download those old crasher videos and play it on your VLC or FFplay, you will notice that the media player will play it just fine.

So, why Chromium fails to play the video? There are 2 mains problems which we are abusing. If you remember, we just splitted our video into two parts. First part’s pixel format was YUV420p and it was from 0 second to 0.1 second. The second part’s pixel format was YUV444p and it was the rest of the video. Then we combined them into one video.

When Chromium opens the video, it only checks for the first part. In our case, it’s pixel format is YUV420p and your CPU and/or GPU can decode it. Then Chromium decides to decode the video on your hardware, since it’s enabled by default. But after 0.1 second, the second part starts and forces changing pixel format to YUV444p. Chromium doesn’t support changing pixel format or resolution while playing the video. So this is the first killer.

Second problem is, it’s really high likely that your hardware doesn’t support decoding YUV444p. But since Chromium decided to decode the video on your hardware, Chromium fails to decode the video, which results in freezing the whole Discord desktop application.

How can I avoid crasher videos?

Open Discord, go to User Settings, then navigate to Advanced. You will see an option named «Hardware Acceleration». Disable it and restart your Discord. Now, all of the videos you watch will be decoded by the software. Ta daah! Now you have a talisman for black sorcery!

Don’t worry, Discord has patched crasher videos. You are safe. At least for now.

About

[Patched] It will turn your innocent video into a demonic Discord crasher! Anybody clicks on your video will get instantly crashed!

AVISIX/Discord-Crash-MP4-Generator

Use Git or checkout with SVN using the web URL.

Work fast with our official CLI. Learn more.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

By splitting a Video into multiple pieces (usually 2 is enough) and changing the PixelFormat of one to something different, then merging them back will cause the Chromium Media Player to Shit itself and take Discord down with it, since Discord is built on Electron and Electron is Chromium Based.

This was a one time Project, it might not work after some time anymore. At the time of writing this (9th April 2021), it still works.

Also apparently this ONLY works on people who have Hardware Acceleration Enabled in Discord.

If you find a new or better way to Crash Discord, please make a Pull Request, Fork the Repository or open a new Issue so I can look into it, thanks.

Its in the Bin Folder. If you go to «Discord-Crash-MP4-Generator\Discord Crash MP4 Generator\Discord Crash MP4 Generator\bin\Release\net5.0».

See what it says in the Console. Most likely you are missing FFmpeg, which you must download at «https://ffmpeg.org/download.html». As soon as you got it you must place the Binaries(.exe files) into the Directory «C:\FFmpeg\bin». Otherwise the C# Wrapper wont detect it.

About

Simple Console App that uses a Chromium bug with FFmpeg to create corrupted Mp4 Files.

Jansy-cc/Dead-video

Use Git or checkout with SVN using the web URL.

Work fast with our official CLI. Learn more.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Many thanks to these guys:

Video that crashes discord. Смотреть фото Video that crashes discord. Смотреть картинку Video that crashes discord. Картинка про Video that crashes discord. Фото Video that crashes discord

Video that crashes discord. Смотреть фото Video that crashes discord. Смотреть картинку Video that crashes discord. Картинка про Video that crashes discord. Фото Video that crashes discord

Everything is very simple.

Done, now you can share the broken video with your friends.

About

A simple program for creating «broken video» due to which the discord and browser crashes during playback.

Topics

Resources

Stars

Watchers

Forks

Releases 1

Languages

Footer

© 2022 GitHub, Inc.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источники информации:

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *