You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you searched existing issues (both open and closed) for the issue you are having? If not, please consider doing so - your issue may already be fixed or in discussion!
(Yes! Checked, but Github's issue search is pretty bad, may have missed a thread on it)
Bug Information
Bug Description
My 4K ReEncode is going pretty slow-- slower than it was maybe a month or two ago? I saw there was the big 0.8 update (congrats!) but I also saw another thread that said that this is mainly a Handbrake thing rather than a Handbrake-Web thing? I'm only getting 5% CPU usage when at first I want to say I was getting around 40%. And it seems presets (and the entirety of Handbrake) doesn't really have a "thread count" setting so I guess I can rule that out. It actually seems to be slowing down over time.
name: tools-handbrakeservices:
handbrake-server:
image: ghcr.io/thenickoftime/handbrake-web-server:mainextends:
file: /docker/env/core.yamlservice: autoupdatecontainer_name: tools-handbrakeuser: 0:0# edit to run as user (uuid:guid) with permissions to access your media. 0:0 to run as root (not recommended).# ports:# - 9999:9999volumes:
- /docker/data/tools/handbrake/data:/data
- /storage/data/shared-jellyfin/media:/video/jellyfin
- /storage/data/tools-handbrake/media:/video/handbrake # ensure this path is the same across all containersrestart: unless-stoppednetworks:
- service
- proxyhandbrake-worker:
image: ghcr.io/thenickoftime/handbrake-web-worker:maincontainer_name: tools-handbrake-workerextends:
file: /docker/env/core.yamlservice: autoupdateuser: 0:0# edit to run as user (uuid:guid) with permissions to access your media. 0:0 to run as root (not recommended).environment:
- WORKER_ID=handbrake-worker # give your worker a unique name
- SERVER_URL=handbrake-server # change if setting up a standalone worker, prefix with http(s):// if necessary
- SERVER_PORT=9999 # change if using a reverse proxy or the port is otherwise different than abovevolumes:
- /storage/data/shared-jellyfin/media:/video/jellyfin
- /storage/data/tools-handbrake/media:/video/handbrake # ensure this path is the same across all containersdepends_on:
- handbrake-serverrestart: unless-stoppednetworks:
- servicenetworks:
proxy:
external: truename: admin-proxy-networkservice:
name: tools-handbrake
Host Machine
OS: Proxmox 9 > Ubuntu 25.10
CPU: 2x Platinum 8168
GPU: --
Log Information
Nothing of significance from what I was seeing. But I will post the logs for the worker: https://pastebin.com/j0VbMLUR
Ignore the 22RF, I went back and tried it again on 18RF with no difference.
Tip
Please ensure all sections have been filled out with the requested information and the information is properly formatted. Issues with missing/poorly formatted information make giving help more difficult!
Important
Have you searched existing issues (both open and closed) for the issue you are having? If not, please consider doing so - your issue may already be fixed or in discussion!
(Yes! Checked, but Github's issue search is pretty bad, may have missed a thread on it)
Bug Information
Bug Description
My 4K ReEncode is going pretty slow-- slower than it was maybe a month or two ago? I saw there was the big 0.8 update (congrats!) but I also saw another thread that said that this is mainly a Handbrake thing rather than a Handbrake-Web thing? I'm only getting 5% CPU usage when at first I want to say I was getting around 40%. And it seems presets (and the entirety of Handbrake) doesn't really have a "thread count" setting so I guess I can rule that out. It actually seems to be slowing down over time.
Bug Steps
Mainly just trying to reencode a Bluray video with this config: http://share.txgr.xyz/u/tz1.json
Application Information
HandBrake Web Version
Docker Compose
Host Machine
Log Information
Nothing of significance from what I was seeing. But I will post the logs for the worker:
https://pastebin.com/j0VbMLUR
Ignore the 22RF, I went back and tried it again on 18RF with no difference.
Tip
Please ensure all sections have been filled out with the requested information and the information is properly formatted. Issues with missing/poorly formatted information make giving help more difficult!