Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#8065·HandBrake

Audio track name not set when using AC3 Passthru

Author: josevarelabCreated Aug 27, 2026Updated Sep 16, 2026
LabelsNot Reproducible

Problem Description

Audio track name is not set when using AC3 Passthru.

"Name": "..." setting is not appearing for the second audio track in the provided log file but I do confirm that I manually filled-in the "Track name" field.

The workaround if found is to use the following command on the output file once the encoding process is complete :

MP4Box -udta <#>:type=name -udta <#>:type=name:str="My track name" HBEncFile.mp4

<#> --> to be replaced with track ID hereabove

Could be nice if you could fix or integrate the workaround in your process.

Activity Log, Crash Log or any other details

HandBrake 1.11.2 (2026060700)
OS: Microsoft Windows NT 10.0.19045.0
CPU: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz
Ram: 16287 MB, 
GPU Information:
  Intel(R) HD Graphics Family - 20.19.15.4835 - (Unsupported Driver Detected)
Screen: 1600x900
Temp Dir: F:\Programs\PortableApps\PortableApps\HandBrakePortable\Data\tmp\
Install Dir: F:\Programs\PortableApps\PortableApps\HandBrakePortable\App\HandBrake\
Data Dir: F:\Programs\PortableApps\PortableApps\HandBrakePortable\Data\storage\HandBrake

-------------------------------------------

 # Starting Encode ...

[20:13:32] base preset: Fast 1080p30
[20:13:32] hb_init: starting libhb thread
[20:13:32] Starting work at: Sun Aug 23 20:13:32 2026
[20:13:32] 1 job(s) to process
[20:13:32] json job:
{
  "Audio": {
    "AudioList": [
      {
        "Bitrate": 160,
        "DRC": 0,
        "Encoder": "av_aac",
        "Gain": 0,
        "Mixdown": 4,
        "NormalizeMixLevel": false,
        "Samplerate": 0,
        "Name": "Stereo",
        "Track": 0,
        "DitherMethod": 0
      },
      {
        "DRC": 0,
        "Encoder": "copy:ac3",
        "Gain": 0,
        "Mixdown": -1,
        "NormalizeMixLevel": false,
        "Samplerate": 0,
        "Track": 1,
        "DitherMethod": 0
      }
    ],
    "CopyMask": [
      "copy:aac"
    ],
    "FallbackEncoder": "av_aac"
  },
...

What Operating System are you running?

Windows 10

What version of HandBrake are you running?

1.11.2 (2026060700)

Where did you download HandBrake from?

PortableApps.com

Source: HandBrake/HandBrake

View original on GitHubView discussion on GitHub