New 1.7.2 version: {source} string is empty. Or the "Save as"-destination doesn't use {source}.

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
frederik_0333
Posts: 3
Joined: Fri Jan 26, 2024 1:48 pm

New 1.7.2 version: {source} string is empty. Or the "Save as"-destination doesn't use {source}.

Post by frederik_0333 »

Description of problem or question:
TAB Summary: The DVD Title or {source} string is not used to build the "Save as"-destination.
looks like: C:\DVD\handbrake\-4.mkv
not as : C:\DVD\handbrake\<DVD-title>-4.mkv

Preferences > File Format is defined as: {source}-{title}
# {source} is obviously empty


Microsoft .NET Core 6.0.x is installed
Windows 10 updated
Handbrake 1.7.2 # at the former versions the title was correctly used at
Source selection > shows the correct title at "open this DVD or Bluray Drive"




Steps to reproduce the problem (If Applicable):
Just put any Bluray disk into the system.
Handbrake doesn't use the name from DVD source in
the "Save as"-destination


HandBrake version (e.g., 1.0.0):
1.7.2



Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):
Microsoft .NET Core 6.0.x is installed
Windows 10 updated
Handbrake 1.7.2 # at the former versions the title was correctly used at
Source selection > shows the correct title at "open this DVD or Bluray Drive"




HandBrake Activity Log ***required*** (see How-to get an activity log)

Code: Select all

HandBrake 1.7.2 (2023122400)
OS: Microsoft Windows NT 10.0.19045.0
CPU: Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
Ram: 16299 MB, 
GPU Information:
  NVIDIA GeForce GTX 1660 SUPER - 31.0.15.3623
Screen: 1536x864
Temp Dir: C:\Users\username\AppData\Local\Temp\
Install Dir: C:\Program Files\HandBrake\
Data Dir: C:\Users\username\AppData\Roaming\HandBrake

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

 # Starting Encode ...

