Move letterbox black bars to bottom (crop and pad blu ray rips)

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.
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by BradleyS »

We will need to see the logs from both encodes and your json preset to compare.
jcwillia1
Posts: 44
Joined: Tue May 15, 2018 2:28 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by jcwillia1 »

ok...

preset CLI -generates 35 MB file, encodes 2x

HandBrakeCLI --preset-import-gui --preset="Super HQ 1080p30 Surround" --pad="width=1920:height=1080:y=2" --start-at duration:410 --stop-at duration:20 -i "Z:\1 Discs\Transformers.mkv" -o "C:\Users\jcwil\Videos\Transformers-preset.mkv"

custom CLI - generates 21 MB file, encodes 1x

HandBrakeCLI --preset-import-file C:\Users\jcwil\Desktop\superhq.json --pad="width=1920:height=1080:y=2" --start-at duration:410 --stop-at duration:20 -i "Z:\1 Discs\Transformers.mkv" -o "C:\Users\jcwil\Videos\Transformers.mkv"

FYI, I tried the -2 flag and nothing changed.

custom JSON (really just an export of Super HQ 1080p30 Surround)

Code: Select all

{
  "PresetList": [
    {
      "AlignAVStart": true,
      "AudioCopyMask": [
        "copy:aac",
        "copy:ac3",
        "copy:dtshd",
        "copy:dts",
        "copy:mp3",
        "copy:truehd",
        "copy:flac",
        "copy:eac3"
      ],
      "AudioEncoderFallback": "ac3",
      "AudioLanguageList": [],
      "AudioList": [
        {
          "AudioBitrate": 160,
          "AudioCompressionLevel": 0.0,
          "AudioEncoder": "av_aac",
          "AudioMixdown": "dpl2",
          "AudioNormalizeMixLevel": false,
          "AudioSamplerate": "48",
          "AudioTrackQualityEnable": false,
          "AudioTrackQuality": -1.0,
          "AudioTrackGainSlider": 0.0,
          "AudioTrackDRCSlider": 0.0
        },
        {
          "AudioBitrate": 640,
          "AudioCompressionLevel": 0.0,
          "AudioEncoder": "copy:ac3",
          "AudioMixdown": "dpl2",
          "AudioNormalizeMixLevel": false,
          "AudioSamplerate": "48",
          "AudioTrackQualityEnable": false,
          "AudioTrackQuality": -1.0,
          "AudioTrackGainSlider": 0.0,
          "AudioTrackDRCSlider": 0.0
        }
      ],
      "AudioSecondaryEncoderMode": true,
      "AudioTrackSelectionBehavior": "first",
      "ChapterMarkers": true,
      "ChildrenArray": [],
      "Default": false,
      "FileFormat": "av_mp4",
      "Folder": false,
      "FolderOpen": false,
      "Mp4HttpOptimize": false,
      "Mp4iPodCompatible": false,
      "PictureAutoCrop": true,
      "PictureBottomCrop": 136,
      "PictureLeftCrop": 0,
      "PictureRightCrop": 0,
      "PictureTopCrop": 144,
      "PictureDARWidth": 1920,
      "PictureDeblock": 4,
      "PictureDeinterlaceFilter": "decomb",
      "PictureCombDetectPreset": "default",
      "PictureCombDetectCustom": "",
      "PictureDeinterlacePreset": "default",
      "PictureDenoiseCustom": "",
      "PictureDenoiseFilter": "off",
      "PictureDenoisePreset": "light",
      "PictureDenoiseTune": "none",
      "PictureSharpenCustom": "",
      "PictureSharpenFilter": "off",
      "PictureSharpenPreset": "medium",
      "PictureSharpenTune": "none",
      "PictureDetelecine": "off",
      "PictureDetelecineCustom": "",
      "PictureItuPAR": false,
      "PictureKeepRatio": true,
      "PictureLooseCrop": false,
      "PictureModulus": 2,
      "PicturePAR": "auto",
      "PicturePARWidth": 1,
      "PicturePARHeight": 1,
      "PictureRotate": "0:0",
      "PictureForceHeight": 0,
      "PictureForceWidth": 0,
      "PresetDescription": "JW3",
      "PresetName": "JW3",
      "Type": 1,
      "UsesPictureFilters": false,
      "UsesPictureSettings": 2,
      "SubtitleAddCC": false,
      "SubtitleAddForeignAudioSearch": true,
      "SubtitleAddForeignAudioSubtitle": false,
      "SubtitleBurnBehavior": "foreign",
      "SubtitleBurnBDSub": false,
      "SubtitleBurnDVDSub": false,
      "SubtitleLanguageList": [],
      "SubtitleTrackSelectionBehavior": "none",
      "VideoAvgBitrate": 0,
      "VideoColorMatrixCode": 0,
      "VideoEncoder": "x264",
      "VideoFramerate": "30",
      "VideoFramerateMode": "pfr",
      "VideoGrayScale": false,
      "VideoHWDecode": false,
      "VideoScaler": "swscale",
      "VideoPreset": "veryslow",
      "VideoTune": "",
      "VideoProfile": "high",
      "VideoLevel": "4.0",
      "VideoOptionExtra": "ref=5:bframes=5",
      "VideoQualityType": 2,
      "VideoQualitySlider": 18.0,
      "VideoQSVDecode": false,
      "VideoQSVAsyncDepth": 4,
      "VideoTwoPass": true,
      "VideoTurboTwoPass": false,
      "x264Option": "",
      "x264UseAdvancedOptions": false
    }
  ],
  "VersionMajor": "11",
  "VersionMicro": "0",
  "VersionMinor": "0"
}
DOS Log for both :
custom first, default second

Code: Select all

Microsoft Windows [Version 10.0.17134.81]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\jcwil>cd downloads\handbrakecli

