Converting a particular video in HandBrakeCLI 1.8.2 (and 1.8.0) in AC3 passthrough mode results in no audio track. Same video works fine in HandbrakeCLI 1.7.3.
Note that this is the same video [viewtopic.php?t=43774]referenced in a 1.8.2 GUI crash[/url], which was fixed in the latest nightly build. The nightly GUI now runs and properly converts the file with audio; unfortunately, the matching nightly CLI still results in no audio track.
So, even though --scan shows the input audio track, the bad logs show that the output job configuration is missing the output audio track.
Unfortunately, the source is a 9GB MP2 file, but I can make it available if necessary, or try to cut it back if you have a suggestion on how to do that in a way that might preserve the problem.
Steps to reproduce the problem (If Applicable):
Code: Select all
./HandbrakeCLI -e vt_h265_10bit -E copy --audio-copy-mask ac3 -i stones.mpg -o stones181.mp4 &> handbrake.log
HBCLI 1.7.3: passes. (Log below)
HBCLI 1.8.0: no audio
HBCLI 1.8.2: no audio (Log below)
HBCLI today's nightly: no audio
HBGUI 1.8.2: crashes upon launch
HBGUI today's nightly: passes (Log below)
Operating system and version
macOS Sonoma 14.6.1 (23G93
HandBrake Activity Log 1.7.3:
Code: Select all
[08:49:31] Compile-time hardening features are enabled
[08:49:31] hb_init: starting libhb thread
[08:49:31] thread 16f563000 started ("libhb")
HandBrake 1.7.3 (2024021100) - Darwin arm64 - https://handbrake.fr
8 CPUs detected
Opening /Users/hugh/Downloads/videos/stones.mpg...
[08:49:31] CPU: Unknown
[08:49:31] - logical processor count: 8
[08:49:31] hb_scan: path=/Users/hugh/Downloads/videos/stones.mpg, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
disc.c:333: failed opening UDF image /Users/hugh/Downloads/videos/stones.mpg
disc.c:437: error opening file BDMV/index.bdmv
disc.c:437: error opening file BDMV/BACKUP/index.bdmv
[08:49:31] bd: not a bd - trying as a stream/file instead
libdvdread: DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav: vm: vm: failed to read VIDEO_TS.IFO
[08:49:31] dvd: not a dvd - trying as a stream/file instead
[08:49:31] file is MPEG Program Stream
[08:49:31] Found program stream map
<<many duplicates of "Found program stream map"
[08:49:31] Found program stream map
[08:49:31] Found the following streams
[08:49:31] Video Streams :
[08:49:31] 0xe0-0x0 type MPEG2 (0x2)
[08:49:31] Audio Streams :
[08:49:31] 0xbd-0x0 type AC3 (0x81)
[08:49:31] 0xbd-0x80 type AC3 (0x81)
[08:49:31] Subtitle Streams :
[08:49:31] Other Streams :
[08:49:31] stream id 0xbd (type 0x81 substream 0x0) audio 0xbd
[08:49:31] stream id 0xbd (type 0x81 substream 0x80) audio 0x8000bd
[08:49:31] scan: decoding previews for title 1
[08:49:31] file is MPEG Program Stream
[08:49:31] Found program stream map
<<many duplicates of "Found program stream map"
[08:49:31] Found program stream map
[08:49:31] scan: audio 0x8000bd: ac3, rate=48000Hz, bitrate=384000 Unknown (AC3, 2.0 ch, 384 kbps)
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %[08:49:35] stream: 11 good frames, 0 errors (0%)
[08:49:35] using bitstream PAR 1:1
[08:49:35] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 126/138/0/0, aspect 16:9, PAR 1:1, color profile: 1-1-1, chroma location: left
[08:49:35] scan: removing audio 0xbd because no bitrate found
[08:49:35] libhb: scan thread found 1 valid title(s)
+ Using preset: CLI Default
+ title 1:
+ stream: /Users/hugh/Downloads/videos/stones.mpg
+ duration: 01:39:50
+ size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
+ autocrop: 126/138/0/0
+ chapters:
+ 1: duration 01:39:50
+ audio tracks:
+ 1, Unknown (AC3, 2.0 ch, 384 kbps) (iso639-2: und), 48000Hz, 384000bps
+ subtitle tracks:
+ 1, Unknown, Closed Caption [CC608]
[08:49:35] Starting work at: Mon Aug 26 08:49:35 2024
[08:49:35] 1 job(s) to process
[08:49:35] json job:
{
"Audio": {
"AudioList": [
{
"Bitrate": 0,
"DRC": 0.0,
"Encoder": "copy:ac3",
"Mixdown": "none",
"PresetEncoder": "copy",
"Quality": -3.0,
"Samplerate": 0,
"Track": 0
}
],
"CopyMask": [
"copy:ac3"
],
"FallbackEncoder": "ca_aac"
},
"Destination": {
"AlignAVStart": false,
"ChapterList": [
{
"Duration": {
"Hours": 1,
"Minutes": 39,
"Seconds": 50,
"Ticks": 539142550
},
"Name": "Chapter 1"
}
],
"ChapterMarkers": false,
"File": "/Users/hugh/Movies/TiVoShows/Test/stones.mp4",
"InlineParameterSets": false,
"Mux": "m4v",
"Options": {
"IpodAtom": false,
"Optimize": false
}
},
"Filters": {
"FilterList": [
{
"ID": 10,
"Settings": {
"mode": 0
}
},
{
"ID": 19,
"Settings": {
"crop-bottom": 138,
"crop-left": 0,
"crop-right": 0,
"crop-top": 126,
"height": 816,
"width": 1920
}
}
]
},
"Metadata": {},
"PAR": {
"Den": 1,
"Num": 1
},
"SequenceID": 0,
"Source": {
"Angle": 0,
"HWDecode": 0,
"Path": "/Users/hugh/Downloads/videos/stones.mpg",
"Range": {
"End": 1,
"Start": 1,
"Type": "chapter"
},
"Title": 1
},
"Subtitle": {
"Search": {
"Burn": true,
"Default": false,
"Enable": false,
"Forced": false
},
"SubtitleList": []
},
"Video": {
"ChromaLocation": 1,
"ColorInputFormat": 0,
"ColorMatrix": 1,
"ColorOutputFormat": 0,
"ColorPrimaries": 1,
"ColorRange": 1,
"ColorTransfer": 1,
"Encoder": "vt_h265_10bit",
"HardwareDecode": 0,
"MultiPass": false,
"QSV": {
"AdapterIndex": 0,
"AsyncDepth": 0,
"Decode": false
},
"Quality": 22.0,
"Turbo": false
}
}
[08:49:35] Starting Task: Encoding Pass
[08:49:35] job configuration:
[08:49:35] * source
[08:49:35] + /Users/hugh/Downloads/videos/stones.mpg
[08:49:35] + title 1, chapter(s) 1 to 1
[08:49:35] * destination
[08:49:35] + /Users/hugh/Movies/TiVoShows/Test/stones.mp4
[08:49:35] + container: MPEG-4 (libavformat)
[08:49:35] * video track
[08:49:35] + decoder: mpeg2video 8-bit (yuv420p)
[08:49:35] + bitrate 200 kbps
[08:49:35] + filters
[08:49:35] + Framerate Shaper (mode=0)
[08:49:35] + frame rate: same as source (around 29.970 fps)
[08:49:35] + Crop and Scale (width=1920:height=816:crop-top=126:crop-bottom=138:crop-left=0:crop-right=0)
[08:49:35] + source: 1920 * 1080, crop (126/138/0/0): 1920 * 816, scale: 1920 * 816
[08:49:35] + Format (format=p010le)
[08:49:35] + Output geometry
[08:49:35] + storage dimensions: 1920 x 816
[08:49:35] + pixel aspect ratio: 1 : 1
[08:49:35] + display dimensions: 1920 x 816
[08:49:35] + encoder: H.265 10-bit (VideoToolbox)
[08:49:35] + quality: 22.00 (CQ)
[08:49:35] + color profile: 1-1-1
[08:49:35] + chroma location: left
[08:49:35] * audio track 1
[08:49:35] + decoder: Unknown (AC3, 2.0 ch, 384 kbps) (track 1, id 0x8000bd)
[08:49:35] + bitrate: 384 kbps, samplerate: 48000 Hz
[08:49:35] + AC3 Passthru
[08:49:35] file is MPEG Program Stream
[08:49:35] Found program stream map
[08:49:35] Found program stream map
[08:49:35] Found program stream map
[08:49:35] Found program stream map
[08:49:35] Found program stream map
[08:49:35] Found program stream map
...rest deleted...
Code: Select all
[08:53:28] Compile-time hardening features are enabled
[08:53:28] hb_init: starting libhb thread
[08:53:28] thread 16fd0f000 started ("libhb")
HandBrake 1.8.2 (2024081000) - Darwin arm64 - https://handbrake.fr
8 CPUs detected
Opening /Users/hugh/Downloads/videos/stones.mpg...
[08:53:28] CPU: Apple M1
[08:53:28] - logical processor count: 8
[08:53:28] hb_scan: path=/Users/hugh/Downloads/videos/stones.mpg, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
disc.c:333: failed opening UDF image /Users/hugh/Downloads/videos/stones.mpg
disc.c:437: error opening file BDMV/index.bdmv
disc.c:437: error opening file BDMV/BACKUP/index.bdmv
[08:53:28] bd: not a bd - trying as a stream/file instead
libdvdread: DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav: vm: vm: failed to read VIDEO_TS.IFO
[08:53:28] dvd: not a dvd - trying as a stream/file instead
[08:53:28] file is MPEG Program Stream
[08:53:28] Found program stream map
<<many duplicates of "Found program stream map"
[08:53:28] Found program stream map
[08:53:28] Found the following streams
[08:53:28] Video Streams :
[08:53:28] 0xe0-0x0 type MPEG2 (0x2)
[08:53:28] Audio Streams :
[08:53:28] 0xbd-0x0 type AC3 (0x81)
[08:53:28] 0xbd-0x80 type AC3 (0x81)
[08:53:28] Subtitle Streams :
[08:53:28] Other Streams :
[08:53:28] stream id 0xbd (type 0x81 substream 0x0) audio 0xbd
[08:53:28] stream id 0xbd (type 0x81 substream 0x80) audio 0x8000bd
[08:53:28] scan: decoding previews for title 1
[08:53:28] file is MPEG Program Stream
[08:53:28] Found program stream map
<<many duplicates of "Found program stream map"
[08:53:28] Found program stream map
[08:53:28] scan: audio 0x8000bd: ac3, rate=48000Hz, bitrate=384000 Unknown (AC3, 2.0 ch, 384 kbps)
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 1, 10.00 %
Scanning title 1 of 1, preview 3, 30.00 %[08:53:32] stream: 11 good frames, 0 errors (0%)
[08:53:32] using bitstream PAR 1:1
[08:53:32] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 126/138/0/0, aspect 16:9, PAR 1:1, color profile: 1-1-1, chroma location: left
[08:53:32] scan: removing audio 0xbd because no bitrate found
[08:53:32] libhb: scan thread found 1 valid title(s)
+ Using preset: CLI Default
+ title 1:
+ stream: /Users/hugh/Downloads/videos/stones.mpg
+ duration: 01:39:50
+ size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps
+ autocrop: 126/138/0/0
+ chapters:
+ 1: duration 01:39:50
+ audio tracks:
+ 1, Unknown (AC3, 2.0 ch, 384 kbps) (iso639-2: und), 48000Hz, 384000bps
+ subtitle tracks:
+ 1, Unknown, Closed Caption [CC608]
[08:53:32] Starting work at: Mon Aug 26 08:53:32 2024
[08:53:32] 1 job(s) to process
[08:53:32] json job:
{
"Audio": {
"AudioList": [
{
"Bitrate": 0,
"DRC": 0.0,
"Encoder": "copy:ac3",
"Mixdown": "none",
"PresetEncoder": "copy",
"Quality": -3.0,
"Samplerate": 0,
"Track": 1
}
],
"CopyMask": [
"copy:ac3"
],
"FallbackEncoder": "ca_aac"
},
"Destination": {
"AlignAVStart": false,
"ChapterList": [
{
"Duration": {
"Hours": 1,
"Minutes": 39,
"Seconds": 50,
"Ticks": 539142550
},
"Name": "Chapter 1"
}
],
"ChapterMarkers": false,
"File": "/Users/hugh/Movies/TiVoShows/Test/stonesNew.mp4",
"InlineParameterSets": false,
"Mux": "m4v",
"Options": {
"IpodAtom": false,
"Optimize": false
}
},
"Filters": {
"FilterList": [
{
"ID": 11,
"Settings": {
"mode": 0
}
},
{
"ID": 20,
"Settings": {
"crop-bottom": 138,
"crop-left": 0,
"crop-right": 0,
"crop-top": 126,
"height": 816,
"width": 1920
}
}
]
},
"Metadata": {},
"PAR": {
"Den": 1,
"Num": 1
},
"SequenceID": 0,
"Source": {
"Angle": 0,
"HWDecode": 0,
"Path": "/Users/hugh/Downloads/videos/stones.mpg",
"Range": {
"End": 1,
"Start": 1,
"Type": "chapter"
},
"Title": 1
},
"Subtitle": {
"Search": {
"Burn": true,
"Default": false,
"Enable": false,
"Forced": false
},
"SubtitleList": []
},
"Video": {
"ChromaLocation": 1,
"ColorInputFormat": 0,
"ColorMatrix": 1,
"ColorOutputFormat": 0,
"ColorPrimaries": 1,
"ColorRange": 1,
"ColorTransfer": 1,
"Encoder": "vt_h265_10bit",
"HardwareDecode": 0,
"MultiPass": false,
"QSV": {
"AdapterIndex": 0,
"AsyncDepth": 0,
"Decode": false
},
"Quality": 22.0,
"Turbo": false
}
}
[08:53:32] Starting Task: Encoding Pass
[08:53:32] job configuration:
[08:53:32] * source
[08:53:32] + /Users/hugh/Downloads/videos/stones.mpg
[08:53:32] + title 1, chapter(s) 1 to 1
[08:53:32] * destination
[08:53:32] + /Users/hugh/Movies/TiVoShows/Test/stonesNew.mp4
[08:53:32] + container: MPEG-4 (libavformat)
[08:53:32] * video track
[08:53:32] + decoder: mpeg2video 8-bit (yuv420p)
[08:53:32] + bitrate 200 kbps
[08:53:32] + filters
[08:53:32] + Framerate Shaper (mode=0)
[08:53:32] + frame rate: same as source (around 29.970 fps)
[08:53:32] + Crop and Scale (width=1920:height=816:crop-top=126:crop-bottom=138:crop-left=0:crop-right=0)
[08:53:32] + source: 1920 * 1080, crop (126/138/0/0): 1920 * 816, scale: 1920 * 816
[08:53:32] + Format (format=p010le)
[08:53:32] + Output geometry
[08:53:32] + storage dimensions: 1920 x 816
[08:53:32] + pixel aspect ratio: 1 : 1
[08:53:32] + display dimensions: 1920 x 816
[08:53:32] + encoder: H.265 10-bit (VideoToolbox)
[08:53:32] + quality: 22.00 (CQ)
[08:53:32] + color profile: 1-1-1
[08:53:32] + color range: tv
[08:53:32] + chroma location: left
[08:53:32] file is MPEG Program Stream
[08:53:32] Found program stream map
[08:53:32] Found program stream map
[08:53:32] Found program stream map
[08:53:32] Found program stream map
...rest deleted...
Code: Select all
[15:51:54] macgui: Handbrake Version: 20240826083600-8fc890347-master (2024082601)
[15:51:54] Compile-time hardening features are enabled
[15:51:54] macgui: built-in presets updated
[15:51:54] hb_init: starting libhb thread
[15:51:54] macgui: Failed to create bookmark: Error Domain=NSCocoaErrorDomain Code=256 "Could not open() the item" UserInfo={NSURL=file:///Users/hugh/Library/Containers/fr.handbrake.HandBrake/Data/Movies/, NSDebugDescription=Could not open() the item}
[15:52:15] macgui: ScanCore scanning titles with a duration of 10 seconds or more
[15:52:15] CPU: Apple M1
[15:52:15] - logical processor count: 8
[15:52:15] hb_scan: path=/Users/hugh/Downloads/videos/stones.mpg, title_index=0
udfread ERROR: ECMA 167 Volume Recognition failed
disc.c:333: failed opening UDF image /Users/hugh/Downloads/videos/stones.mpg
disc.c:437: error opening file BDMV/index.bdmv
disc.c:437: error opening file BDMV/BACKUP/index.bdmv
[15:52:15] bd: not a bd - trying as a stream/file instead
libdvdread: DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav: vm: vm: failed to read VIDEO_TS.IFO
[15:52:15] dvd: not a dvd - trying as a stream/file instead
[15:52:15] file is MPEG Program Stream
[15:52:15] Found program stream map
<<many duplicates of "Found program stream map"
[15:52:15] Found program stream map
[15:52:15] Found the following streams
[15:52:15] Video Streams :
[15:52:15] 0xe0-0x0 type MPEG2 (0x2)
[15:52:15] Audio Streams :
[15:52:15] 0xbd-0x0 type AC3 (0x81)
[15:52:15] 0xbd-0x80 type AC3 (0x81)
[15:52:15] Subtitle Streams :
[15:52:15] Other Streams :
[15:52:15] stream id 0xbd (type 0x81 substream 0x0) audio 0xbd
[15:52:15] stream id 0xbd (type 0x81 substream 0x80) audio 0x8000bd
[15:52:15] scan: decoding previews for title 1
[15:52:15] file is MPEG Program Stream
[15:52:15] Found program stream map
<<many duplicates of "Found program stream map"
[15:52:15] Found program stream map
[15:52:15] scan: audio 0x8000bd: ac3, rate=48000Hz, bitrate=384000 Unknown (AC3, 2.0 ch, 384 kbps)
[15:52:19] stream: 11 good frames, 0 errors (0%)
[15:52:19] using bitstream PAR 1:1
[15:52:19] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 126/138/0/0, aspect 16:9, PAR 1:1, color profile: 1-1-1, chroma location: left
[15:52:19] scan: removing audio 0xbd because no bitrate found
[15:52:19] libhb: scan thread found 1 valid title(s)
[15:52:19] macgui: ScanCore scan done
[swscaler @ 0x1200b0000] [swscaler @ 0x1200c0000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x1200b0000] [swscaler @ 0x1200d0000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x1200b0000] [swscaler @ 0x1200e0000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x1200b0000] [swscaler @ 0x1201a8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x1200b0000] [swscaler @ 0x1201b8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x1200b0000] [swscaler @ 0x1201c8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x1200b0000] [swscaler @ 0x1201d8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x1200b0000] [swscaler @ 0x1201e8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x1200b0000] [swscaler @ 0x1201f8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x138018000] [swscaler @ 0x138028000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x138018000] [swscaler @ 0x138070000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x138018000] [swscaler @ 0x138080000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x138018000] [swscaler @ 0x138090000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x138018000] [swscaler @ 0x1380a0000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x138018000] [swscaler @ 0x1380b0000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x138018000] [swscaler @ 0x1380c0000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x138018000] [swscaler @ 0x1380d0000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x138018000] [swscaler @ 0x1380e0000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x130008000] [swscaler @ 0x130018000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x130008000] [swscaler @ 0x130098000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x130008000] [swscaler @ 0x1300a8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x130008000] [swscaler @ 0x1300b8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x130008000] [swscaler @ 0x1300c8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x130008000] [swscaler @ 0x1300d8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x130008000] [swscaler @ 0x1300e8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x130008000] [swscaler @ 0x1300f8000] No accelerated colorspace conversion found from yuv420p to bgra.
[swscaler @ 0x130008000] [swscaler @ 0x130108000] No accelerated colorspace conversion found from yuv420p to bgra.
[15:55:13] Compile-time hardening features are enabled
[15:55:13] hb_init: starting libhb thread
[15:55:13] macgui: fr.handbrake.HandBrakeXPCService scanning specifically for title: 1
[15:55:13] CPU: Apple M1
[15:55:13] - logical processor count: 8
[15:55:13] hb_scan: path=/Users/hugh/Downloads/videos/stones.mpg, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
disc.c:333: failed opening UDF image /Users/hugh/Downloads/videos/stones.mpg
disc.c:437: error opening file BDMV/index.bdmv
disc.c:437: error opening file BDMV/BACKUP/index.bdmv
[15:55:13] bd: not a bd - trying as a stream/file instead
libdvdread: DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav: vm: vm: failed to read VIDEO_TS.IFO
[15:55:13] dvd: not a dvd - trying as a stream/file instead
[15:55:13] file is MPEG Program Stream
[15:55:13] Found program stream map
<<many duplicates of "Found program stream map"
[15:55:13] Found program stream map
[15:55:13] Found the following streams
[15:55:13] Video Streams :
[15:55:13] 0xe0-0x0 type MPEG2 (0x2)
[15:55:13] Audio Streams :
[15:55:13] 0xbd-0x0 type AC3 (0x81)
[15:55:13] 0xbd-0x80 type AC3 (0x81)
[15:55:13] Subtitle Streams :
[15:55:13] Other Streams :
[15:55:13] stream id 0xbd (type 0x81 substream 0x0) audio 0xbd
[15:55:13] stream id 0xbd (type 0x81 substream 0x80) audio 0x8000bd
[15:55:13] scan: decoding previews for title 1
[15:55:13] file is MPEG Program Stream
[15:55:13] Found program stream map
<<many duplicates of "Found program stream map"
[15:55:13] Found program stream map
[15:55:13] scan: audio 0x8000bd: ac3, rate=48000Hz, bitrate=384000 Unknown (AC3, 2.0 ch, 384 kbps)
[15:55:16] stream: 11 good frames, 0 errors (0%)
[15:55:16] using bitstream PAR 1:1
[15:55:16] scan: 10 previews, 1920x1080, 29.970 fps, autocrop = 126/138/0/0, aspect 16:9, PAR 1:1, color profile: 1-1-1, chroma location: left
[15:55:16] scan: removing audio 0xbd because no bitrate found
[15:55:17] libhb: scan thread found 1 valid title(s)
[15:55:17] macgui: fr.handbrake.HandBrakeXPCService scan done
[15:55:17] macgui: fr.handbrake.HandBrakeXPCService started encoding stonesGUI.mp4
[15:55:17] macgui: fr.handbrake.HandBrakeXPCService with preset H.265 Apple VideoToolbox 1080p (Modified)
[15:55:17] Starting work at: Mon Aug 26 15:55:17 2024
[15:55:17] 1 job(s) to process
[15:55:17] Starting Task: Encoding Pass
[15:55:17] work: only 1 chapter, disabling chapter markers
[15:55:17] job configuration:
[15:55:17] * source
[15:55:17] + /Users/hugh/Downloads/videos/stones.mpg
[15:55:17] + title 1, chapter(s) 1 to 1
[15:55:17] * destination
[15:55:17] + /Users/hugh/Downloads/videos/stonesGUI.mp4
[15:55:17] + container: MPEG-4 (libavformat)
[15:55:17] * video track
[15:55:17] + decoder: mpeg2video 8-bit (yuv420p)
[15:55:17] + bitrate 200 kbps
[15:55:17] + filters
[15:55:17] + Framerate Shaper (mode=0:rate=27000000/900900)
[15:55:17] + frame rate: same as source (around 29.970 fps)
[15:55:17] + Crop and Scale (width=1280:height=720:crop-top=126:crop-bottom=138:crop-left=0:crop-right=0)
[15:55:17] + source: 1920 * 1080, crop (126/138/0/0): 1920 * 816, scale: 1280 * 720
[15:55:17] + Output geometry
[15:55:17] + storage dimensions: 1280 x 720
[15:55:17] + pixel aspect ratio: 45 : 34
[15:55:17] + display dimensions: 1694 x 720
[15:55:17] + encoder: H.265 (VideoToolbox)
[15:55:17] + preset: speed
[15:55:17] + profile: auto
[15:55:17] + quality: 60.00 (CQ)
[15:55:17] + color profile: 1-1-1
[15:55:17] + color range: tv
[15:55:17] + chroma location: left
[15:55:17] * audio track 1
[15:55:17] + decoder: Unknown (AC3, 2.0 ch, 384 kbps) (track 2, id 0x8000bd)
[15:55:17] + bitrate: 384 kbps, samplerate: 48000 Hz
[15:55:17] + AC3 Passthru
[15:55:17] file is MPEG Program Stream
[15:55:17] Found program stream map
[15:55:17] Found program stream map
[15:55:17] Found program stream map
[15:55:17] Found program stream map
...rest deleted...