Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 4632df2

Browse files
OIRNOIRAzrael-1123
andauthored
Discontinue WackyWebM (#200)
* Pomelo update (update my username) * Bump deps * Bump deps * add quotes to path command for windows ffmpeg install * Add discontinuation blurb --------- Co-authored-by: T Brieger <[email protected]>
1 parent edd48d0 commit 4632df2

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# Important: As of 14 March 2024, WackyWebM has been discontinued due to Discord patching the use of these video files within the client. Thank you for using WackyWebM!
2+
13
# WackyWebM
24

35
[![Weblate project translated](https://img.shields.io/weblate/progress/wackywebm?server=https%3A%2F%2Ftranslate.kiaibot.com&style=for-the-badge)](https://translate.kiaibot.com/projects/wackywebm/wackywebm)
46
![GitHub contributors](https://img.shields.io/github/contributors/oirnoir/wackywebm?style=for-the-badge)
57
![GitHub Repo stars](https://img.shields.io/github/stars/oirnoir/wackywebm?style=for-the-badge)
6-
[![Discord](https://img.shields.io/discord/1003791722574266488?style=for-the-badge)](https://discord.gg/wackywebm)
78

89
WackyWebM is a tool that allows you to create WebM video files with changing aspect ratios.
910

@@ -65,6 +66,4 @@ Additionally, any 2 modes can be combined using a + symbol, like `Bounce+Shutter
6566

6667
Common issues and questions are addressed in [the FAQ](docs/faq.md).
6768

68-
If you encounter bugs or issues and want personal help, or have recommendations, feel free to join the Discord [here.](https://discord.gg/TmyJfq49AP)
69-
70-
[![Discord Invite Widget](https://invidget.switchblade.xyz/EdrqJ6AMKF)](https://discord.gg/EdrqJ6AMKF)
69+
~~If you encounter bugs or issues and want personal help, or have recommendations, feel free to join the Discord.~~ Update 14th March 2024: The Discord has now been archived.

docs/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Once downloaded, extract the archive to some easily-memorable path (typically `C
3333

3434
After extracting the archive, set the environment PATH variable to include FFmpeg's bin folder:
3535

36-
Open `cmd` (the syntax is different for powershell, so use cmd if you want to follow along with this guide) with permissions to write to system variables and execute the command `setx /m PATH <ffmpeg path>;%PATH%`, where `<ffmpeg path>` is just the path of the `bin` folder within the extracted archive. For example, for the "typical" ffmpeg path of `C:\ffmpeg`, the command would be `setx /m PATH C:\ffmpeg\bin;%PATH%`.
36+
Open `cmd` (the syntax is different for powershell, so use cmd if you want to follow along with this guide) with permissions to write to system variables and execute the command `setx /m PATH "<ffmpeg path>;%PATH%"`, where `<ffmpeg path>` is just the path of the `bin` folder within the extracted archive. For example, for the "typical" ffmpeg path of `C:\ffmpeg`, the command would be `setx /m PATH "C:\ffmpeg\bin;%PATH%"`.
3737

3838
To check if everything went right, open a new terminal (not necessarily with administrator permissions) and run `ffmpeg`. If this displays version information, you are done. If it instead shows an error about ffmpeg not being recognized as a command, something went wrong.
3939

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)