Skip to content

X issue occurs when Y thing happens #608

Description

@tealtxgr

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

  • v0.8.1

Docker Compose

name: tools-handbrake
services:
  handbrake-server:
    image: ghcr.io/thenickoftime/handbrake-web-server:main
    extends:
      file: /docker/env/core.yaml
      service: autoupdate
    container_name: tools-handbrake
    user: 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:9999
    volumes:
      - /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 containers
    restart: unless-stopped
    networks:
      - service
      - proxy

  handbrake-worker:
    image: ghcr.io/thenickoftime/handbrake-web-worker:main
    container_name: tools-handbrake-worker
    extends:
      file: /docker/env/core.yaml
      service: autoupdate
    user: 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 above
    volumes:
      - /storage/data/shared-jellyfin/media:/video/jellyfin
      - /storage/data/tools-handbrake/media:/video/handbrake  # ensure this path is the same across all containers
    depends_on:
      - handbrake-server
    restart: unless-stopped
    networks:
      - service

networks:
  proxy:
    external: true
    name: admin-proxy-network
  service:
    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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    requesttriageAn issue that needs attention for planning/triagetype/bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions