Created
August 19, 2025 11:32
-
-
Save Developer-Incoming/f7ebabb12e41de9316f80de7c5b6fdda to your computer and use it in GitHub Desktop.
Brawlhalla Background Blur Batch Script
This file contains hidden or 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
| REM Change to directory via cd to path\to\Steam\steamapps\common\Brawlhalla\mapArt\Backgrounds | |
| REM Make sure you've ffmpeg so you can actually process images | |
| for /r %i in (*) do ffmpeg -i %i -vf "gblur=sigma=18" -y -c:a copy %i |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linux: