Skip to content

Instantly share code, notes, and snippets.

@vincejv
Last active May 10, 2024 15:27
Show Gist options
  • Save vincejv/f1f5537adb4c569e3d889643a16f91d7 to your computer and use it in GitHub Desktop.
Save vincejv/f1f5537adb4c569e3d889643a16f91d7 to your computer and use it in GitHub Desktop.
HB Fork Installation Guide
Windows Installation instructions:
1. Download windows handbrake build from official handbrake website, only built against v1.7.3 gui, download that version: https://handbrake.fr/downloads.php
2. Download the hb.dll for your platform on github (use the DLL link)
3. Replace hb.dll in handbrake install directory with the dll file downloaded, make sure to rename the downloaded dll file to hb.dll
4. You need to restart handbrake if you have it opened
5. Verify in the about menu if it says "Handbrake v1.7.x-reloaded version hash"
Linux installation:
1. Install docker
2. Read https://github.com/vincejv/docker-handbrake/blob/ubuntu/README.md
3. Replace `jlesage/handbrake` to `ghcr.io/vincejv/handbrake:<platform>-ubuntu` replace `platform` with `x86-64-v1`, `alderlake`, `zenver3`... etc..
4. Verify in the about menu if it says "Handbrake v1.7.x-reloaded version hash"
Architecture/Platform guide:
https://gist.github.com/vincejv/688162b47e14e595f2c8bdac2821a48e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment