This project contains the patches needed to replace SVT-AV1 with SVT-AV1-PSY inside HandBrake.
In addition, using GitHub Actions, nightly build of patched executables will be released.
- Run
patch.shon linux. The script will patch the previously cloned HandBrake repo. If you want to also clone it you can use--cloneargument. - Compile for the desired platform using the commands provided on the HandBrake wiki (BSD, Linux, Mac, Windows)
| Operating System | Download | Build Status *1 |
|---|---|---|
| Windows | Download | |
| macOS | Download | |
| Linux (Flatpak) | Download | |
| Ubuntu | Download | |
| Arch Linux | Download |
*1 Please note that if a build is marked as failed, previous builds may still be available for download!
I can currently only test the custom build on linux. Help for testing on other platforms would be helpful.
A special thanks to vincejv (Docker container for HandBrake) from which I took inspiration for some patches.