Screwed up resolution/display size/PAR when switching between no-cropping and auto-cropping presets

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
RAM_Burglar
Posts: 1
Joined: Sat Jul 14, 2018 7:11 pm

Screwed up resolution/display size/PAR when switching between no-cropping and auto-cropping presets

Post by RAM_Burglar »

Description of problem or question:

I have two sets of custom presets, one with cropping disabled (0,0,0,0) and the other with auto cropping selected like all the built in presets. Except for the cropping and different resolutions, the presets are identical.

They are named as follows:
Source (No Crop)
1080p (No Crop)
900p (No Crop)
810p (No Crop)
720p (No Crop)
576p (No Crop)
Source (Autocrop)
1080p (Autocrop)
900p (Autocrop)
810p (Autocrop)
720p (Autocrop)
576p (Autocrop)

When alternately selecting a No-Crop and an Autocrop preset, the Resolution values are being retained from the previous selected preset (i.e. swapped BETWEEN the presets).

When testing with a blu-ray full MKV source with 140 pixel black bars, this results in:

A) For the No-Crop preset, it reduces the vertical resolution (800 when it should remain 1080), retains the horizontal resolution (1920) but squeezes the horizontal Display Size to compensate (from 1920 down to 1422 with PAR 20x27m when it should be 1x1)

B) For the Autocrop preset, it maintains the full horizontal resolution (1920), crops the black bars, then stretches the vertical resolution (from 800 back up to 1080), then stretches the horizontal Display Size to compensate (from 1920 up to 2592 with PAR 27x20 when it should be 1x1)

Note the PAR values are reversed (20x27 vs 27x20)

Steps to reproduce the problem (If Applicable):

As described above, happens every time.

To correct the problem and have the resolution, display size and PAR values reset correctly, I need to select a different preset of the same "type" (No-Crop or Autocrop), then re-select the wanted preset (i.e. click from Source (No-Crop) to 1080p (No-Crop) then back to Source (No-Crop), or from Source (Autocrop) to 1080p (Autocrop) then back to Source (Autocrop).)

HandBrake version (e.g., 1.0.0):

1.1.1

Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):

Windows 10 Home

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

I did 4 60 second clips, one of each preset working correctly and incorrectly. The order is
No-Crop - correct
No-Crop - incorrect
Autocrop - correct
Autocrop - incorrect

Code: Select all

# Starting Encode ...

[18:57:59] hb_init: starting libhb thread
[18:57:59] 1 job(s) to process
[18:57:59] json job:
{
  "Audio": {
    "AudioList": [],
    "CopyMask": [
      1073807360,
      1073743872,
      1074003968,
      1073750016,
      1090519040,
      1074790400,
      1074266112,
      1107296256
    ],
    "FallbackEncoder": 2048
  },
  "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"
      },
      {
        "Name": "Chapter 10"
      },
      {
        "Name": "Chapter 11"
      },
      {
        "Name": "Chapter 12"
      },
      {
        "Name": "Chapter 13"
      },
      {
        "Name": "Chapter 14"
      },
      {
        "Name": "Chapter 15"
      },
      {
        "Name": "Chapter 16"
      },
      {
        "Name": "Chapter 17"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": false,
    "File": "F:\\V\\_Collection99_WRITE\\resolution error tests\\Sicario_t00-1 no crop - correct.mkv",
    "Mp4Options": {
      "IpodAtom": false,
      "Mp4Optimize": false
    },
    "Mux": 2097152
  },
  "Filters": {
    "FilterList": [
      {
        "ID": 4,
        "Settings": {
          "mode": "7"
        }
      },
      {
        "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": 11,
        "Settings": {
          "crop-bottom": "0",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "0",
          "height": "1080",
          "width": "1920"
        }
      },
      {
        "ID": 6,
        "Settings": {
          "mode": "2",
          "rate": "27000000/900000"
        }
      }
    ]
  },
  "PAR": {
    "Num": 1,
    "Den": 1
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "time",
      "Start": 44280000,
      "End": 49680000
    },
    "Title": 1,
    "Path": "D:\\TMP\\BD\\sicario\\Sicario_t00.mkv"
  },
  "Subtitle": {
    "Search": {
      "Burn": false,
      "Default": false,
      "Enable": false,
      "Forced": false
    },
    "SubtitleList": []
  },
  "Video": {
    "Encoder": 65536,
    "Level": "4.0",
    "TwoPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "",
    "Preset": "slower",
    "Profile": "main",
    "Quality": 21.0,
    "HWDecode": false,
    "QSV": {
      "Decode": false,
      "AsyncDepth": 0
    }
  }
}
[18:57:59] CPU: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
[18:57:59]  - Intel microarchitecture Skylake
[18:57:59]  - logical processor count: 4
[18:57:59] Intel Quick Sync Video support: no
[18:57:59] hb_scan: path=D:\TMP\BD\sicario\Sicario_t00.mkv, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:323: failed opening UDF image D:\TMP\BD\sicario\Sicario_t00.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
[18:57: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
[18:57:59] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from 'D:\TMP\BD\sicario\Sicario_t00.mkv':
  Metadata:
    title           : Sicario
  Duration: 02:01:18.27, start: 0.000000, bitrate: N/A
    Chapter #0:0: start 0.000000, end 433.391292
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 433.391292, end 885.718167
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 885.718167, end 1457.664542
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 1457.664542, end 1930.637042
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 1930.637042, end 2610.232625
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 2610.232625, end 3187.684500
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 3187.684500, end 3699.362333
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 3699.362333, end 4096.300542
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 4096.300542, end 4472.176042
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 4472.176042, end 4872.576042
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 4872.576042, end 5458.411292
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5458.411292, end 5816.936125
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 5816.936125, end 6093.087000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6093.087000, end 6461.997208
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 6461.997208, end 6916.618042
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 6916.618042, end 7276.978042
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 7276.978042, end 7278.271000
    Metadata:
      title           : Chapter 17
    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
    Metadata:
      BPS-eng         : 28505978
      DURATION-eng    : 02:01:18.271000000
      NUMBER_OF_FRAMES-eng: 174504
      NUMBER_OF_BYTES-eng: 25934279659
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:1(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s (default)
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 582259200
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:2(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 384 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 384000
      DURATION-eng    : 02:01:17.280000000
      NUMBER_OF_FRAMES-eng: 227415
      NUMBER_OF_BYTES-eng: 349309440
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:3(eng): Audio: ac3
      48000 Hz, stereo, fltp, 224 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 224000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 203790720
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:4(eng): Audio: ac3
      48000 Hz, stereo, fltp, 224 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 224000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 203790720
      SOURCE_ID-eng   : 001103
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 34177
      DURATION-eng    : 01:58:25.160562500
      NUMBER_OF_FRAMES-eng: 2338
      NUMBER_OF_BYTES-eng: 30354142
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
[18:57:59] scan: decoding previews for title 1
[18:57:59] scan: audio 0x1: ac3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch)
[18:57:59] scan: audio 0x2: ac3, rate=48000Hz, bitrate=384000 English (AC3) (5.1 ch) (Dolby Digital EX)
[18:57:59] scan: audio 0x3: ac3, rate=48000Hz, bitrate=224000 English (AC3) (2.0 ch)
[18:57:59] scan: audio 0x4: ac3, rate=48000Hz, bitrate=224000 English (AC3) (2.0 ch)
[18:58:00] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 140/140/0/0, aspect 16:9, PAR 1:1
[18:58:00] scan: supported video decoders: avcodec qsv
[18:58:00] libhb: scan thread found 1 valid title(s)
[18:58:00] starting job
[18:58:00] decomb filter thread started for segment 0
[18:58:00] decomb filter thread started for segment 1
[18:58:00] mask filter thread started for segment 1
[18:58:00] decomb filter thread started for segment 3
[18:58:00] decomb check thread started for segment 0
[18:58:00] decomb check thread started for segment 1
[18:58:00] decomb check thread started for segment 2
[18:58:00] yadif thread started for segment 3
[18:58:00] job configuration:
[18:58:00]  * source
[18:58:00]    + D:\TMP\BD\sicario\Sicario_t00.mkv
[18:58:00] mask filter thread started for segment 0
[18:58:00]    + title 1, start 00:08:12.00 stop 00:09:12.00
[18:58:00]    + container: matroska,webm
[18:58:00]  * destination
[18:58:00]    + F:\V\_Collection99_WRITE\resolution error tests\Sicario_t00-1 no crop - correct.mkv
[18:58:00]    + container: Matroska (libavformat)
[18:58:00]      + chapter markers
[18:58:00]  * video track
[18:58:00]    + decoder: h264
[18:58:00]    + filters
[18:58:00]      + 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)
[18:58:00] decomb filter thread started for segment 2
[18:58:00]      + Decomb (mode=39)
[18:58:00]      + Framerate Shaper (mode=2:rate=27000000/900000)
[18:58:00]        + frame rate: 23.976 fps -> peak rate limited to 30.000 fps
[18:58:00]      + Crop and Scale (width=1920:height=1080:crop-top=0:crop-bottom=0:crop-left=0:crop-right=0)
[18:58:00]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1920 * 1080
[18:58:00]    + Output geometry
[18:58:00]      + storage dimensions: 1920 x 1080
[18:58:00]      + pixel aspect ratio: 1 : 1
[18:58:00] mask filter thread started for segment 2
[18:58:00]      + display dimensions: 1920 x 1080
[18:58:00]    + encoder: H.264 (libx264)
[18:58:00]      + preset:  slower
[18:58:00]      + profile: main
[18:58:00]      + level:   4.0
[18:58:00]      + quality: 21.00 (RF)
[18:58:00] mask filter thread started for segment 3
[18:58:00] mask erode thread started for segment 0
[18:58:00] mask erode thread started for segment 1
[18:58:00] mask erode thread started for segment 2
[18:58:00] mask erode thread started for segment 3
[18:58:00] mask dilate thread started for segment 0
[18:58:00] mask dilate thread started for segment 1
[18:58:00] mask dilate thread started for segment 2
[18:58:00] mask dilate thread started for segment 3
[18:58:00] yadif thread started for segment 0
[18:58:00] yadif thread started for segment 1
[18:58:00] yadif thread started for segment 2
[18:58:00] decomb check thread started for segment 3
[18:58:00] sync: expecting 1462 video frames
[18:58:00] encx264: min-keyint: 24, keyint: 240
[18:58:00] encx264: encoding at constant RF 21.000000
[18:58:00] encx264: unparsed options: level=4.0:ref=4:b-adapt=2:direct=auto:analyse=all:8x8dct=0:me=umh:subme=9:trellis=2:vbv-bufsize=25000:vbv-maxrate=20000:rc-lookahead=60
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x264 [info]: profile Main, level 4.0
[18:58:01] sync: first pts video is 0
[18:59:10] sync: reached video pts 5401646, exiting early
[18:59:18] work: average encoding speed for job is 20.870274 fps
[18:59:18] comb detect: heavy 12 | light 64 | uncombed 1363 | total 1439
[18:59:18] decomb: deinterlaced 12 | blended 64 | unfiltered 1363 | total 1439
[18:59:18] vfr: 1439 frames output, 0 dropped and 0 duped for CFR/PFR
[18:59:18] vfr: lost time: 0 (0 frames)
[18:59:18] vfr: gained time: 0 (0 frames) (0 not accounted for)
[18:59:18] h264-decoder done: 2442 frames, 0 decoder errors
[18:59:18] sync: got 1439 frames, 1462 expected
[18:59:18] sync: framerate min 23.981 fps, max 23.981 fps, avg 23.976 fps
x264 [info]: frame I:9     Avg QP:13.76  size:141490
x264 [info]: frame P:372   Avg QP:17.45  size: 15711
x264 [info]: frame B:1058  Avg QP:19.23  size:  2399
x264 [info]: consecutive B-frames:  0.6%  2.8%  3.8% 92.8%
x264 [info]: mb I  I16..4: 53.1%  0.0% 46.9%
x264 [info]: mb P  I16..4:  0.4%  0.0%  0.2%  P16..4: 33.8%  4.6%  8.6%  0.1%  0.1%    skip:52.3%
x264 [info]: mb B  I16..4:  0.0%  0.0%  0.0%  B16..8: 23.5%  0.4%  0.1%  direct: 0.3%  skip:75.7%  L0:43.8% L1:55.1% BI: 1.1%
x264 [info]: direct mvs  spatial:99.5% temporal:0.5%
x264 [info]: coded y,uvDC,uvAC intra: 53.5% 59.8% 38.8% inter: 2.4% 7.7% 0.2%
x264 [info]: i16 v,h,dc,p: 47% 22% 10% 21%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu:  7% 12%  6% 10% 13% 11% 13% 11% 16%
x264 [info]: i8c dc,h,v,p: 46% 31% 16%  8%
x264 [info]: Weighted P-Frames: Y:0.0% UV:0.0%
x264 [info]: ref P L0: 60.7%  7.4% 21.7% 10.1%
x264 [info]: ref B L0: 80.4% 15.3%  4.3%
x264 [info]: ref B L1: 90.8%  9.2%
x264 [info]: kb/s:1287.13
[18:59:18] mux: track 0, 1439 frames, 9656086 bytes, 1287.09 kbps, fifo 2048
[18:59:18] libhb: work result = 0

# Encode Completed ...

Code: Select all

# Starting Encode ...

[18:59:18] hb_init: starting libhb thread
[18:59:18] 1 job(s) to process
[18:59:18] json job:
{
  "Audio": {
    "AudioList": [],
    "CopyMask": [
      1073807360,
      1073743872,
      1074003968,
      1073750016,
      1090519040,
      1074790400,
      1074266112,
      1107296256
    ],
    "FallbackEncoder": 2048
  },
  "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"
      },
      {
        "Name": "Chapter 10"
      },
      {
        "Name": "Chapter 11"
      },
      {
        "Name": "Chapter 12"
      },
      {
        "Name": "Chapter 13"
      },
      {
        "Name": "Chapter 14"
      },
      {
        "Name": "Chapter 15"
      },
      {
        "Name": "Chapter 16"
      },
      {
        "Name": "Chapter 17"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": false,
    "File": "F:\\V\\_Collection99_WRITE\\resolution error tests\\Sicario_t00-1 no crop - incorrect.mkv",
    "Mp4Options": {
      "IpodAtom": false,
      "Mp4Optimize": false
    },
    "Mux": 2097152
  },
  "Filters": {
    "FilterList": [
      {
        "ID": 4,
        "Settings": {
          "mode": "7"
        }
      },
      {
        "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": 11,
        "Settings": {
          "crop-bottom": "0",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "0",
          "height": "800",
          "width": "1920"
        }
      },
      {
        "ID": 6,
        "Settings": {
          "mode": "2",
          "rate": "27000000/900000"
        }
      }
    ]
  },
  "PAR": {
    "Num": 20,
    "Den": 27
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "time",
      "Start": 44280000,
      "End": 49680000
    },
    "Title": 1,
    "Path": "D:\\TMP\\BD\\sicario\\Sicario_t00.mkv"
  },
  "Subtitle": {
    "Search": {
      "Burn": false,
      "Default": false,
      "Enable": false,
      "Forced": false
    },
    "SubtitleList": []
  },
  "Video": {
    "Encoder": 65536,
    "Level": "4.0",
    "TwoPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "",
    "Preset": "slower",
    "Profile": "main",
    "Quality": 21.0,
    "HWDecode": false,
    "QSV": {
      "Decode": false,
      "AsyncDepth": 0
    }
  }
}
[18:59:18] CPU: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
[18:59:18]  - Intel microarchitecture Skylake
[18:59:18]  - logical processor count: 4
[18:59:18] Intel Quick Sync Video support: no
[18:59:18] hb_scan: path=D:\TMP\BD\sicario\Sicario_t00.mkv, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:323: failed opening UDF image D:\TMP\BD\sicario\Sicario_t00.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
[18:59:18] 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
[18:59:18] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from 'D:\TMP\BD\sicario\Sicario_t00.mkv':
  Metadata:
    title           : Sicario
  Duration: 02:01:18.27, start: 0.000000, bitrate: N/A
    Chapter #0:0: start 0.000000, end 433.391292
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 433.391292, end 885.718167
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 885.718167, end 1457.664542
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 1457.664542, end 1930.637042
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 1930.637042, end 2610.232625
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 2610.232625, end 3187.684500
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 3187.684500, end 3699.362333
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 3699.362333, end 4096.300542
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 4096.300542, end 4472.176042
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 4472.176042, end 4872.576042
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 4872.576042, end 5458.411292
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5458.411292, end 5816.936125
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 5816.936125, end 6093.087000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6093.087000, end 6461.997208
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 6461.997208, end 6916.618042
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 6916.618042, end 7276.978042
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 7276.978042, end 7278.271000
    Metadata:
      title           : Chapter 17
    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
    Metadata:
      BPS-eng         : 28505978
      DURATION-eng    : 02:01:18.271000000
      NUMBER_OF_FRAMES-eng: 174504
      NUMBER_OF_BYTES-eng: 25934279659
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:1(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s (default)
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 582259200
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:2(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 384 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 384000
      DURATION-eng    : 02:01:17.280000000
      NUMBER_OF_FRAMES-eng: 227415
      NUMBER_OF_BYTES-eng: 349309440
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:3(eng): Audio: ac3
      48000 Hz, stereo, fltp, 224 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 224000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 203790720
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:4(eng): Audio: ac3
      48000 Hz, stereo, fltp, 224 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 224000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 203790720
      SOURCE_ID-eng   : 001103
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 34177
      DURATION-eng    : 01:58:25.160562500
      NUMBER_OF_FRAMES-eng: 2338
      NUMBER_OF_BYTES-eng: 30354142
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
[18:59:18] scan: decoding previews for title 1
[18:59:18] scan: audio 0x1: ac3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch)
[18:59:18] scan: audio 0x2: ac3, rate=48000Hz, bitrate=384000 English (AC3) (5.1 ch) (Dolby Digital EX)
[18:59:18] scan: audio 0x3: ac3, rate=48000Hz, bitrate=224000 English (AC3) (2.0 ch)
[18:59:18] scan: audio 0x4: ac3, rate=48000Hz, bitrate=224000 English (AC3) (2.0 ch)
[18:59:19] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 140/140/0/0, aspect 16:9, PAR 1:1
[18:59:19] scan: supported video decoders: avcodec qsv
[18:59:19] libhb: scan thread found 1 valid title(s)
[18:59:19] starting job
[18:59:19] decomb filter thread started for segment 0
[18:59:19] decomb filter thread started for segment 1
[18:59:19] decomb filter thread started for segment 2
[18:59:19] decomb filter thread started for segment 3
[18:59:19] decomb check thread started for segment 0
[18:59:19] decomb check thread started for segment 1
[18:59:19] decomb check thread started for segment 2
[18:59:19] decomb check thread started for segment 3
[18:59:19] mask filter thread started for segment 0
[18:59:19] mask filter thread started for segment 1
[18:59:19] mask filter thread started for segment 2
[18:59:19] mask filter thread started for segment 3
[18:59:19] yadif thread started for segment 3
[18:59:19] mask erode thread started for segment 1
[18:59:19] mask erode thread started for segment 2
[18:59:19] job configuration:
[18:59:19]  * source
[18:59:19]    + D:\TMP\BD\sicario\Sicario_t00.mkv
[18:59:19]    + title 1, start 00:08:12.00 stop 00:09:12.00
[18:59:19] mask dilate thread started for segment 1
[18:59:19] mask dilate thread started for segment 2
[18:59:19] mask erode thread started for segment 3
[18:59:19] mask dilate thread started for segment 3
[18:59:19] mask dilate thread started for segment 0
[18:59:19]    + container: matroska,webm
[18:59:19]  * destination
[18:59:19] mask erode thread started for segment 0
[18:59:19] yadif thread started for segment 0
[18:59:19] yadif thread started for segment 2
[18:59:19] yadif thread started for segment 1
[18:59:19]    + F:\V\_Collection99_WRITE\resolution error tests\Sicario_t00-1 no crop - incorrect.mkv
[18:59:19]    + container: Matroska (libavformat)
[18:59:19]      + chapter markers
[18:59:19]  * video track
[18:59:19]    + decoder: h264
[18:59:19]    + filters
[18:59:19]      + 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)
[18:59:19]      + Decomb (mode=39)
[18:59:19]      + Framerate Shaper (mode=2:rate=27000000/900000)
[18:59:19]        + frame rate: 23.976 fps -> peak rate limited to 30.000 fps
[18:59:19]      + Crop and Scale (width=1920:height=800:crop-top=0:crop-bottom=0:crop-left=0:crop-right=0)
[18:59:19]        + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 1920 * 800
[18:59:19]    + Output geometry
[18:59:19]      + storage dimensions: 1920 x 800
[18:59:19]      + pixel aspect ratio: 20 : 27
[18:59:19]      + display dimensions: 1422 x 800
[18:59:19]    + encoder: H.264 (libx264)
[18:59:19]      + preset:  slower
[18:59:19]      + profile: main
[18:59:19]      + level:   4.0
[18:59:19]      + quality: 21.00 (RF)
[18:59:19] sync: expecting 1462 video frames
[18:59:19] encx264: min-keyint: 24, keyint: 240
[18:59:19] encx264: encoding at constant RF 21.000000
[18:59:19] encx264: unparsed options: level=4.0:ref=5:b-adapt=2:direct=auto:analyse=all:8x8dct=0:me=umh:subme=9:trellis=2:vbv-bufsize=25000:vbv-maxrate=20000:rc-lookahead=60
x264 [info]: using SAR=20/27
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x264 [info]: profile Main, level 4.0
[18:59:20] sync: first pts video is 0
[19:00:13] sync: reached video pts 5401646, exiting early
[19:00:18] work: average encoding speed for job is 26.742210 fps
[19:00:18] comb detect: heavy 12 | light 64 | uncombed 1363 | total 1439
[19:00:18] decomb: deinterlaced 12 | blended 64 | unfiltered 1363 | total 1439
[19:00:18] vfr: 1439 frames output, 0 dropped and 0 duped for CFR/PFR
[19:00:18] vfr: lost time: 0 (0 frames)
[19:00:18] vfr: gained time: 0 (0 frames) (0 not accounted for)
[19:00:18] h264-decoder done: 1913 frames, 0 decoder errors
[19:00:18] sync: got 1439 frames, 1462 expected
[19:00:18] sync: framerate min 23.981 fps, max 23.981 fps, avg 23.976 fps
x264 [info]: frame I:9     Avg QP:14.15  size:107863
x264 [info]: frame P:376   Avg QP:17.99  size: 10398
x264 [info]: frame B:1054  Avg QP:18.64  size:  1476
x264 [info]: consecutive B-frames:  0.6%  3.6%  4.6% 91.2%
x264 [info]: mb I  I16..4: 50.5%  0.0% 49.5%
x264 [info]: mb P  I16..4:  0.2%  0.0%  0.2%  P16..4: 30.5%  4.3%  8.3%  0.1%  0.1%    skip:56.3%
x264 [info]: mb B  I16..4:  0.0%  0.0%  0.0%  B16..8: 20.1%  0.4%  0.1%  direct: 0.2%  skip:79.3%  L0:40.8% L1:57.9% BI: 1.3%
x264 [info]: direct mvs  spatial:99.6% temporal:0.4%
x264 [info]: coded y,uvDC,uvAC intra: 56.7% 58.3% 38.1% inter: 2.1% 5.8% 0.2%
x264 [info]: i16 v,h,dc,p: 48% 25%  7% 20%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu:  6% 17%  4% 10% 13% 10% 15% 10% 17%
x264 [info]: i8c dc,h,v,p: 42% 36% 14%  8%
x264 [info]: Weighted P-Frames: Y:0.0% UV:0.0%
x264 [info]: ref P L0: 59.3%  7.5% 18.7%  7.1%  7.4%
x264 [info]: ref B L0: 73.8% 17.7%  6.9%  1.5%
x264 [info]: ref B L1: 91.9%  8.1%
x264 [info]: kb/s:857.89
[19:00:18] mux: track 0, 1439 frames, 6435765 bytes, 857.84 kbps, fifo 2048
[19:00:18] libhb: work result = 0