C:\Users\jcwil\Downloads\HandBrakeCLI>HandBrakeCLI --preset-import-file C:\Users\jcwil\Desktop\superhq.json --pad="width=1920:height=1080:y=2" --start-at duration:410 --stop-at duration:20 -i "Z:\1 Discs\Transformers.mkv" -o "C:\Users\jcwil\Videos\Transformers.mkv"
[09:51:10] hb_init: starting libhb thread
[09:51:10] thread 51a65e0 started ("libhb")
HandBrake 1.1.0 (2018040700) - MinGW x86_64 - https://handbrake.fr
4 CPUs detected
Opening Z:\1 Discs\Transformers.mkv...
[09:51:10] CPU: Intel(R) Core(TM)2 Quad CPU    Q8400  @ 2.66GHz
[09:51:10]  - logical processor count: 4
[09:51:10] Intel Quick Sync Video support: no
[09:51:10] hb_scan: path=Z:\1 Discs\Transformers.mkv, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:323: failed opening UDF image Z:\1 Discs\Transformers.mkv
src/libbluray/disc/disc.c:424: error opening file BDMV\index.bdmv
src/libbluray/disc/disc.c:424: error opening file BDMV\BACKUP\index.bdmv
[09:51:10] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 5.0.3
libdvdread: Encrypted DVD support unavailable.
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[09:51:10] dvd: not a dvd - trying as a stream/file instead
Scanning title 1 of 1, 0.00 %Input #0, matroska,webm, from 'Z:\1 Discs\Transformers.mkv':
  Metadata:
    title           : Transformers Disc 1
  Duration: 02:23:27.30, start: 0.000000, bitrate: N/A
    Chapter #0:0: start 0.000000, end 124.707917
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 124.707917, end 534.534000
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 534.534000, end 933.641042
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 933.641042, end 1341.381708
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 1341.381708, end 1662.661000
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 1662.661000, end 2005.378375
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 2005.378375, end 2338.002333
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 2338.002333, end 2713.919542
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 2713.919542, end 3106.436667
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 3106.436667, end 3524.687833
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 3524.687833, end 4008.421083
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 4008.421083, end 4313.559250
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 4313.559250, end 4616.445167
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 4616.445167, end 5017.345667
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 5017.345667, end 5344.172167
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 5344.172167, end 5788.741292
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 5788.741292, end 6238.106875
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 6238.106875, end 6585.745833
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 6585.745833, end 7014.007000
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 7014.007000, end 7389.882500
    Metadata:
      title           : Chapter 20
    Chapter #0:20: start 7389.882500, end 7843.919417
    Metadata:
      title           : Chapter 21
    Chapter #0:21: start 7843.919417, end 8102.302542
    Metadata:
      title           : Chapter 22
    Chapter #0:22: start 8102.302542, end 8607.307042
    Metadata:
      title           : Chapter 23
    Stream #0:0(eng): Video: h264 (High)
      yuv420p, tv, bt709/bt709/bt709
      1920x1080 [PAR 1:1 DAR 16:9], PAR 1:1 DAR 16:9
      23.98 fps, 1k tbn
    Stream #0:1(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s (default)
    Metadata:
      title           : Surround 5.1
    Stream #0:2(fra): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s
    Metadata:
      title           : Surround 5.1
    Stream #0:3(spa): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s
    Metadata:
      title           : Surround 5.1
    Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:6(fra): Subtitle: hdmv_pgs_subtitle
    Stream #0:7(spa): Subtitle: hdmv_pgs_subtitle
    Stream #0:8(por): Subtitle: hdmv_pgs_subtitle
    Stream #0:9(fra): Subtitle: hdmv_pgs_subtitle
    Stream #0:10(fra): Subtitle: hdmv_pgs_subtitle
    Stream #0:11(spa): Subtitle: hdmv_pgs_subtitle
    Stream #0:12(spa): Subtitle: hdmv_pgs_subtitle
    Stream #0:13(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:14(eng): Subtitle: hdmv_pgs_subtitle
[09:51:10] scan: decoding previews for title 1
Scanning title 1 of 1, preview 1, 0.00 %[09:51:10] scan: audio 0x1: ac3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch)
[09:51:10] scan: audio 0x2: ac3, rate=48000Hz, bitrate=640000 Francais (AC3) (5.1 ch)
[09:51:10] scan: audio 0x3: ac3, rate=48000Hz, bitrate=640000 español (AC3) (5.1 ch)
Scanning title 1 of 1, preview 10, 100.00 %[09:51:13] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 144/136/0/0, aspect 16:9, PAR 1:1
[09:51:13] scan: supported video decoders: avcodec qsv
[09:51:13] libhb: scan thread found 1 valid title(s)
+ Using preset: CLI Default
+ title 1:
  + stream: Z:\1 Discs\Transformers.mkv
  + duration: 02:23:27
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 23.976 fps
  + autocrop: 144/136/0/0
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:02:05
    + 2: cells 0->0, 0 blocks, duration 00:06:50
    + 3: cells 0->0, 0 blocks, duration 00:06:39
    + 4: cells 0->0, 0 blocks, duration 00:06:48
    + 5: cells 0->0, 0 blocks, duration 00:05:21
    + 6: cells 0->0, 0 blocks, duration 00:05:43
    + 7: cells 0->0, 0 blocks, duration 00:05:33
    + 8: cells 0->0, 0 blocks, duration 00:06:16
    + 9: cells 0->0, 0 blocks, duration 00:06:33
    + 10: cells 0->0, 0 blocks, duration 00:06:58
    + 11: cells 0->0, 0 blocks, duration 00:08:04
    + 12: cells 0->0, 0 blocks, duration 00:05:05
    + 13: cells 0->0, 0 blocks, duration 00:05:03
    + 14: cells 0->0, 0 blocks, duration 00:06:41
    + 15: cells 0->0, 0 blocks, duration 00:05:27
    + 16: cells 0->0, 0 blocks, duration 00:07:25
    + 17: cells 0->0, 0 blocks, duration 00:07:29
    + 18: cells 0->0, 0 blocks, duration 00:05:48
    + 19: cells 0->0, 0 blocks, duration 00:07:08
    + 20: cells 0->0, 0 blocks, duration 00:06:16
    + 21: cells 0->0, 0 blocks, duration 00:07:34
    + 22: cells 0->0, 0 blocks, duration 00:04:18
    + 23: cells 0->0, 0 blocks, duration 00:08:25
  + audio tracks:
    + 1, English (AC3) (5.1 ch) (iso639-2: eng), 48000Hz, 640000bps
    + 2, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 640000bps
    + 3, espa├▒ol (AC3) (5.1 ch) (iso639-2: spa), 48000Hz, 640000bps
  + subtitle tracks:
    + 1, English [PGS]
    + 2, English [PGS]
    + 3, Francais [PGS]
    + 4, espa├▒ol [PGS]
    + 5, Portugues [PGS]
    + 6, Francais [PGS]
    + 7, Francais [PGS]
    + 8, espa├▒ol [PGS]
    + 9, espa├▒ol [PGS]
    + 10, English [PGS]
    + 11, English [PGS]
[09:51:14] 1 job(s) to process
[09:51:14] json job:
{
    "Audio": {
        "AudioList": [
            {
                "Bitrate": 128,
                "CompressionLevel": -1.0,
                "DRC": 0.0,
                "DitherMethod": "auto",
                "Encoder": "av_aac",
                "Gain": 0.0,
                "Mixdown": "dpl2",
                "NormalizeMixLevel": false,
                "PresetEncoder": "av_aac",
                "Quality": -3.0,
                "Samplerate": 0,
                "Track": 0
            }
        ],
        "CopyMask": [
            "copy:aac",
            "copy:ac3",
            "copy:eac3",
            "copy:dtshd",
            "copy:dts",
            "copy:mp3",
            "copy:truehd",
            "copy:flac"
        ],
        "FallbackEncoder": "av_aac"
    },
    "Destination": {
        "AlignAVStart": false,
        "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"
            },
            {
                "Name": "Chapter 10"
            },
            {
                "Name": "Chapter 11"
            },
            {
                "Name": "Chapter 12"
            },
            {
                "Name": "Chapter 13"
            },
            {
                "Name": "Chapter 14"
            },
            {
                "Name": "Chapter 15"
            },
            {
                "Name": "Chapter 16"
            },
            {
                "Name": "Chapter 17"
            },
            {
                "Name": "Chapter 18"
            },
            {
                "Name": "Chapter 19"
            },
            {
                "Name": "Chapter 20"
            },
            {
                "Name": "Chapter 21"
            },
            {
                "Name": "Chapter 22"
            },
            {
                "Name": "Chapter 23"
            }
        ],
        "ChapterMarkers": true,
        "File": "C:\\Users\\jcwil\\Videos\\Transformers.mkv",
        "InlineParameterSets": false,
        "Mp4Options": {
            "IpodAtom": false,
            "Mp4Optimize": false
        },
        "Mux": "mkv"
    },
    "Filters": {
        "FilterList": [
            {
                "ID": 6,
                "Settings": {
                    "mode": 0
                }
            },
            {
                "ID": 11,
                "Settings": {
                    "crop-bottom": 136,
                    "crop-left": 0,
                    "crop-right": 0,
                    "crop-top": 144,
                    "height": 800,
                    "width": 1920
                }
            },
            {
                "ID": 16,
                "Settings": {
                    "height": "1080",
                    "width": "1920",
                    "y": "2"
                }
            }
        ]
    },
    "Metadata": {
        "Name": "Transformers Disc 1"
    },
    "PAR": {
        "Den": 1,
        "Num": 1
    },
    "SequenceID": 0,
    "Source": {
        "Angle": 0,
        "Path": "Z:\\1 Discs\\Transformers.mkv",
        "Range": {
            "End": 38700000,
            "Start": 36900000,
            "Type": "time"
        },
        "Title": 1
    },
    "Subtitle": {
        "Search": {
            "Burn": true,
            "Default": false,
            "Enable": false,
            "Forced": false
        },
        "SubtitleList": []
    },
    "Video": {
        "ColorMatrixCode": 0,
        "Encoder": "x264",
        "Level": "auto",
        "Options": "",
        "Preset": "medium",
        "Profile": "auto",
        "QSV": {
            "AsyncDepth": 4,
            "Decode": false
        },
        "Quality": 22.0,
        "Tune": "",
        "Turbo": false,
        "TwoPass": false
    }
}
[09:51:14] starting job
[09:51:14] job configuration:
[09:51:14]  * source
[09:51:14]    + Z:\1 Discs\Transformers.mkv
[09:51:14]    + title 1, start 00:06:50.00 stop 00:07:10.00
[09:51:14]    + container: matroska,webm
[09:51:14]  * destination
[09:51:14]    + C:\Users\jcwil\Videos\Transformers.mkv
[09:51:14]    + container: Matroska (libavformat)
[09:51:14]      + chapter markers
[09:51:14]  * video track
[09:51:14]    + decoder: h264
[09:51:14]    + filters
[09:51:14]      + Framerate Shaper (mode=0)
[09:51:14]        + frame rate: same as source (around 23.976 fps)
[09:51:14]      + Crop and Scale (width=1920:height=800:crop-top=144:crop-bottom=136:crop-left=0:crop-right=0)
[09:51:14]        + source: 1920 * 1080, crop (144/136/0/0): 1920 * 800, scale: 1920 * 800
[09:51:14]      + avfilter (pad='width=1920:height=1080:x=(out_w-in_w)/2:y=2')
[09:51:14]        + pad: width=1920, height=1080, x=(out_w-in_w)/2, y=2
[09:51:14]    + Output geometry
[09:51:14]      + storage dimensions: 1920 x 1080
[09:51:14]      + pixel aspect ratio: 1 : 1
[09:51:14]      + display dimensions: 1920 x 1080
[09:51:14]    + encoder: H.264 (libx264)
[09:51:14]      + preset:  medium
[09:51:14]      + profile: auto
[09:51:14]      + level:   auto
[09:51:14]      + quality: 22.00 (RF)
[09:51:14]  * audio track 1
[09:51:14]    + decoder: English (AC3) (5.1 ch) (track 1, id 0x1)
[09:51:14]      + bitrate: 640 kbps, samplerate: 48000 Hz
[09:51:14]    + mixdown: Dolby Pro Logic II
[09:51:14]    + encoder: AAC (libavcodec)
[09:51:14]      + bitrate: 128 kbps, samplerate: 48000 Hz
Encoding: task 1 of 1, 0.00 %[09:51:14] sync: expecting 503 video frames
[09:51:14] encx264: min-keyint: 24, keyint: 240
[09:51:14] encx264: encoding at constant RF 22.000000
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
x264 [info]: profile High, level 4.0
Encoding: task 1 of 1, 0.00 %[09:51:14] sync: first pts audio 0x1 is 0
[09:51:14] sync: first pts video is 1683
Encoding: task 1 of 1, 95.03 % (7.34 fps, avg 9.43 fps, ETA 00h00m02s)[09:52:05] sync: reached audio 0x1 pts 1800000, exiting early
Encoding: task 1 of 1, 95.23 % (7.34 fps, avg 9.43 fps, ETA 00h00m02s)[09:52:06] sync: reached video pts 1803483, exiting early
Encoding: task 1 of 1, 95.23 % (7.34 fps, avg 9.43 fps, ETA 00h00m02s)[09:52:41] work: average encoding speed for job is 9.429486 fps
Encoding: task 1 of 1, 95.23 % (7.34 fps, avg 9.43 fps, ETA 00h00m02s)[09:52:41] vfr: lost time: 0 (0 frames)
[09:52:41] vfr: gained time: 0 (0 frames) (0 not accounted for)
[09:52:41] ac3-decoder done: 4053 frames, 0 decoder errors
[09:52:41] h264-decoder done: 3100 frames, 0 decoder errors
[09:52:41] sync: got 480 frames, 503 expected
[09:52:41] sync: framerate min 23.981 fps, max 23.981 fps, avg 23.976 fps
x264 [info]: frame I:12    Avg QP:18.83  size:115099
x264 [info]: frame P:268   Avg QP:24.60  size: 55080
x264 [info]: frame B:200   Avg QP:25.69  size: 32055
x264 [info]: consecutive B-frames: 43.1%  2.9%  3.1% 50.8%
x264 [info]: mb I  I16..4: 17.0% 74.2%  8.8%
x264 [info]: mb P  I16..4:  5.4% 35.2%  3.9%  P16..4: 20.8%  5.0%  2.1%  0.0%  0.0%    skip:27.6%
x264 [info]: mb B  I16..4:  0.9%  6.6%  1.2%  B16..8: 25.9%  6.3%  1.5%  direct: 9.0%  skip:48.7%  L0:42.7% L1:46.5% BI:10.8%
fEon]c:o d8x8 transform intra:78.5% inter:80.4%
ixn2g6:4  t[aisnkf o1] :o fcoded y,uvDC,uvAC intra: 62.6% 82.3% 56.8% inter: 22.4% 34.1% 2.9%
 x12,6 49 5[.i2n3f o%] :( 7i16 v,h,dc,p: 17% 31%  4% 48%
.x3246 4f p[si,n faov]g:  9i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 19% 21%  6%  7%  7%  8%  6%  8%
.x4236 4f p[si,n fEoT]A:  0i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 22% 12%  7%  9%  8%  9%  6%  7%
0xh20604m 0[2isn)fo]: i8c dc,h,v,p: 50% 23% 17% 10%
x264 [info]: Weighted P-Frames: Y:7.1% UV:6.3%
x264 [info]: ref P L0: 59.0% 16.2% 16.5%  7.8%  0.5%
x264 [info]: ref B L0: 90.5%  7.5%  2.1%
x264 [info]: ref B L1: 96.9%  3.1%
x264 [info]: kb/s:9012.47
[09:52:41] mux: track 0, 480 frames, 22553402 bytes, 8993.61 kbps, fifo 512
[09:52:41] mux: track 1, 938 frames, 320910 bytes, 127.97 kbps, fifo 1024
M[09:52:41] libhb: work result = 0
uxing: this may take awhile...
Encode done!

HandBrake has exited.

Code: Select all

C:\Users\jcwil\Downloads\HandBrakeCLI>HandBrakeCLI --preset-import-gui --preset="Super HQ 1080p30 Surround" --pad="width=1920:height=1080:y=2" --start-at duration:410 --stop-at duration:20 -i "Z:\1 Discs\Transformers.mkv" -o "C:\Users\jcwil\Videos\Transformers-preset.mkv"
[09:52:59] hb_init: starting libhb thread
[09:52:59] thread 623a350 started ("libhb")
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset SuperHQ 1080p30 Surround JW: Incorrect value type for key PictureDeinterlaceCustom. Converting.
[09:52:59] Preset SuperHQ 1080p30 Surround JW: Incorrect value type for key PictureWidth. Converting.
[09:52:59] Preset SuperHQ 1080p30 Surround JW: Incorrect value type for key PictureHeight. Converting.
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset JW2: Incorrect value type for key PictureDeinterlaceCustom. Converting.
[09:52:59] Preset JW2: Incorrect value type for key PictureWidth. Converting.
[09:52:59] Preset JW2: Incorrect value type for key PictureHeight. Converting.
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset JW3: Incorrect value type for key PictureDeinterlaceCustom. Converting.
[09:52:59] Preset JW3: Incorrect value type for key PictureWidth. Converting.
[09:52:59] Preset JW3: Incorrect value type for key PictureHeight. Converting.
HandBrake 1.1.0 (2018040700) - MinGW x86_64 - https://handbrake.fr
4 CPUs detected
Opening Z:\1 Discs\Transformers.mkv...
[09:52:59] CPU: Intel(R) Core(TM)2 Quad CPU    Q8400  @ 2.66GHz
[09:52:59]  - logical processor count: 4
[09:52:59] Intel Quick Sync Video support: no
[09:52:59] hb_scan: path=Z:\1 Discs\Transformers.mkv, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:323: failed opening UDF image Z:\1 Discs\Transformers.mkv
src/libbluray/disc/disc.c:424: error opening file BDMV\index.bdmv
src/libbluray/disc/disc.c:424: error opening file BDMV\BACKUP\index.bdmv
[09:52:59] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 5.0.3
libdvdread: Encrypted DVD support unavailable.
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[09:52:59] dvd: not a dvd - trying as a stream/file instead
Scanning title 1 of 1, 0.00 %Input #0, matroska,webm, from 'Z:\1 Discs\Transformers.mkv':
  Metadata:
    title           : Transformers Disc 1
  Duration: 02:23:27.30, start: 0.000000, bitrate: N/A
    Chapter #0:0: start 0.000000, end 124.707917
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 124.707917, end 534.534000
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 534.534000, end 933.641042
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 933.641042, end 1341.381708
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 1341.381708, end 1662.661000
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 1662.661000, end 2005.378375
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 2005.378375, end 2338.002333
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 2338.002333, end 2713.919542
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 2713.919542, end 3106.436667
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 3106.436667, end 3524.687833
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 3524.687833, end 4008.421083
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 4008.421083, end 4313.559250
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 4313.559250, end 4616.445167
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 4616.445167, end 5017.345667
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 5017.345667, end 5344.172167
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 5344.172167, end 5788.741292
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 5788.741292, end 6238.106875
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 6238.106875, end 6585.745833
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 6585.745833, end 7014.007000
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 7014.007000, end 7389.882500
    Metadata:
      title           : Chapter 20
    Chapter #0:20: start 7389.882500, end 7843.919417
    Metadata:
      title           : Chapter 21
    Chapter #0:21: start 7843.919417, end 8102.302542
    Metadata:
      title           : Chapter 22
    Chapter #0:22: start 8102.302542, end 8607.307042
    Metadata:
      title           : Chapter 23
    Stream #0:0(eng): Video: h264 (High)
      yuv420p, tv, bt709/bt709/bt709
      1920x1080 [PAR 1:1 DAR 16:9], PAR 1:1 DAR 16:9
      23.98 fps, 1k tbn
    Stream #0:1(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s (default)
    Metadata:
      title           : Surround 5.1
    Stream #0:2(fra): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s
    Metadata:
      title           : Surround 5.1
    Stream #0:3(spa): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s
    Metadata:
      title           : Surround 5.1
    Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:6(fra): Subtitle: hdmv_pgs_subtitle
    Stream #0:7(spa): Subtitle: hdmv_pgs_subtitle
    Stream #0:8(por): Subtitle: hdmv_pgs_subtitle
    Stream #0:9(fra): Subtitle: hdmv_pgs_subtitle
    Stream #0:10(fra): Subtitle: hdmv_pgs_subtitle
    Stream #0:11(spa): Subtitle: hdmv_pgs_subtitle
    Stream #0:12(spa): Subtitle: hdmv_pgs_subtitle
    Stream #0:13(eng): Subtitle: hdmv_pgs_subtitle
    Stream #0:14(eng): Subtitle: hdmv_pgs_subtitle