[14:28:03] base preset: Fast 1080p30 (Modified)
[14:28:03] Remote Process started with Process ID: 17356 using port: 8037. Max Allowed Instances: 1
[14:28:03] Worker: Starting HandBrake Engine ...
[14:28:03] Worker: Parent Process Id 13348
[14:28:03] Worker: Starting Web Server on port 8037 ...
[14:28:03] Worker: Server Started
[14:28:04] Worker: Disconnected worker monitoring enabled!
[14:28:05] Compile-time hardening features are enabled
[14:28:05] nvenc: version 12.1 is available
[14:28:05] nvdec: is available
[14:28:05] CUDA Version: 7.5
[14:28:05] vcn: not available on this system
[14:28:05] qsv: not available on this system
[14:28:05] hb_init: starting libhb thread
[14:28:05] Starting work at: Fri Jan 26 14:28:05 2024
[14:28:05] 1 job(s) to process
[14:28:05] json job:
{
  "Audio": {
    "AudioList": [
      {
        "Bitrate": 160,
        "DRC": 0,
        "Encoder": "av_aac",
        "Gain": 0,
        "Mixdown": 4,
        "NormalizeMixLevel": false,
        "Samplerate": 0,
        "Track": 0,
        "DitherMethod": 0
      }
    ],
    "CopyMask": [
      "copy:aac"
    ],
    "FallbackEncoder": "av_aac"
  },
  "Destination": {
    "ChapterList": [
      {
        "Name": "Chapter 1"
      },
      {
        "Name": "Chapter 2"
      },
      {
        "Name": "Chapter 3"
      },
      {
        "Name": "Chapter 4"
      },
      {
        "Name": "Chapter 5"
      },
      {
        "Name": "Chapter 6"
      },
      {
        "Name": "Chapter 7"
      },
      {
        "Name": "Chapter 8"
      },
      {
        "Name": "Chapter 9"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": false,
    "File": "C:\\DVD\\handbrake\\Half_Nelson-4.mkv",      # my comment: this name was manually provided
    "Options": {
      "IpodAtom": false,
      "Optimize": false
    },
    "Mux": "av_mkv"
  },
  "Filters": {
    "FilterList": [
      {
        "ID": 5,
        "Settings": {
          "mode": "7"
        }
      },
      {
        "ID": 4,
        "Settings": {
          "block-height": "16",
          "block-thresh": "40",
          "block-width": "16",
          "filter-mode": "2",
          "mode": "3",
          "motion-thresh": "1",
          "spatial-metric": "2",
          "spatial-thresh": "1"
        }
      },
      {
        "ID": 19,
        "Settings": {
          "crop-bottom": "24",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "28",
          "height": "524",
          "width": "720"
        }
      },
      {
        "ID": 10,
        "Settings": {
          "mode": "0"
        }
      }
    ]
  },
  "PAR": {
    "Num": 16,
    "Den": 15
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "chapter",
      "Start": 1,
      "End": 9
    },
    "Title": 4,
    "Path": "E:\\",
    "HWDecode": 4
  },
  "Subtitle": {
    "Search": {
      "Burn": false,
      "Default": false,
      "Enable": true,
      "Forced": false
    },
    "SubtitleList": [
      {
        "Burn": false,
        "Default": false,
        "Forced": false,
        "ID": 1,
        "Offset": 0,
        "Track": 0
      }
    ]
  },
  "Video": {
    "Encoder": "x265_12bit",
    "Level": "auto",
    "MultiPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "",
    "Preset": "medium",
    "Profile": "auto",
    "Quality": 19,
    "QSV": {
      "Decode": false
    },
    "HardwareDecode": 0
  }
}
[14:28:05] CPU: Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
[14:28:05]  - Intel microarchitecture Kaby Lake
[14:28:05]  - logical processor count: 6
[14:28:05] Intel Quick Sync Video support: no
[14:28:05] hb_scan: path=E:\, title_index=4
[14:28:09] scan: BD has 14 title(s)
[14:28:09] bd: scanning title 4
[14:28:09] bd: playlist 00005.MPLS
[14:28:09] bd: duration is 00:06:50 (410000 ms)
[14:28:09] bd: video id=0x1011, stream type=MPEG2, format 576i
[14:28:09] bd: aspect = 4:3
[14:28:09] bd: audio id=0x1100, lang=English (AC3), 3cc=eng
[14:28:09] bd: subtitle id=0x1200, lang=Deutsch (PGS), 3cc=deu
[14:28:09] bd: chap 1, 23040 ms
[14:28:09] bd: chap 2, 81080 ms
[14:28:09] bd: chap 3, 45640 ms
[14:28:09] bd: chap 4, 55600 ms
[14:28:09] bd: chap 5, 73440 ms
[14:28:09] bd: chap 6, 43280 ms
[14:28:09] bd: chap 7, 22520 ms
[14:28:09] bd: chap 8, 65000 ms
[14:28:09] bd: chap 9, 400 ms
[14:28:09] bd: title 4 has 9 chapters
[14:28:09] scan: decoding previews for title 4
[14:28:10] scan: title angle(s) 1
[14:28:11] scan: audio 0x1100: ac3, rate=48000Hz, bitrate=192000 English (AC3, 2.0 ch, 192 kbps)
[14:28:12] using bitstream PAR 16:15
[14:28:12] scan: 10 previews, 720x576, 25.000 fps, autocrop = 28/24/0/0, aspect 4:3, PAR 16:15, color profile: 5-1-6, chroma location: left
[14:28:12] scan: supported video decoders: avcodec hwaccel
[14:28:12] stream: 4 good frames, 0 errors (0%)
[14:28:12] libhb: scan thread found 1 valid title(s)
[14:28:12] Skipping subtitle scan.  No suitable subtitle tracks.
[14:28:12] Starting Task: Encoding Pass
[14:28:12] work: track 1, dithering not supported by codec
[14:28:12] job configuration:
[14:28:12]  * source
[14:28:12]    + E:\
[14:28:12]    + title 4, chapter(s) 1 to 9
[14:28:12]  * destination
[14:28:12]    + C:\DVD\handbrake\Half_Nelson-4.mkv
[14:28:12]    + container: Matroska (libavformat)
[14:28:12]      + chapter markers
[14:28:12]  * video track
[14:28:12]    + decoder: mpeg2video 8-bit (yuv420p)
[14:28:12]      + bitrate 200 kbps
[14:28:12]    + filters
[14:28:12]      + Comb Detect (mode=3:spatial-metric=2:motion-thresh=1:spatial-thresh=1:filter-mode=2:block-thresh=40:block-width=16:block-height=16)
[14:28:12]      + Decomb (mode=39)
[14:28:12]      + Framerate Shaper (mode=0)
[14:28:12]        + frame rate: same as source (around 25.000 fps)
[14:28:12]      + Crop and Scale (width=720:height=524:crop-top=28:crop-bottom=24:crop-left=0:crop-right=0)
[14:28:12]        + source: 720 * 576, crop (28/24/0/0): 720 * 524, scale: 720 * 524
[14:28:12]    + Output geometry
[14:28:12]      + storage dimensions: 720 x 524
[14:28:12]      + pixel aspect ratio: 16 : 15
[14:28:12]      + display dimensions: 768 x 524
[14:28:12]    + encoder: H.265 12-bit (libx265)
[14:28:12]      + preset:  medium
[14:28:12]      + profile: auto
[14:28:12]      + level:   auto
[14:28:12]      + quality: 19.00 (RF)
[14:28:12]      + color profile: 5-1-6
[14:28:12]      + chroma location: left
[14:28:12]  * subtitle track 1, Deutsch (PGS) (track 0, id 0x1200, Picture) -> Passthrough
[14:28:12]  * audio track 1
[14:28:12]    + decoder: English (AC3, 2.0 ch, 192 kbps) (track 1, id 0x1100)
[14:28:12]      + bitrate: 192 kbps, samplerate: 48000 Hz
[14:28:12]    + mixdown: Stereo
[14:28:12]    + encoder: AAC (libavcodec)
[14:28:12]      + bitrate: 160 kbps, samplerate: 48000 Hz
[14:28:12] sync: expecting 10250 video frames
x265 [info]: HEVC encoder version 3.5+1-f0c1022b6
x265 [info]: build info [Windows][GCC 13.2.0][64 bit] 12bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x265 [info]: Main 12 profile, Level-3 (Main tier)
x265 [info]: Thread pool created using 6 threads
x265 [info]: Slices                              : 1
x265 [info]: frame threads / pool features       : 2 / wpp(9 rows)
x265 [warning]: Source height < 720p; disabling lookahead-slices
x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra
x265 [info]: ME / range / subpel / merge         : hex / 57 / 2 / 3
x265 [info]: Keyframe min / max / scenecut / bias  : 25 / 250 / 40 / 5.00
x265 [info]: Lookahead / bframes / badapt        : 20 / 4 / 2
x265 [info]: b-pyramid / weightp / weightb       : 1 / 1 / 0
x265 [info]: References / ref-limit  cu / depth  : 3 / off / on
x265 [info]: AQ: mode / str / qg-size / cu-tree  : 2 / 1.0 / 32 / 1
x265 [info]: Rate Control / qCompress            : CRF-19.0 / 0.60
x265 [info]: tools: rd=3 psy-rd=2.00 early-skip rskip mode=1 signhide tmvp
x265 [info]: tools: b-intra strong-intra-smoothing deblock sao
[14:28:12] sync: first pts video is 0
[14:28:12] sync: "Chapter 1" (1) at frame 1 time 0
[14:28:12] sync: first pts audio 0x1100 is 0
[14:28:15] sync: first pts subtitle 0x1200 is 838800
[14:28:26] sync: "Chapter 2" (2) at frame 577 time 2073600
[14:28:59] sync: "Chapter 3" (3) at frame 2604 time 9370800
[14:29:18] sync: "Chapter 4" (4) at frame 3745 time 13478400
[14:29:52] sync: "Chapter 5" (5) at frame 5135 time 18482400
[14:30:35] sync: "Chapter 6" (6) at frame 6971 time 25092000
[14:30:57] sync: "Chapter 7" (7) at frame 8053 time 28987200
[14:31:08] sync: "Chapter 8" (8) at frame 8616 time 31014000
[14:31:50] bd: End of title
[14:31:50] reader: done. 4 scr changes
[14:31:50] sync: "Chapter 9" (9) at frame 10241 time 36864000
[14:31:52] work: average encoding speed for job is 46.710175 fps
[14:31:53] comb detect: heavy 7888 | light 1406 | uncombed 955 | total 10249
[14:31:53] decomb: deinterlaced 7888 | blended 1406 | unfiltered 955 | total 10249
[14:31:53] vfr: 10249 frames output, 0 dropped
[14:31:53] vfr: lost time: 0 (0 frames)
[14:31:53] vfr: gained time: 0 (0 frames) (0 not accounted for)
[14:31:53] stream: 10250 good frames, 0 errors (0%)
[14:31:53] ac3-decoder done: 12799 frames, 0 decoder errors
[14:31:53] mpeg2video-decoder done: 10250 frames, 0 decoder errors
[14:31:53] sync: got 10249 frames, 10250 expected
[14:31:53] sync: framerate min 12.500 fps, max 25.000 fps, avg 24.998 fps
[aac @ 0000020b34e9edc0] Ignoring attempt to flush encoder that doesn't support it
[aac @ 0000020b34e9edc0] Qavg: 5012.979
x265 [info]: frame I:     50, Avg QP:19.06  kb/s: 6616.22
x265 [info]: frame P:   2370, Avg QP:20.31  kb/s: 3919.17
x265 [info]: frame B:   7829, Avg QP:24.72  kb/s: 1420.55
x265 [info]: Weighted P-Frames: Y:1.4% UV:0.8%
encoded 10249 frames in 221.00s (46.38 fps), 2023.69 kb/s, Avg QP:23.67
[14:31:53] mux: track 0, 10249 frames, 103744845 bytes, 2024.09 kbps, fifo 2048
[14:31:53] mux: track 1, 19199 frames, 7993414 bytes, 155.95 kbps, fifo 4096
[14:31:53] mux: track 2, 162 frames, 902224 bytes, 17.60 kbps, fifo 64
[14:31:53] Finished work at: Fri Jan 26 14:31:53 2024
[14:31:53] libhb: work result = 0

 # Job Completed!


frederik_0333
Posts: 3
Joined: Fri Jan 26, 2024 1:48 pm

Re: New 1.7.2 version: {source} string is empty. Or the "Save as"-destination doesn't use {source}.

Post by frederik_0333 »

it seems to be hard, to get an answer here? : )
User avatar
Ritsuka
HandBrake Team
Posts: 1658
Joined: Fri Jan 12, 2007 11:29 am

Re: New 1.7.2 version: {source} string is empty. Or the "Save as"-destination doesn't use {source}.

Post by Ritsuka »

I think it has been fixed in 1.7.3.
frederik_0333
Posts: 3
Joined: Fri Jan 26, 2024 1:48 pm

Re: New 1.7.2 version: {source} string is empty. Or the "Save as"-destination doesn't use {source}.

Post by frederik_0333 »

Yes indeed. 1.7.3. fixed that issue.
I wasn't sure whether I could/should do myself something in the preferences ..
Thanks a lot for replying!!
Matthias
Post Reply