# Encode Completed ...

Code: Select all

# Starting Encode ...

[19:00:19] hb_init: starting libhb thread
[19:00:19] 1 job(s) to process
[19:00:19] json job:
{
  "Audio": {
    "AudioList": [],
    "CopyMask": [
      1073807360,
      1073743872,
      1074003968,
      1073750016,
      1090519040,
      1074790400,
      1074266112,
      1107296256
    ],
    "FallbackEncoder": 2048
  },
  "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"
      },
      {
        "Name": "Chapter 10"
      },
      {
        "Name": "Chapter 11"
      },
      {
        "Name": "Chapter 12"
      },
      {
        "Name": "Chapter 13"
      },
      {
        "Name": "Chapter 14"
      },
      {
        "Name": "Chapter 15"
      },
      {
        "Name": "Chapter 16"
      },
      {
        "Name": "Chapter 17"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": false,
    "File": "F:\\V\\_Collection99_WRITE\\resolution error tests\\Sicario_t00-1 autocrop - correct.mkv",
    "Mp4Options": {
      "IpodAtom": false,
      "Mp4Optimize": false
    },
    "Mux": 2097152
  },
  "Filters": {
    "FilterList": [
      {
        "ID": 4,
        "Settings": {
          "mode": "7"
        }
      },
      {
        "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": 11,
        "Settings": {
          "crop-bottom": "140",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "140",
          "height": "800",
          "width": "1920"
        }
      },
      {
        "ID": 6,
        "Settings": {
          "mode": "2",
          "rate": "27000000/900000"
        }
      }
    ]
  },
  "PAR": {
    "Num": 1,
    "Den": 1
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "time",
      "Start": 44280000,
      "End": 49680000
    },
    "Title": 1,
    "Path": "D:\\TMP\\BD\\sicario\\Sicario_t00.mkv"
  },
  "Subtitle": {
    "Search": {
      "Burn": false,
      "Default": false,
      "Enable": false,
      "Forced": false
    },
    "SubtitleList": []
  },
  "Video": {
    "Encoder": 65536,
    "Level": "4.0",
    "TwoPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "",
    "Preset": "slower",
    "Profile": "main",
    "Quality": 21.0,
    "HWDecode": false,
    "QSV": {
      "Decode": false,
      "AsyncDepth": 0
    }
  }
}
[19:00:19] CPU: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
[19:00:19]  - Intel microarchitecture Skylake
[19:00:19]  - logical processor count: 4
[19:00:19] Intel Quick Sync Video support: no
[19:00:19] hb_scan: path=D:\TMP\BD\sicario\Sicario_t00.mkv, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:323: failed opening UDF image D:\TMP\BD\sicario\Sicario_t00.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
[19:00:19] 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
[19:00:19] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from 'D:\TMP\BD\sicario\Sicario_t00.mkv':
  Metadata:
    title           : Sicario
  Duration: 02:01:18.27, start: 0.000000, bitrate: N/A
    Chapter #0:0: start 0.000000, end 433.391292
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 433.391292, end 885.718167
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 885.718167, end 1457.664542
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 1457.664542, end 1930.637042
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 1930.637042, end 2610.232625
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 2610.232625, end 3187.684500
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 3187.684500, end 3699.362333
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 3699.362333, end 4096.300542
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 4096.300542, end 4472.176042
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 4472.176042, end 4872.576042
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 4872.576042, end 5458.411292
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5458.411292, end 5816.936125
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 5816.936125, end 6093.087000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6093.087000, end 6461.997208
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 6461.997208, end 6916.618042
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 6916.618042, end 7276.978042
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 7276.978042, end 7278.271000
    Metadata:
      title           : Chapter 17
    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
    Metadata:
      BPS-eng         : 28505978
      DURATION-eng    : 02:01:18.271000000
      NUMBER_OF_FRAMES-eng: 174504
      NUMBER_OF_BYTES-eng: 25934279659
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:1(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s (default)
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 582259200
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:2(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 384 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 384000
      DURATION-eng    : 02:01:17.280000000
      NUMBER_OF_FRAMES-eng: 227415
      NUMBER_OF_BYTES-eng: 349309440
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:3(eng): Audio: ac3
      48000 Hz, stereo, fltp, 224 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 224000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 203790720
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:4(eng): Audio: ac3
      48000 Hz, stereo, fltp, 224 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 224000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 203790720
      SOURCE_ID-eng   : 001103
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 34177
      DURATION-eng    : 01:58:25.160562500
      NUMBER_OF_FRAMES-eng: 2338
      NUMBER_OF_BYTES-eng: 30354142
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
[19:00:19] scan: decoding previews for title 1
[19:00:19] scan: audio 0x1: ac3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch)
[19:00:19] scan: audio 0x2: ac3, rate=48000Hz, bitrate=384000 English (AC3) (5.1 ch) (Dolby Digital EX)
[19:00:19] scan: audio 0x3: ac3, rate=48000Hz, bitrate=224000 English (AC3) (2.0 ch)
[19:00:19] scan: audio 0x4: ac3, rate=48000Hz, bitrate=224000 English (AC3) (2.0 ch)
[19:00:20] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 140/140/0/0, aspect 16:9, PAR 1:1
[19:00:20] scan: supported video decoders: avcodec qsv
[19:00:20] libhb: scan thread found 1 valid title(s)
[19:00:20] starting job
[19:00:20] decomb filter thread started for segment 0
[19:00:20] mask filter thread started for segment 1
[19:00:20] decomb filter thread started for segment 2
[19:00:20] decomb filter thread started for segment 3
[19:00:20] decomb check thread started for segment 0
[19:00:20] decomb check thread started for segment 1
[19:00:20] decomb check thread started for segment 2
[19:00:20] job configuration:
[19:00:20]  * source
[19:00:20]    + D:\TMP\BD\sicario\Sicario_t00.mkv
[19:00:20]    + title 1, start 00:08:12.00 stop 00:09:12.00
[19:00:20]    + container: matroska,webm
[19:00:20]  * destination
[19:00:20]    + F:\V\_Collection99_WRITE\resolution error tests\Sicario_t00-1 autocrop - correct.mkv
[19:00:20]    + container: Matroska (libavformat)
[19:00:20]      + chapter markers
[19:00:20]  * video track
[19:00:20]    + decoder: h264
[19:00:20]    + filters
[19:00:20]      + 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)
[19:00:20] decomb check thread started for segment 3
[19:00:20]      + Decomb (mode=39)
[19:00:20]      + Framerate Shaper (mode=2:rate=27000000/900000)
[19:00:20]        + frame rate: 23.976 fps -> peak rate limited to 30.000 fps
[19:00:20] mask filter thread started for segment 0
[19:00:20]      + Crop and Scale (width=1920:height=800:crop-top=140:crop-bottom=140:crop-left=0:crop-right=0)
[19:00:20]        + source: 1920 * 1080, crop (140/140/0/0): 1920 * 800, scale: 1920 * 800
[19:00:20]    + Output geometry
[19:00:20] mask erode thread started for segment 1
[19:00:20] mask filter thread started for segment 2
[19:00:20] mask erode thread started for segment 0
[19:00:20] mask filter thread started for segment 3
[19:00:20]      + storage dimensions: 1920 x 800
[19:00:20] decomb filter thread started for segment 1
[19:00:20]      + pixel aspect ratio: 1 : 1
[19:00:20]      + display dimensions: 1920 x 800
[19:00:20] mask erode thread started for segment 2
[19:00:20]    + encoder: H.264 (libx264)
[19:00:20]      + preset:  slower
[19:00:20]      + profile: main
[19:00:20]      + level:   4.0
[19:00:20] mask erode thread started for segment 3
[19:00:20]      + quality: 21.00 (RF)
[19:00:20] mask dilate thread started for segment 0
[19:00:20] mask dilate thread started for segment 1
[19:00:20] mask dilate thread started for segment 2
[19:00:20] mask dilate thread started for segment 3
[19:00:20] yadif thread started for segment 0
[19:00:20] yadif thread started for segment 2
[19:00:20] yadif thread started for segment 1
[19:00:20] yadif thread started for segment 3
[19:00:20] sync: expecting 1462 video frames
[19:00:20] encx264: min-keyint: 24, keyint: 240
[19:00:20] encx264: encoding at constant RF 21.000000
[19:00:20] encx264: unparsed options: level=4.0:ref=5:b-adapt=2:direct=auto:analyse=all:8x8dct=0:me=umh:subme=9:trellis=2:vbv-bufsize=25000:vbv-maxrate=20000:rc-lookahead=60
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x264 [info]: profile Main, level 4.0
[19:00:20] sync: first pts video is 0
[19:01:29] sync: reached video pts 5401646, exiting early
[19:01:40] work: average encoding speed for job is 21.066668 fps
[19:01:40] comb detect: heavy 12 | light 64 | uncombed 1363 | total 1439
[19:01:40] decomb: deinterlaced 12 | blended 64 | unfiltered 1363 | total 1439
[19:01:40] vfr: 1439 frames output, 0 dropped and 0 duped for CFR/PFR
[19:01:40] vfr: lost time: 0 (0 frames)
[19:01:40] vfr: gained time: 0 (0 frames) (0 not accounted for)
[19:01:40] h264-decoder done: 2657 frames, 0 decoder errors
[19:01:40] sync: got 1439 frames, 1462 expected
[19:01:40] sync: framerate min 23.981 fps, max 23.981 fps, avg 23.976 fps
x264 [info]: frame I:9     Avg QP:16.90  size:138275
x264 [info]: frame P:374   Avg QP:19.39  size: 14862
x264 [info]: frame B:1056  Avg QP:21.78  size:  2256
x264 [info]: consecutive B-frames:  0.6%  3.1%  4.6% 91.7%
x264 [info]: mb I  I16..4: 36.7%  0.0% 63.3%
x264 [info]: mb P  I16..4:  0.3%  0.0%  0.2%  P16..4: 43.3%  5.9% 12.0%  0.2%  0.1%    skip:38.0%
x264 [info]: mb B  I16..4:  0.0%  0.0%  0.0%  B16..8: 30.9%  0.5%  0.1%  direct: 0.3%  skip:68.1%  L0:42.7% L1:56.2% BI: 1.1%
x264 [info]: direct mvs  spatial:99.6% temporal:0.4%
x264 [info]: coded y,uvDC,uvAC intra: 72.1% 72.9% 48.0% inter: 3.2% 8.8% 0.3%
x264 [info]: i16 v,h,dc,p: 26% 28% 10% 36%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu:  7% 12%  5% 10% 14% 12% 14% 11% 16%
x264 [info]: i8c dc,h,v,p: 33% 35% 22% 10%
x264 [info]: Weighted P-Frames: Y:0.0% UV:0.0%
x264 [info]: ref P L0: 56.6%  7.5% 19.8%  7.7%  8.4%
x264 [info]: ref B L0: 70.6% 20.0%  7.8%  1.7%
x264 [info]: ref B L1: 90.8%  9.2%
x264 [info]: kb/s:1224.36
[19:01:40] mux: track 0, 1439 frames, 9185147 bytes, 1224.31 kbps, fifo 2048
[19:01:40] libhb: work result = 0