[09:52:59] scan: decoding previews for title 1
Scanning title 1 of 1, preview 1, 10.00 %[09:53:00] scan: audio 0x1: ac3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch)
[09:53:00] scan: audio 0x2: ac3, rate=48000Hz, bitrate=640000 Francais (AC3) (5.1 ch)
[09:53:00] scan: audio 0x3: ac3, rate=48000Hz, bitrate=640000 español (AC3) (5.1 ch)
Scanning title 1 of 1, preview 10, 100.00 %[09:53:03] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 144/136/0/0, aspect 16:9, PAR 1:1
[09:53:03] scan: supported video decoders: avcodec qsv
[09:53:03] libhb: scan thread found 1 valid title(s)
+ Using preset: Super HQ 1080p30 Surround
+ title 1:
  + stream: Z:\1 Discs\Transformers.mkv
  + duration: 02:23:27
  + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 23.976 fps
  + autocrop: 144/136/0/0
  + chapters:
    + 1: cells 0->0, 0 blocks, duration 00:02:05
    + 2: cells 0->0, 0 blocks, duration 00:06:50
    + 3: cells 0->0, 0 blocks, duration 00:06:39
    + 4: cells 0->0, 0 blocks, duration 00:06:48
    + 5: cells 0->0, 0 blocks, duration 00:05:21
    + 6: cells 0->0, 0 blocks, duration 00:05:43
    + 7: cells 0->0, 0 blocks, duration 00:05:33
    + 8: cells 0->0, 0 blocks, duration 00:06:16
    + 9: cells 0->0, 0 blocks, duration 00:06:33
    + 10: cells 0->0, 0 blocks, duration 00:06:58
    + 11: cells 0->0, 0 blocks, duration 00:08:04
    + 12: cells 0->0, 0 blocks, duration 00:05:05
    + 13: cells 0->0, 0 blocks, duration 00:05:03
    + 14: cells 0->0, 0 blocks, duration 00:06:41
    + 15: cells 0->0, 0 blocks, duration 00:05:27
    + 16: cells 0->0, 0 blocks, duration 00:07:25
    + 17: cells 0->0, 0 blocks, duration 00:07:29
    + 18: cells 0->0, 0 blocks, duration 00:05:48
    + 19: cells 0->0, 0 blocks, duration 00:07:08
    + 20: cells 0->0, 0 blocks, duration 00:06:16
    + 21: cells 0->0, 0 blocks, duration 00:07:34
    + 22: cells 0->0, 0 blocks, duration 00:04:18
    + 23: cells 0->0, 0 blocks, duration 00:08:25
  + audio tracks:
    + 1, English (AC3) (5.1 ch) (iso639-2: eng), 48000Hz, 640000bps
    + 2, Francais (AC3) (5.1 ch) (iso639-2: fra), 48000Hz, 640000bps
    + 3, espa├▒ol (AC3) (5.1 ch) (iso639-2: spa), 48000Hz, 640000bps
  + subtitle tracks:
    + 1, English [PGS]
    + 2, English [PGS]
    + 3, Francais [PGS]
    + 4, espa├▒ol [PGS]
    + 5, Portugues [PGS]
    + 6, Francais [PGS]
    + 7, Francais [PGS]
    + 8, espa├▒ol [PGS]
    + 9, espa├▒ol [PGS]
    + 10, English [PGS]
    + 11, English [PGS]
[09:53:03] 1 job(s) to process
[09:53:03] json job:
{
    "Audio": {
        "AudioList": [
            {
                "Bitrate": 160,
                "CompressionLevel": -1.0,
                "DRC": 0.0,
                "DitherMethod": "auto",
                "Encoder": "av_aac",
                "Gain": 0.0,
                "Mixdown": "dpl2",
                "NormalizeMixLevel": false,
                "PresetEncoder": "av_aac",
                "Quality": -3.0,
                "Samplerate": 0,
                "Track": 0
            },
            {
                "Bitrate": 0,
                "DRC": 0.0,
                "Encoder": "copy:ac3",
                "Mixdown": "none",
                "PresetEncoder": "copy:ac3",
                "Quality": -3.0,
                "Samplerate": 0,
                "Track": 0
            }
        ],
        "CopyMask": [
            "copy:aac",
            "copy:ac3"
        ],
        "FallbackEncoder": "av_aac"
    },
    "Destination": {
        "AlignAVStart": true,
        "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"
            },
            {
                "Name": "Chapter 10"
            },
            {
                "Name": "Chapter 11"
            },
            {
                "Name": "Chapter 12"
            },
            {
                "Name": "Chapter 13"
            },
            {
                "Name": "Chapter 14"
            },
            {
                "Name": "Chapter 15"
            },
            {
                "Name": "Chapter 16"
            },
            {
                "Name": "Chapter 17"
            },
            {
                "Name": "Chapter 18"
            },
            {
                "Name": "Chapter 19"
            },
            {
                "Name": "Chapter 20"
            },
            {
                "Name": "Chapter 21"
            },
            {
                "Name": "Chapter 22"
            },
            {
                "Name": "Chapter 23"
            }
        ],
        "ChapterMarkers": true,
        "File": "C:\\Users\\jcwil\\Videos\\Transformers-preset.mkv",
        "InlineParameterSets": false,
        "Mp4Options": {
            "IpodAtom": false,
            "Mp4Optimize": false
        },
        "Mux": "mkv"
    },
    "Filters": {
        "FilterList": [
            {
                "ID": 3,
                "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": 4,
                "Settings": {
                    "mode": "7"
                }
            },
            {
                "ID": 6,
                "Settings": {
                    "mode": 2,
                    "rate": "27000000/900000"
                }
            },
            {
                "ID": 11,
                "Settings": {
                    "crop-bottom": 136,
                    "crop-left": 0,
                    "crop-right": 0,
                    "crop-top": 144,
                    "height": 800,
                    "width": 1920
                }
            },
            {
                "ID": 16,
                "Settings": {
                    "height": "1080",
                    "width": "1920",
                    "y": "2"
                }
            }
        ]
    },
    "Metadata": {
        "Name": "Transformers Disc 1"
    },
    "PAR": {
        "Den": 1,
        "Num": 1
    },
    "SequenceID": 0,
    "Source": {
        "Angle": 0,
        "Path": "Z:\\1 Discs\\Transformers.mkv",
        "Range": {
            "End": 38700000,
            "Start": 36900000,
            "Type": "time"
        },
        "Title": 1
    },
    "Subtitle": {
        "Search": {
            "Burn": true,
            "Default": false,
            "Enable": true,
            "Forced": true
        },
        "SubtitleList": []
    },
    "Video": {
        "ColorMatrixCode": 0,
        "Encoder": "x264",
        "Level": "4.0",
        "Options": "ref=5:bframes=5",
        "Preset": "veryslow",
        "Profile": "high",
        "QSV": {
            "AsyncDepth": 4,
            "Decode": false
        },
        "Quality": 18.0,
        "Tune": "",
        "Turbo": false,
        "TwoPass": false
    }
}
[09:53:03] starting job
[09:53:03] decomb filter thread started for segment 2
[09:53:03] decomb filter thread started for segment 1
[09:53:03] decomb filter thread started for segment 0
[09:53:03] decomb filter thread started for segment 3
[09:53:03] decomb check thread started for segment 0
[09:53:03] decomb check thread started for segment 1
[09:53:03] decomb check thread started for segment 2
[09:53:03] mask erode thread started for segment 3
[09:53:03] mask filter thread started for segment 0
[09:53:03] mask filter thread started for segment 1
[09:53:03] mask filter thread started for segment 2
[09:53:03] mask filter thread started for segment 3
[09:53:03] mask erode thread started for segment 0
[09:53:03] mask erode thread started for segment 1
[09:53:03] mask erode thread started for segment 2
[09:53:03] decomb check thread started for segment 3
[09:53:03] mask dilate thread started for segment 0
[09:53:03] mask dilate thread started for segment 1
[09:53:03] mask dilate thread started for segment 2
[09:53:03] mask dilate thread started for segment 3
[09:53:03] yadif thread started for segment 0
[09:53:03] yadif thread started for segment 1
[09:53:03] yadif thread started for segment 2
[09:53:03] yadif thread started for segment 3
[09:53:03] job configuration:
[09:53:03]  * source
[09:53:03]    + Z:\1 Discs\Transformers.mkv
[09:53:03]    + title 1, start 00:06:50.00 stop 00:07:10.00
[09:53:03]    + container: matroska,webm
[09:53:03]  * destination
[09:53:03]    + C:\Users\jcwil\Videos\Transformers-preset.mkv
[09:53:03]    + container: Matroska (libavformat)
[09:53:03]      + align initial A/V stream timestamps
[09:53:03]      + chapter markers
[09:53:03]  * video track
[09:53:03]    + decoder: h264
[09:53:03]    + filters
[09:53:03]      + 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)
[09:53:03]      + Decomb (mode=39)
[09:53:03]      + Framerate Shaper (mode=2:rate=27000000/900000)
[09:53:03]        + frame rate: 23.976 fps -> peak rate limited to 30.000 fps
[09:53:03]      + Crop and Scale (width=1920:height=800:crop-top=144:crop-bottom=136:crop-left=0:crop-right=0)
[09:53:03]        + source: 1920 * 1080, crop (144/136/0/0): 1920 * 800, scale: 1920 * 800
[09:53:03]      + avfilter (pad='width=1920:height=1080:x=(out_w-in_w)/2:y=2')
[09:53:03]        + pad: width=1920, height=1080, x=(out_w-in_w)/2, y=2
[09:53:03]    + Output geometry
[09:53:03]      + storage dimensions: 1920 x 1080
[09:53:03]      + pixel aspect ratio: 1 : 1
[09:53:03]      + display dimensions: 1920 x 1080
[09:53:03]  * Foreign Audio Search: Render/Burn-in, Forced Only
[09:53:03]    + subtitle, English [PGS] (track 0, id 0x4, Picture)
[09:53:03]    + subtitle, English [PGS] (track 1, id 0x5, Picture)
[09:53:03]    + subtitle, English [PGS] (track 9, id 0xd, Picture)
[09:53:03]    + subtitle, English [PGS] (track 10, id 0xe, Picture)
Encoding: task 1 of 2, 0.00 %[09:53:03] sync: expecting 503 video frames
Encoding: task 1 of 2, 100.00 % (0.00 fps, avg 0.00 fps, ETA 00h00m00s)[10:00:05] reader: done. 1 scr changes
[10:00:05] work: average encoding speed for job is 0.000000 fps
E[10:00:05] comb detect: heavy 0 | light 0 | uncombed 0 | total 0n
coding: [10:00:05] decomb: deinterlaced 0 | blended 0 | unfiltered 0 | total 0t
ask [10:00:05] vfr: 0 frames output, 0 dropped and 0 duped for CFR/PFR1
 [10:00:05] vfr: lost time: 0 (0 frames)
o[10:00:05] vfr: gained time: 0 (0 frames) (0 not accounted for)
f 2, 100.00 % (0.00 fps, avg 0.00 fps, ETA 00h00m00s)[10:00:05] h264-decoder done: 1 frames, 0 decoder errors
[10:00:05] sync: got 0 frames, 503 expected
[10:00:05] Subtitle track 0 (id 0x4) 'English [PGS]': 1755 hits (0 forced)
[10:00:05] Subtitle track 1 (id 0x5) 'English [PGS]': 1947 hits (0 forced)
[10:00:05] Subtitle track 9 (id 0xd) 'English [PGS]': 3673 hits (3205 forced)
[10:00:05] Subtitle track 10 (id 0xe) 'English [PGS]': 525 hits (518 forced)
[10:00:05] Found a subtitle candidate with id 0xe (contains forced subs)
[10:00:05] starting job
[10:00:05] decomb filter thread started for segment 1
[10:00:05] decomb filter thread started for segment 2
[10:00:05] decomb filter thread started for segment 3
[10:00:05] decomb filter thread started for segment 0
[10:00:05] decomb check thread started for segment 0
[10:00:05] decomb check thread started for segment 1
[10:00:05] decomb check thread started for segment 2
[10:00:05] decomb check thread started for segment 3
[10:00:05] mask filter thread started for segment 0
[10:00:05] mask filter thread started for segment 1
[10:00:05] mask filter thread started for segment 2
[10:00:05] mask filter thread started for segment 3
[10:00:05] mask erode thread started for segment 0
[10:00:05] mask erode thread started for segment 1
[10:00:05] mask erode thread started for segment 2
[10:00:05] mask erode thread started for segment 3
[10:00:05] mask dilate thread started for segment 0
[10:00:05] mask dilate thread started for segment 1
[10:00:05] mask dilate thread started for segment 2
[10:00:05] mask dilate thread started for segment 3
[10:00:05] yadif thread started for segment 0
[10:00:05] yadif thread started for segment 1
[10:00:05] yadif thread started for segment 2
[10:00:05] yadif thread started for segment 3
[10:00:05] job configuration:
[10:00:05]  * source
[10:00:05]    + Z:\1 Discs\Transformers.mkv
[10:00:05]    + title 1, start 00:06:50.00 stop 00:07:10.00
[10:00:05]    + container: matroska,webm
[10:00:05]  * destination
[10:00:05]    + C:\Users\jcwil\Videos\Transformers-preset.mkv
[10:00:05]    + container: Matroska (libavformat)
[10:00:05]      + align initial A/V stream timestamps
[10:00:05]      + chapter markers
[10:00:05]  * video track
[10:00:05]    + decoder: h264
[10:00:05]    + filters
[10:00:05]      + 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)
[10:00:05]      + Decomb (mode=39)
[10:00:05]      + Framerate Shaper (mode=2:rate=27000000/900000)
[10:00:05]        + frame rate: 23.976 fps -> peak rate limited to 30.000 fps
[10:00:05]      + Subtitle renderer ()
[10:00:05]      + Crop and Scale (width=1920:height=800:crop-top=144:crop-bottom=136:crop-left=0:crop-right=0)
[10:00:05]        + source: 1920 * 1080, crop (144/136/0/0): 1920 * 800, scale: 1920 * 800
[10:00:05]      + avfilter (pad='width=1920:height=1080:x=(out_w-in_w)/2:y=2')
[10:00:05]        + pad: width=1920, height=1080, x=(out_w-in_w)/2, y=2
[10:00:05]    + Output geometry
[10:00:05]      + storage dimensions: 1920 x 1080
[10:00:05]      + pixel aspect ratio: 1 : 1
[10:00:05]      + display dimensions: 1920 x 1080
[10:00:05]    + encoder: H.264 (libx264)
[10:00:05]      + preset:  veryslow
[10:00:05]      + options: ref=5:bframes=5
[10:00:05]      + profile: high
[10:00:05]      + level:   4.0
[10:00:05]      + quality: 18.00 (RF)
[10:00:05]  * subtitle track 1, English [PGS] (track 10, id 0xe, Picture) -> Render/Burn-in, Forced Only
[10:00:05]  * audio track 1
[10:00:05]    + decoder: English (AC3) (5.1 ch) (track 1, id 0x1)
[10:00:05]      + bitrate: 640 kbps, samplerate: 48000 Hz
[10:00:05]    + mixdown: Dolby Pro Logic II
[10:00:05]    + encoder: AAC (libavcodec)
[10:00:05]      + bitrate: 160 kbps, samplerate: 48000 Hz
[10:00:05]  * audio track 2
[10:00:05]    + decoder: English (AC3) (5.1 ch) (track 1, id 0x1)
[10:00:05]      + bitrate: 640 kbps, samplerate: 48000 Hz
[10:00:05]    + AC3 Passthru
Encoding: task 2 of 2, 0.00 %[10:00:06] sync: expecting 503 video frames
[10:00:06] encx264: min-keyint: 24, keyint: 240
[10:00:06] encx264: encoding at constant RF 18.000000
[10:00:06] encx264: unparsed options: ref=4:bframes=5:level=4.0:b-adapt=2:direct=auto:analyse=all:me=umh:merange=24:subme=10:trellis=2:vbv-bufsize=31250:vbv-maxrate=25000:rc-lookahead=60
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
x264 [info]: profile High, level 4.0
Encoding: task 2[10:00:06] sync: first pts audio 0x1 is 0
 [10:00:06] sync: first pts video is 0
o[10:00:06] sync: first pts audio 0x1 is 0
Encoding: task 2 of 2, 5.57 %[10:00:08] sync: first pts subtitle 0xe is 174330
Encoding: task 2 of 2, 95.03 % (2.88 fps, avg 3.04 fps, ETA 00h00m08s)[10:02:43] sync: reached audio 0x1 pts 1800000, exiting early
[10:02:43] sync: reached audio 0x1 pts 1800000, exiting early
[10:02:43] sync: reached video pts 1803483, exiting early
En[10:06:25] work: average encoding speed for job is 3.043148 fpsm08s)
coding: task 2 of 2, 95.23 % (2.88 fps, avg 3.04 fps, ETA 00h00m08s)[10:06:25] comb detect: heavy 10 | light 225 | uncombed 245 | total 480
[10:06:26] decomb: deinterlaced 10 | blended 225 | unfiltered 245 | total 480
[10:06:26] vfr: 480 frames output, 0 dropped and 0 duped for CFR/PFR
[10:06:26] vfr: lost time: 0 (0 frames)
[10:06:26] vfr: gained time: 0 (0 frames) (0 not accounted for)
[10:06:26] ac3-decoder done: 21380 frames, 0 decoder errors
[10:06:26] ac3-decoder done: 21380 frames, 0 decoder errors
[10:06:26] h264-decoder done: 16397 frames, 0 decoder errors
Encoding: task 2 of 2, 95.23 % (2.88 fps, avg 3.04 fps, ETA 00h00m08s)[10:06:26] sync: got 480 frames, 503 expected
[10:06:26] sync: framerate min 16.556 fps, max 23.981 fps, avg 23.954 fps
x264 [info]: frame I:3     Avg QP:17.53  size:183794
x264 [info]: frame P:206   Avg QP:21.19  size: 82257
x264 [info]: frame B:271   Avg QP:22.45  size: 64323
x264 [info]: consecutive B-frames: 20.0% 14.6% 11.2% 39.2%  6.2%  8.8%
x264 [info]: mb I  I16..4: 16.6% 68.5% 14.9%
x264 [info]: mb P  I16..4:  4.9% 32.0%  2.7%  P16..4: 18.3%  5.8%  2.4%  0.1%  0.0%    skip:33.8%
x264 [info]: mb B  I16..4:  0.8%  9.3%  1.5%  B16..8: 22.3%  9.4%  2.7%  direct: 8.0%  skip:45.9%  L0:43.8% L1:40.5% BI:15.7%
x264 [info]: 8x8 transform intra:80.3% inter:82.8%
x264 [info]: direct mvs  spatial:98.5% temporal:1.5%
x264 [info]: coded y,uvDC,uvAC intra: 79.2% 85.7% 72.8% inter: 27.8% 33.1% 11.8%
x264 [info]: i16 v,h,dc,p: 32% 47%  5% 16%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu:  8%  9% 10% 10% 14% 11% 14% 10% 13%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu:  8% 17%  5%  8% 12% 11% 13% 11% 15%
x264 [info]: i8c dc,h,v,p: 43% 25% 15% 17%
x264 [info]: Weighted P-Frames: Y:0.5% UV:0.5%
x264 [info]: ref P L0: 49.9% 17.0% 19.0% 10.3%  3.8%
x264 [info]: ref B L0: 86.0% 11.6%  2.4%
x264 [info]: ref B L1: 96.8%  3.2%
x264 [info]: kb/s:13944.16
Muxing: this may take awhile...[10:06:26] mux: track 0, 480 frames, 34927721 bytes, 13928.11 kbps, fifo 256
[10:06:26] mux: track 1, 938 frames, 400893 bytes, 159.86 kbps, fifo 1024
[10:06:26] mux: track 2, 625 frames, 1600000 bytes, 638.03 kbps, fifo 512
[10:06:26] libhb: work result = 0

