Skip to content

Commit

Permalink
Discontinue WackyWebM (#200)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
OIRNOIR and t-brieger authored Mar 15, 2024
1 parent edd48d0 commit 4632df2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 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!

# WackyWebM

[![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)
![GitHub contributors](https://img.shields.io/github/contributors/oirnoir/wackywebm?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/oirnoir/wackywebm?style=for-the-badge)
[![Discord](https://img.shields.io/discord/1003791722574266488?style=for-the-badge)](https://discord.gg/wackywebm)

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

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

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

If you encounter bugs or issues and want personal help, or have recommendations, feel free to join the Discord [here.](https://discord.gg/TmyJfq49AP)

[![Discord Invite Widget](https://invidget.switchblade.xyz/EdrqJ6AMKF)](https://discord.gg/EdrqJ6AMKF)
~~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.
2 changes: 1 addition & 1 deletion docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Once downloaded, extract the archive to some easily-memorable path (typically `C

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

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%`.
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%"`.

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.

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4632df2

Please sign in to comment.