# Encode Completed ...

Code: Select all

# Starting Encode ...

[19:01:40] hb_init: starting libhb thread
[19:01:40] 1 job(s) to process
[19:01:40] json job:
{
  "Audio": {
    "AudioList": [],
    "CopyMask": [
      1073807360,
      1073743872,
      1074003968,
      1073750016,
      1090519040,
      1074790400,
      1074266112,
      1107296256
    ],
    "FallbackEncoder": 2048
  },
  "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"
      },
      {
        "Name": "Chapter 10"
      },
      {
        "Name": "Chapter 11"
      },
      {
        "Name": "Chapter 12"
      },
      {
        "Name": "Chapter 13"
      },
      {
        "Name": "Chapter 14"
      },
      {
        "Name": "Chapter 15"
      },
      {
        "Name": "Chapter 16"
      },
      {
        "Name": "Chapter 17"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": false,
    "File": "F:\\V\\_Collection99_WRITE\\resolution error tests\\Sicario_t00-1 autocrop - incorrect.mkv",
    "Mp4Options": {
      "IpodAtom": false,
      "Mp4Optimize": false
    },
    "Mux": 2097152
  },
  "Filters": {
    "FilterList": [
      {
        "ID": 4,
        "Settings": {
          "mode": "7"
        }
      },
      {
        "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": 11,
        "Settings": {
          "crop-bottom": "140",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "140",
          "height": "1080",
          "width": "1920"
        }
      },
      {
        "ID": 6,
        "Settings": {
          "mode": "2",
          "rate": "27000000/900000"
        }
      }
    ]
  },
  "PAR": {
    "Num": 27,
    "Den": 20
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "time",
      "Start": 44280000,
      "End": 49680000
    },
    "Title": 1,
    "Path": "D:\\TMP\\BD\\sicario\\Sicario_t00.mkv"
  },
  "Subtitle": {
    "Search": {
      "Burn": false,
      "Default": false,
      "Enable": false,
      "Forced": false
    },
    "SubtitleList": []
  },
  "Video": {
    "Encoder": 65536,
    "Level": "4.0",
    "TwoPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "",
    "Preset": "slower",
    "Profile": "main",
    "Quality": 21.0,
    "HWDecode": false,
    "QSV": {
      "Decode": false,
      "AsyncDepth": 0
    }
  }
}
[19:01:40] CPU: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
[19:01:40]  - Intel microarchitecture Skylake
[19:01:40]  - logical processor count: 4
[19:01:40] Intel Quick Sync Video support: no
[19:01:40] hb_scan: path=D:\TMP\BD\sicario\Sicario_t00.mkv, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:323: failed opening UDF image D:\TMP\BD\sicario\Sicario_t00.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
[19:01:40] 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
[19:01:40] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from 'D:\TMP\BD\sicario\Sicario_t00.mkv':
  Metadata:
    title           : Sicario
  Duration: 02:01:18.27, start: 0.000000, bitrate: N/A
    Chapter #0:0: start 0.000000, end 433.391292
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 433.391292, end 885.718167
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 885.718167, end 1457.664542
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 1457.664542, end 1930.637042
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 1930.637042, end 2610.232625
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 2610.232625, end 3187.684500
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 3187.684500, end 3699.362333
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 3699.362333, end 4096.300542
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 4096.300542, end 4472.176042
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 4472.176042, end 4872.576042
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 4872.576042, end 5458.411292
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 5458.411292, end 5816.936125
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 5816.936125, end 6093.087000
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 6093.087000, end 6461.997208
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 6461.997208, end 6916.618042
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 6916.618042, end 7276.978042
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 7276.978042, end 7278.271000
    Metadata:
      title           : Chapter 17
    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
    Metadata:
      BPS-eng         : 28505978
      DURATION-eng    : 02:01:18.271000000
      NUMBER_OF_FRAMES-eng: 174504
      NUMBER_OF_BYTES-eng: 25934279659
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:1(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 640 kb/s (default)
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 640000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 582259200
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:2(eng): Audio: ac3
      48000 Hz, 5.1, fltp, 384 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 384000
      DURATION-eng    : 02:01:17.280000000
      NUMBER_OF_FRAMES-eng: 227415
      NUMBER_OF_BYTES-eng: 349309440
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:3(eng): Audio: ac3
      48000 Hz, stereo, fltp, 224 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 224000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 203790720
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:4(eng): Audio: ac3
      48000 Hz, stereo, fltp, 224 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 224000
      DURATION-eng    : 02:01:18.240000000
      NUMBER_OF_FRAMES-eng: 227445
      NUMBER_OF_BYTES-eng: 203790720
      SOURCE_ID-eng   : 001103
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 34177
      DURATION-eng    : 01:58:25.160562500
      NUMBER_OF_FRAMES-eng: 2338
      NUMBER_OF_BYTES-eng: 30354142
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.12.0 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-06-12 12:59:55
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
[19:01:40] scan: decoding previews for title 1
[19:01:40] scan: audio 0x1: ac3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch)
[19:01:40] scan: audio 0x2: ac3, rate=48000Hz, bitrate=384000 English (AC3) (5.1 ch) (Dolby Digital EX)
[19:01:40] scan: audio 0x3: ac3, rate=48000Hz, bitrate=224000 English (AC3) (2.0 ch)
[19:01:40] scan: audio 0x4: ac3, rate=48000Hz, bitrate=224000 English (AC3) (2.0 ch)
[19:01:41] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 140/140/0/0, aspect 16:9, PAR 1:1
[19:01:41] scan: supported video decoders: avcodec qsv
[19:01:41] libhb: scan thread found 1 valid title(s)
[19:01:41] starting job
[19:01:41] decomb filter thread started for segment 0
[19:01:41] mask filter thread started for segment 1
[19:01:41] mask erode thread started for segment 1
[19:01:41] decomb filter thread started for segment 2
[19:01:41] mask dilate thread started for segment 2
[19:01:41] decomb check thread started for segment 1
[19:01:41] decomb check thread started for segment 2
[19:01:41] job configuration:
[19:01:41] decomb check thread started for segment 3
[19:01:41]  * source
[19:01:41]    + D:\TMP\BD\sicario\Sicario_t00.mkv
[19:01:41]    + title 1, start 00:08:12.00 stop 00:09:12.00
[19:01:41]    + container: matroska,webm
[19:01:41]  * destination
[19:01:41]    + F:\V\_Collection99_WRITE\resolution error tests\Sicario_t00-1 autocrop - incorrect.mkv
[19:01:41]    + container: Matroska (libavformat)
[19:01:41] mask filter thread started for segment 0
[19:01:41]      + chapter markers
[19:01:41]  * video track
[19:01:41]    + decoder: h264
[19:01:41]    + filters
[19:01:41]      + 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)
[19:01:41]      + Decomb (mode=39)
[19:01:41] decomb filter thread started for segment 1
[19:01:41]      + Framerate Shaper (mode=2:rate=27000000/900000)
[19:01:41]        + frame rate: 23.976 fps -> peak rate limited to 30.000 fps
[19:01:41]      + Crop and Scale (width=1920:height=1080:crop-top=140:crop-bottom=140:crop-left=0:crop-right=0)
[19:01:41]        + source: 1920 * 1080, crop (140/140/0/0): 1920 * 800, scale: 1920 * 1080
[19:01:41]    + Output geometry
[19:01:41]      + storage dimensions: 1920 x 1080
[19:01:41]      + pixel aspect ratio: 27 : 20
[19:01:41]      + display dimensions: 2592 x 1080
[19:01:41]    + encoder: H.264 (libx264)
[19:01:41]      + preset:  slower
[19:01:41]      + profile: main
[19:01:41]      + level:   4.0
[19:01:41]      + quality: 21.00 (RF)
[19:01:41] mask filter thread started for segment 2
[19:01:41] mask filter thread started for segment 3
[19:01:41] mask erode thread started for segment 0
[19:01:41] decomb filter thread started for segment 3
[19:01:41] mask erode thread started for segment 2
[19:01:41] mask erode thread started for segment 3
[19:01:41] mask dilate thread started for segment 0
[19:01:41] mask dilate thread started for segment 1
[19:01:41] mask dilate thread started for segment 3
[19:01:41] decomb check thread started for segment 0
[19:01:41] yadif thread started for segment 0
[19:01:41] yadif thread started for segment 1
[19:01:41] yadif thread started for segment 3
[19:01:41] yadif thread started for segment 2
[19:01:41] sync: expecting 1462 video frames
[19:01:41] encx264: min-keyint: 24, keyint: 240
[19:01:41] encx264: encoding at constant RF 21.000000
[19:01:41] encx264: unparsed options: level=4.0:ref=4:b-adapt=2:direct=auto:analyse=all:8x8dct=0:me=umh:subme=9:trellis=2:vbv-bufsize=25000:vbv-maxrate=20000:rc-lookahead=60
x264 [info]: using SAR=27/20
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x264 [info]: profile Main, level 4.0
[19:01:42] sync: first pts video is 0
[19:03:06] sync: reached video pts 5401646, exiting early
[19:03:18] work: average encoding speed for job is 16.962852 fps
[19:03:18] comb detect: heavy 12 | light 64 | uncombed 1363 | total 1439
[19:03:18] decomb: deinterlaced 12 | blended 64 | unfiltered 1363 | total 1439
[19:03:18] vfr: 1439 frames output, 0 dropped and 0 duped for CFR/PFR
[19:03:18] vfr: lost time: 0 (0 frames)
[19:03:18] vfr: gained time: 0 (0 frames) (0 not accounted for)
[19:03:19] h264-decoder done: 2869 frames, 0 decoder errors
[19:03:19] sync: got 1439 frames, 1462 expected
[19:03:19] sync: framerate min 23.981 fps, max 23.981 fps, avg 23.976 fps
x264 [info]: frame I:9     Avg QP:16.87  size:169738
x264 [info]: frame P:372   Avg QP:19.44  size: 21207
x264 [info]: frame B:1058  Avg QP:21.10  size:  3560
x264 [info]: consecutive B-frames:  0.6%  2.8%  3.8% 92.8%
x264 [info]: mb I  I16..4: 38.8%  0.0% 61.2%
x264 [info]: mb P  I16..4:  0.5%  0.0%  0.3%  P16..4: 45.6%  6.3% 12.1%  0.1%  0.1%    skip:35.0%
x264 [info]: mb B  I16..4:  0.0%  0.0%  0.0%  B16..8: 34.3%  0.6%  0.1%  direct: 0.4%  skip:64.6%  L0:44.8% L1:54.3% BI: 0.9%
x264 [info]: direct mvs  spatial:99.5% temporal:0.5%
x264 [info]: coded y,uvDC,uvAC intra: 69.2% 73.6% 46.9% inter: 3.5% 11.6% 0.3%
x264 [info]: i16 v,h,dc,p: 31% 24% 11% 34%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10%  9%  5% 11% 14% 13% 12% 12% 14%
x264 [info]: i8c dc,h,v,p: 36% 30% 24% 10%
x264 [info]: Weighted P-Frames: Y:0.0% UV:0.0%
x264 [info]: ref P L0: 58.7%  7.8% 23.0% 10.4%
x264 [info]: ref B L0: 78.9% 16.5%  4.6%
x264 [info]: ref B L1: 90.3%  9.7%
x264 [info]: kb/s:1757.19
[19:03:19] mux: track 0, 1439 frames, 13182551 bytes, 1757.14 kbps, fifo 2048
[19:03:19] libhb: work result = 0

# Encode Completed ...
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Screwed up resolution/display size/PAR when switching between no-cropping and auto-cropping presets

Post by BradleyS »

It would be good to know whether this is fixed in the nightly build.
Post Reply