Encode done!

HandBrake has exited.

C:\Users\jcwil\Downloads\HandBrakeCLI>
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by BradleyS »

It looks like your GUI presets are corrupt. See https://handbrake.fr/docs/en/1.1.0/help ... ssues.html for how to clear the configuration data and presets and start over.

To use your custom preset properly, you have to load the json file and then specify the preset. So use --preset-import-file C:\Users\jcwil\Desktop\superhq.json --preset="JW3"

Setting VideoTwoPass to true does not turn the feature on directly. You don't want it, anyway. You want single pass quality-based encoding which employs a look ahead technique to achieve 2-pass-like results. So, nothing to change there.
rollin_eng
Veteran User
Posts: 4840
Joined: Wed May 04, 2011 11:06 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by rollin_eng »

I would guess your original “2 pass” was probably the subtitle scan first, then the encode pass.
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by BradleyS »

Bingo.
jcwillia1
Posts: 44
Joined: Tue May 15, 2018 2:28 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by jcwillia1 »

rollin_eng wrote: Sun Jun 03, 2018 3:44 pm I would guess your original “2 pass” was probably the subtitle scan first, then the encode pass.
no that doesn't work because the SuperHQ Preset that I exported is an exact copy. and it still only ran once.

buuuuut then the exported preset didn't burn in the subtitles. so maybe.
Last edited by jcwillia1 on Sun Jun 03, 2018 8:27 pm, edited 2 times in total.
jcwillia1
Posts: 44
Joined: Tue May 15, 2018 2:28 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by jcwillia1 »

BradleyS wrote: Sun Jun 03, 2018 3:16 pm It looks like your GUI presets are corrupt.
forgive me but what are you basing that on?
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by BradleyS »

Code: Select all

[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset SuperHQ 1080p30 Surround JW: Incorrect value type for key PictureDeinterlaceCustom. Converting.
[09:52:59] Preset SuperHQ 1080p30 Surround JW: Incorrect value type for key PictureWidth. Converting.
[09:52:59] Preset SuperHQ 1080p30 Surround JW: Incorrect value type for key PictureHeight. Converting.
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset JW2: Incorrect value type for key PictureDeinterlaceCustom. Converting.
[09:52:59] Preset JW2: Incorrect value type for key PictureWidth. Converting.
[09:52:59] Preset JW2: Incorrect value type for key PictureHeight. Converting.
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset JW3: Incorrect value type for key PictureDeinterlaceCustom. Converting.
[09:52:59] Preset JW3: Incorrect value type for key PictureWidth. Converting.
[09:52:59] Preset JW3: Incorrect value type for key PictureHeight. Converting.
Unless you mixed up which log was for which command...
jcwillia1
Posts: 44
Joined: Tue May 15, 2018 2:28 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by jcwillia1 »

BradleyS wrote: Sun Jun 03, 2018 8:27 pm

Code: Select all

[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset SuperHQ 1080p30 Surround JW: Incorrect value type for key PictureDeinterlaceCustom. Converting.
[09:52:59] Preset SuperHQ 1080p30 Surround JW: Incorrect value type for key PictureWidth. Converting.
[09:52:59] Preset SuperHQ 1080p30 Surround JW: Incorrect value type for key PictureHeight. Converting.
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset JW2: Incorrect value type for key PictureDeinterlaceCustom. Converting.
[09:52:59] Preset JW2: Incorrect value type for key PictureWidth. Converting.
[09:52:59] Preset JW2: Incorrect value type for key PictureHeight. Converting.
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset (null): Incorrect value type for key AudioDitherMethod. Converting.
[09:52:59] Preset JW3: Incorrect value type for key PictureDeinterlaceCustom. Converting.
[09:52:59] Preset JW3: Incorrect value type for key PictureWidth. Converting.
[09:52:59] Preset JW3: Incorrect value type for key PictureHeight. Converting.
ok point made
jcwillia1
Posts: 44
Joined: Tue May 15, 2018 2:28 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by jcwillia1 »

i now have a separate problem where my PC is not passing 7.1 to my XBox but that's not a question for this group.
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by BradleyS »

If by chance you mixed up which log for which command, then this would indicate you've made changes to the json that aren't validating...
jcwillia1
Posts: 44
Joined: Tue May 15, 2018 2:28 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by jcwillia1 »

I'm going to try a complete uninstall and reinstall
jcwillia1
Posts: 44
Joined: Tue May 15, 2018 2:28 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by jcwillia1 »

recently discovered that plex on my xbox will not pass through 7.1 - looking at alternative options like nvidia shield. irritated beyond words that my $500 xbox won't work with 7.1 on my local streaming files when any $150 box will...
jcwillia1
Posts: 44
Joined: Tue May 15, 2018 2:28 pm

Re: Move letterbox black bars to bottom (crop and pad blu ray rips)

Post by jcwillia1 »

So It turns out the simplest answer to my question was kodi - it will vertically shift all of my movies to the top of the screen
Post Reply