Ryzen 9 3900x X264 not maxing out all cores

General questions or discussion about HandBrake, Video and/or audio transcoding, trends etc.
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by JohnAStebbins »

I forgot to address broadcast. Broadcast is often mixed content due to the advertisements. It can even change resolutions on the fly. When dealing with broadcast content, it is best to leave decomb enabled unless you pre or post edit out advertisements.
Deleted User 13735

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by Deleted User 13735 »

If you encode "Same as Source" and "Constant" Frame Rate, soft-telecined progressive source will reveal itself intact and "as shot" in the Handbrake render.

If you leave "Decomb=Default" on all the time, the very worst that can happen is that it may take a little longer, or a few frames may be accidentally "decombed," which is far from a cardinal sin.

So these are your failsafe settings, and where all of my presets begin. Variable Frame Rate is just another little space-saving feature, and it does not play well with nonlinear editors. As far as hard-telecine, there are so many pulldown cadences, you just have to play with it.
Can you explain a little more about when to turn off Decomb?
You don't ever need to turn it off.
Last edited by Deleted User 13735 on Tue Aug 20, 2019 2:46 am, edited 1 time in total.
zorin1
Posts: 15
Joined: Sat Jul 14, 2018 7:04 pm

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by zorin1 »

JohnAStebbins wrote: Mon Aug 19, 2019 8:28 pm To be fair, iterlacing is a convoluted subject.

For example, by the spec *all* DVDs are interlaced. But most movies on DVD are encoded with soft telecine which is 100% reversible. So you can easily retrieve the original progressive frames (which HandBrake does for soft telecined content). Some BDs are soft telecined, but the BD spec also allows progressive encoding (whereas HD-DVD is "interlace only" like DVD).

As a rule of thumb, if HandBrake detects the framerate as 23.976 or 24fps, it's almost certainly progressive and the decomb filter is not needed.

In some rare cases I've seen mixed content DVD. I.e. some scenes that are film rate (progressive) and some scenes that are video rate (interlaced). Older SciFi that is a mix of live action and CGI sometimes got transfered to DVD this way. I've not yet seen a BD with mixed content.
I looked at the log file and I see this:
Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc

So I guess this means it is not using interlaced, so I can turn off:
Interlace Detection
Deinterlace

correct?
zorin1
Posts: 15
Joined: Sat Jul 14, 2018 7:04 pm

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by zorin1 »

musicvid wrote: Mon Aug 19, 2019 5:42 pm
I'm guessing that interlacing is no longer be done on blu-ray or dvds
MOST DVD and Blu Ray formats are interlaced by the specifications.
Rather than guessing, this information is readily available to you.
https://en.m.wikipedia.org/wiki/DVD-Video
https://en.m.wikipedia.org/wiki/Blu-ray
thanks for the links, very confusing because the standard looks like it can be progressive or interlaced.
Deleted User 13735

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by Deleted User 13735 »

So I guess this means it is not using interlaced, so I can turn off:
Yes, it seems you can, this time.
Run it both ways and post both encode logs. I would like to see how much time it really saves you.
thanks for the links, very confusing because the standard looks like it can be progressive or interlaced.
Yes, it can.

For me, the prospect of having to render twice saves me mercifully from the temptation to create non-failsafe presets that "may" save a fraction of time -- but only IF it doesn't need to be rendered again -- with Decomb ON. It's the old producer in me that says that time still matters.

That's why I recommended to create FAILSAFE presets. Unless you've got way too much time on your hands.
zorin1
Posts: 15
Joined: Sat Jul 14, 2018 7:04 pm

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by zorin1 »

musicvid wrote: Tue Aug 20, 2019 2:19 am Yes, it seems you can, this time.
Run it both ways and post both encode logs. I would like to see how much time it really saves you.

For me, the prospect of having to render twice saves me mercifully from the temptation to create non-failsafe presets that "may" save a fraction of time -- but only IF it doesn't need to be rendered again -- with Decomb ON. It's the old producer in me that says that time still matters.

That's why I recommended to create FAILSAFE presets. Unless you've got way too much time on your hands.
Hate to say it, but I turned off all the filters and it ran faster. One was 9 seconds faster and the other was 10 mins and 32 seconds faster. Maybe this is with error rate.

Here is with the filters set to defaults:

Code: Select all

HandBrake 1.2.2 (2019022300)
OS: Microsoft Windows NT 10.0.18362.0
CPU: AMD Ryzen 9 3900X 12-Core Processor            
Ram: 16301 MB, 
GPU Information:
  NVIDIA GeForce RTX 2070 SUPER - 26.21.14.3160
Screen: 2560x1440
Temp Dir: C:\Users\zorin\AppData\Local\Temp\
Install Dir: C:\Program Files\HandBrake
Data Dir: C:\Users\zorin\AppData\Roaming\HandBrake

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


# Starting Encode ...

[23:10:23] hb_init: starting libhb thread
[23:10:23] 1 job(s) to process
[23:10:23] json job:
{
  "Audio": {
    "AudioList": [
      {
        "Bitrate": 160,
        "DRC": 0.0,
        "Encoder": "av_aac",
        "Gain": 0.0,
        "Mixdown": 6,
        "NormalizeMixLevel": false,
        "Samplerate": 48000,
        "Track": 0,
        "DitherMethod": 0
      },
      {
        "Bitrate": 224,
        "DRC": 0.0,
        "Encoder": "ac3",
        "Gain": 0.0,
        "Mixdown": 7,
        "NormalizeMixLevel": false,
        "Samplerate": 48000,
        "Track": 0,
        "DitherMethod": 0
      }
    ],
    "CopyMask": [
      "copy:aac",
      "copy:ac3",
      "copy:dtshd",
      "copy:dts",
      "copy:eac3",
      "copy:flac",
      "copy:mp3",
      "copy:truehd"
    ],
    "FallbackEncoder": "ac3"
  },
  "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"
      },
      {
        "Name": "Chapter 18"
      },
      {
        "Name": "Chapter 19"
      },
      {
        "Name": "Chapter 20"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": false,
    "File": "G:\\Media\\Movies\\The Hustle (2019)\\The Hustle (2019).mkv",
    "Mp4Options": {
      "IpodAtom": false,
      "Mp4Optimize": false
    },
    "Mux": "mkv"
  },
  "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": "138",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "138",
          "height": "804",
          "width": "1920"
        }
      },
      {
        "ID": 6,
        "Settings": {
          "mode": "1"
        }
      }
    ]
  },
  "PAR": {
    "Num": 1,
    "Den": 1
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "chapter",
      "Start": 1,
      "End": 20
    },
    "Title": 1,
    "Path": "D:\\video\\mkv\\The Hustle\\The Hustle_t00.mkv"
  },
  "Subtitle": {
    "Search": {
      "Burn": true,
      "Default": false,
      "Enable": true,
      "Forced": true
    },
    "SubtitleList": [
      {
        "Burn": false,
        "Default": false,
        "Forced": false,
        "ID": 1,
        "Offset": 0,
        "Track": 0
      }
    ]
  },
  "Video": {
    "Encoder": "x264",
    "Level": "4.1",
    "TwoPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "ref=5:mixed-refs=1:b-adapt=2:bframes=8:weightb=1:direct=auto:me=umh:subq=9:analyse=all:8x8dct=1:trell​is=2:no-fast-pskip=1:psy-rd=1,0:merange=24:deblock=-3,-3:rc-lookahead=60:aq-strength=1.0:b-pyramid=2",
    "Preset": "slower",
    "Profile": "high",
    "Quality": 20.0,
    "Tune": "film",
    "QSV": {
      "Decode": false,
      "AsyncDepth": 0
    }
  }
}
[23:10:23] CPU: AMD Ryzen 9 3900X 12-Core Processor
[23:10:23]  - logical processor count: 24
[23:10:23] Intel Quick Sync Video support: no
[23:10:23] hb_scan: path=D:\video\mkv\The Hustle\The Hustle_t00.mkv, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:323: failed opening UDF image D:\video\mkv\The Hustle\The Hustle_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
[23:10:23] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 6.0.0
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
[23:10:23] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from 'D:\video\mkv\The Hustle\The Hustle_t00.mkv':
  Metadata:
    title           : The Hustle
    encoder         : libmakemkv v1.14.4 (1.3.5/1.4.7) win(x64-release)
    creation_time   : 2019-08-20T22:05:27.000000Z
  Duration: 01:33:57.63, start: 0.000000, bitrate: 43242 kb/s
    Chapter #0:0: start 0.000000, end 358.858500
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 358.858500, end 596.053792
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 596.053792, end 929.553625
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 929.553625, end 1272.646375
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 1272.646375, end 1519.851667
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 1519.851667, end 1946.903292
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 1946.903292, end 2276.607667
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 2276.607667, end 2511.300458
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 2511.300458, end 2695.818125
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 2695.818125, end 2996.326667
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 2996.326667, end 3274.896625
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 3274.896625, end 3556.261042
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 3556.261042, end 3735.898833
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 3735.898833, end 4007.586917
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 4007.586917, end 4198.152292
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 4198.152292, end 4516.178333
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 4516.178333, end 4897.058833
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 4897.058833, end 5338.833500
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 5338.833500, end 5547.041500
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 5547.041500, end 5637.632000
    Metadata:
      title           : Chapter 20
    Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
    Metadata:
      BPS-eng         : 32236784
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 135168
      NUMBER_OF_BYTES-eng: 22717390740
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 7.1, s32p (24 bit) (default)
    Metadata:
      title           : Surround 7.1
      BPS-eng         : 4643764
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 3272479768
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:2(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 1509000
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 1063398336
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:3(spa): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 768 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 768000
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 541212672
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:4(fra): Audio: dts (DTS-HD HRA), 48000 Hz, 7.1, fltp
    Metadata:
      title           : Surround 7.1
      BPS-eng         : 2046000
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 1441824384
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:5(fra): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 1509000
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 1063398336
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:6(eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 192000
      DURATION-eng    : 01:33:57.664000000
      NUMBER_OF_FRAMES-eng: 176177
      NUMBER_OF_BYTES-eng: 135303936
      SOURCE_ID-eng   : 001103
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:7(eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 192000
      DURATION-eng    : 01:33:57.664000000
      NUMBER_OF_FRAMES-eng: 176177
      NUMBER_OF_BYTES-eng: 135303936
      SOURCE_ID-eng   : 001104
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:8(eng): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 51308
      DURATION-eng    : 01:33:08.687270833
      NUMBER_OF_FRAMES-eng: 3512
      NUMBER_OF_BYTES-eng: 35843343
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:9(spa): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 44934
      DURATION-eng    : 01:33:02.556145833
      NUMBER_OF_FRAMES-eng: 3308
      NUMBER_OF_BYTES-eng: 31356041
      SOURCE_ID-eng   : 001201
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:10(fra): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 42034
      DURATION-eng    : 01:33:01.721979166
      NUMBER_OF_FRAMES-eng: 3156
      NUMBER_OF_BYTES-eng: 29328357
      SOURCE_ID-eng   : 001202
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:11(spa): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 576
      DURATION-eng    : 01:33:02.556145833
      NUMBER_OF_FRAMES-eng: 48
      NUMBER_OF_BYTES-eng: 402255
      SOURCE_ID-eng   : 001203
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:12(fra): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 432
      DURATION-eng    : 01:33:01.721979166
      NUMBER_OF_FRAMES-eng: 38
      NUMBER_OF_BYTES-eng: 302082
      SOURCE_ID-eng   : 001204
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
[23:10:23] scan: decoding previews for title 1
[23:10:23] scan: audio 0x1: dca, rate=48000Hz, bitrate=1 English (DTS-HD MA) (7.1 ch)
[23:10:23] scan: audio 0x2: dca, rate=48000Hz, bitrate=1536000 English (DTS) (5.1 ch)
[23:10:23] scan: audio 0x3: dca, rate=48000Hz, bitrate=768000 español (DTS) (5.1 ch)
[23:10:23] scan: audio 0x4: dca, rate=48000Hz, bitrate=1 Francais (DTS-HD HRA) (7.1 ch)
[23:10:23] scan: audio 0x5: dca, rate=48000Hz, bitrate=1536000 Francais (DTS) (5.1 ch)
[23:10:23] scan: audio 0x6: ac3, rate=48000Hz, bitrate=192000 English (AC3) (2.0 ch) (Dolby Surround)
[23:10:23] scan: audio 0x7: ac3, rate=48000Hz, bitrate=192000 English (AC3) (2.0 ch)
[23:10:24] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 138/138/0/0, aspect 16:9, PAR 1:1
[23:10:24] scan: supported video decoders: avcodec qsv
[23:10:24] libhb: scan thread found 1 valid title(s)
[23:10:24] starting job
[23:10:24] decomb filter thread started for segment 0
[23:10:24] decomb filter thread started for segment 1
[23:10:24] decomb filter thread started for segment 2
[23:10:24] decomb filter thread started for segment 19
[23:10:24] decomb filter thread started for segment 21
[23:10:24] decomb filter thread started for segment 5
[23:10:24] decomb filter thread started for segment 6
[23:10:24] decomb filter thread started for segment 7
[23:10:24] decomb filter thread started for segment 8
[23:10:24] decomb filter thread started for segment 9
[23:10:24] decomb filter thread started for segment 10
[23:10:24] decomb filter thread started for segment 11
[23:10:24] decomb filter thread started for segment 12
[23:10:24] decomb filter thread started for segment 13
[23:10:24] decomb filter thread started for segment 14
[23:10:24] decomb filter thread started for segment 15
[23:10:24] mask filter thread started for segment 4
[23:10:24] decomb filter thread started for segment 17
[23:10:24] decomb filter thread started for segment 18
[23:10:24] decomb filter thread started for segment 3
[23:10:24] mask filter thread started for segment 14
[23:10:24] mask filter thread started for segment 18
[23:10:24] decomb filter thread started for segment 22
[23:10:24] decomb filter thread started for segment 23
[23:10:24] decomb check thread started for segment 0
[23:10:24] decomb check thread started for segment 1
[23:10:24] decomb check thread started for segment 2
[23:10:24] decomb check thread started for segment 3
[23:10:24] decomb check thread started for segment 4
[23:10:24] mask erode thread started for segment 10
[23:10:24] mask erode thread started for segment 12
[23:10:24] decomb check thread started for segment 7
[23:10:24] mask erode thread started for segment 17
[23:10:24] decomb check thread started for segment 9
[23:10:24] decomb check thread started for segment 10
[23:10:24] decomb check thread started for segment 11
[23:10:24] decomb check thread started for segment 12
[23:10:24] decomb check thread started for segment 13
[23:10:24] decomb check thread started for segment 14
[23:10:24] mask dilate thread started for segment 9
[23:10:24] decomb check thread started for segment 16
[23:10:24] decomb check thread started for segment 17
[23:10:24] mask dilate thread started for segment 17
[23:10:24] decomb check thread started for segment 19
[23:10:24] decomb check thread started for segment 20
[23:10:24] decomb check thread started for segment 21
[23:10:24] yadif thread started for segment 1
[23:10:24] decomb check thread started for segment 23
[23:10:24] yadif thread started for segment 5
[23:10:24] yadif thread started for segment 7
[23:10:24] mask filter thread started for segment 2
[23:10:24] mask filter thread started for segment 3
[23:10:24] decomb filter thread started for segment 16
[23:10:24] mask filter thread started for segment 5
[23:10:24] mask filter thread started for segment 6
[23:10:24] mask filter thread started for segment 7
[23:10:24] job configuration:
[23:10:24]  * source
[23:10:24]    + D:\video\mkv\The Hustle\The Hustle_t00.mkv
[23:10:24]    + title 1, chapter(s) 1 to 20
[23:10:24]    + container: matroska,webm
[23:10:24]    + data rate: 43242 kbps
[23:10:24]  * destination
[23:10:24]    + G:\Media\Movies\The Hustle (2019)\The Hustle (2019).mkv
[23:10:24]    + container: Matroska (libavformat)
[23:10:24]      + chapter markers
[23:10:24]  * video track
[23:10:24]    + decoder: h264
[23:10:24]    + filters
[23:10:24] mask filter thread started for segment 8
[23:10:24]      + 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)
[23:10:24]      + Decomb (mode=39)
[23:10:24]      + Framerate Shaper (mode=1)
[23:10:24]        + frame rate: 23.976 fps -> constant 23.976 fps
[23:10:24]      + Crop and Scale (width=1920:height=804:crop-top=138:crop-bottom=138:crop-left=0:crop-right=0)
[23:10:24]        + source: 1920 * 1080, crop (138/138/0/0): 1920 * 804, scale: 1920 * 804
[23:10:24]    + Output geometry
[23:10:24] mask filter thread started for segment 9
[23:10:24]      + storage dimensions: 1920 x 804
[23:10:24]      + pixel aspect ratio: 1 : 1
[23:10:24]      + display dimensions: 1920 x 804
[23:10:24]  * Foreign Audio Search: Render/Burn-in, Forced Only
[23:10:24]    + subtitle, English [PGS] (track 0, id 0x8, Picture)
[23:10:24] mask filter thread started for segment 10
[23:10:24] mask filter thread started for segment 11
[23:10:24] mask filter thread started for segment 12
[23:10:24] mask filter thread started for segment 13
[23:10:24] decomb filter thread started for segment 20
[23:10:24] mask filter thread started for segment 15
[23:10:24] mask filter thread started for segment 16
[23:10:24] mask filter thread started for segment 17
[23:10:24] decomb filter thread started for segment 4
[23:10:24] mask filter thread started for segment 19
[23:10:24] mask filter thread started for segment 20
[23:10:24] mask filter thread started for segment 21
[23:10:24] mask filter thread started for segment 22
[23:10:24] mask filter thread started for segment 23
[23:10:24] mask erode thread started for segment 0
[23:10:24] mask erode thread started for segment 1
[23:10:24] mask erode thread started for segment 2
[23:10:24] mask erode thread started for segment 3
[23:10:24] mask erode thread started for segment 4
[23:10:24] mask erode thread started for segment 5
[23:10:24] mask erode thread started for segment 6
[23:10:24] mask erode thread started for segment 7
[23:10:24] mask erode thread started for segment 8
[23:10:24] mask erode thread started for segment 9
[23:10:24] decomb check thread started for segment 5
[23:10:24] mask erode thread started for segment 11
[23:10:24] decomb check thread started for segment 6
[23:10:24] mask erode thread started for segment 13
[23:10:24] mask erode thread started for segment 14
[23:10:24] mask erode thread started for segment 15
[23:10:24] mask erode thread started for segment 16
[23:10:24] decomb check thread started for segment 8
[23:10:24] mask erode thread started for segment 18
[23:10:24] mask erode thread started for segment 19
[23:10:24] mask erode thread started for segment 20
[23:10:24] mask erode thread started for segment 21
[23:10:24] mask erode thread started for segment 22
[23:10:24] mask erode thread started for segment 23
[23:10:24] mask dilate thread started for segment 0
[23:10:24] mask dilate thread started for segment 1
[23:10:24] mask dilate thread started for segment 2
[23:10:24] mask dilate thread started for segment 3
[23:10:24] mask dilate thread started for segment 4
[23:10:24] mask dilate thread started for segment 5
[23:10:24] mask dilate thread started for segment 6
[23:10:24] mask dilate thread started for segment 7
[23:10:24] mask dilate thread started for segment 8
[23:10:24] decomb check thread started for segment 15
[23:10:24] mask dilate thread started for segment 10
[23:10:24] mask dilate thread started for segment 11
[23:10:24] mask dilate thread started for segment 12
[23:10:24] mask dilate thread started for segment 13
[23:10:24] mask dilate thread started for segment 14
[23:10:24] mask dilate thread started for segment 15
[23:10:24] mask dilate thread started for segment 16
[23:10:24] decomb check thread started for segment 18
[23:10:24] mask dilate thread started for segment 18
[23:10:24] mask dilate thread started for segment 19
[23:10:24] mask dilate thread started for segment 20
[23:10:24] mask dilate thread started for segment 21
[23:10:24] mask dilate thread started for segment 22
[23:10:24] mask dilate thread started for segment 23
[23:10:24] yadif thread started for segment 0
[23:10:24] decomb check thread started for segment 22
[23:10:24] yadif thread started for segment 2
[23:10:24] yadif thread started for segment 3
[23:10:24] yadif thread started for segment 4
[23:10:24] mask filter thread started for segment 0
[23:10:24] yadif thread started for segment 6
[23:10:24] mask filter thread started for segment 1
[23:10:24] yadif thread started for segment 8
[23:10:24] yadif thread started for segment 9
[23:10:24] yadif thread started for segment 10
[23:10:24] yadif thread started for segment 11
[23:10:24] yadif thread started for segment 12
[23:10:24] yadif thread started for segment 13
[23:10:24] yadif thread started for segment 14
[23:10:24] yadif thread started for segment 15
[23:10:24] yadif thread started for segment 16
[23:10:24] yadif thread started for segment 17
[23:10:24] yadif thread started for segment 18
[23:10:24] yadif thread started for segment 19
[23:10:24] yadif thread started for segment 20
[23:10:24] yadif thread started for segment 21
[23:10:24] yadif thread started for segment 22
[23:10:24] yadif thread started for segment 23
[23:10:24] sync: expecting 135168 video frames
[23:14:44] reader: done. 1 scr changes
[23:14:44] work: average encoding speed for job is 0.000000 fps
[23:14:44] comb detect: heavy 0 | light 0 | uncombed 0 | total 0
[23:14:44] decomb: deinterlaced 0 | blended 0 | unfiltered 0 | total 0
[23:14:44] vfr: 0 frames output, 0 dropped and 0 duped for CFR/PFR
[23:14:44] vfr: lost time: 0 (0 frames)
[23:14:44] vfr: gained time: 0 (0 frames) (0 not accounted for)
[23:14:44] h264-decoder done: 0 frames, 0 decoder errors
[23:14:44] sync: got 0 frames, 135168 expected
[23:14:44] Subtitle track 0 (id 0x8) 'English [PGS]': 1756 hits (0 forced)
[23:14:44] No candidate detected during subtitle scan
[23:14:44] starting job
[23:14:44] decomb filter thread started for segment 0
[23:14:44] decomb filter thread started for segment 1
[23:14:44] decomb filter thread started for segment 2
[23:14:44] decomb filter thread started for segment 3
[23:14:44] decomb filter thread started for segment 4
[23:14:44] decomb filter thread started for segment 5
[23:14:44] decomb filter thread started for segment 6
[23:14:44] decomb filter thread started for segment 7
[23:14:44] decomb filter thread started for segment 22
[23:14:44] decomb filter thread started for segment 9
[23:14:44] decomb filter thread started for segment 10
[23:14:44] decomb filter thread started for segment 11
[23:14:44] decomb filter thread started for segment 12
[23:14:44] decomb filter thread started for segment 13
[23:14:44] decomb filter thread started for segment 14
[23:14:44] decomb check thread started for segment 14
[23:14:44] decomb check thread started for segment 16
[23:14:44] decomb check thread started for segment 18
[23:14:44] decomb filter thread started for segment 18
[23:14:44] decomb filter thread started for segment 19
[23:14:44] decomb filter thread started for segment 20
[23:14:44] decomb filter thread started for segment 21
[23:14:44] decomb filter thread started for segment 8
[23:14:44] decomb filter thread started for segment 23
[23:14:44] decomb check thread started for segment 0
[23:14:44] decomb check thread started for segment 1
[23:14:44] decomb check thread started for segment 2
[23:14:44] decomb check thread started for segment 3
[23:14:44] mask filter thread started for segment 18
[23:14:44] decomb check thread started for segment 5
[23:14:44] decomb check thread started for segment 6
[23:14:44] decomb check thread started for segment 7
[23:14:44] decomb check thread started for segment 8
[23:14:44] decomb check thread started for segment 9
[23:14:44] mask erode thread started for segment 7
[23:14:44] decomb check thread started for segment 11
[23:14:44] decomb check thread started for segment 12
[23:14:44] decomb check thread started for segment 13
[23:14:44] decomb filter thread started for segment 15
[23:14:44] mask erode thread started for segment 18
[23:14:44] decomb filter thread started for segment 16
[23:14:44] decomb check thread started for segment 17
[23:14:44] decomb filter thread started for segment 17
[23:14:44] decomb check thread started for segment 19
[23:14:44] decomb check thread started for segment 20
[23:14:44] decomb check thread started for segment 21
[23:14:44] decomb check thread started for segment 22
[23:14:44] decomb check thread started for segment 23
[23:14:44] mask filter thread started for segment 0
[23:14:44] mask dilate thread started for segment 15
[23:14:44] mask filter thread started for segment 2
[23:14:44] mask filter thread started for segment 3
[23:14:44] mask filter thread started for segment 4
[23:14:44] mask filter thread started for segment 5
[23:14:44] mask filter thread started for segment 6
[23:14:44] mask filter thread started for segment 7
[23:14:44] mask filter thread started for segment 8
[23:14:44] yadif thread started for segment 9
[23:14:44] mask filter thread started for segment 10
[23:14:44] yadif thread started for segment 13
[23:14:44] yadif thread started for segment 17
[23:14:44] mask filter thread started for segment 13
[23:14:44] mask filter thread started for segment 14
[23:14:44] mask filter thread started for segment 16
[23:14:44] mask filter thread started for segment 17
[23:14:44] job configuration:
[23:14:44]  * source
[23:14:44]    + D:\video\mkv\The Hustle\The Hustle_t00.mkv
[23:14:44]    + title 1, chapter(s) 1 to 20
[23:14:44]    + container: matroska,webm
[23:14:44]    + data rate: 43242 kbps
[23:14:44]  * destination
[23:14:44]    + G:\Media\Movies\The Hustle (2019)\The Hustle (2019).mkv
[23:14:44]    + container: Matroska (libavformat)
[23:14:44] mask filter thread started for segment 15
[23:14:44]      + chapter markers
[23:14:44]  * video track
[23:14:44]    + decoder: h264
[23:14:44]    + filters
[23:14:44]      + 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)
[23:14:44] decomb check thread started for segment 4
[23:14:44]      + Decomb (mode=39)
[23:14:44]      + Framerate Shaper (mode=1)
[23:14:44]        + frame rate: 23.976 fps -> constant 23.976 fps
[23:14:44]      + Crop and Scale (width=1920:height=804:crop-top=138:crop-bottom=138:crop-left=0:crop-right=0)
[23:14:44] mask filter thread started for segment 19
[23:14:44]        + source: 1920 * 1080, crop (138/138/0/0): 1920 * 804, scale: 1920 * 804
[23:14:44]    + Output geometry
[23:14:44]      + storage dimensions: 1920 x 804
[23:14:44]      + pixel aspect ratio: 1 : 1
[23:14:44]      + display dimensions: 1920 x 804
[23:14:44]    + encoder: H.264 (libx264)
[23:14:44]      + preset:  slower
[23:14:44]      + tune:    film
[23:14:44]      + options: ref=5:mixed-refs=1:b-adapt=2:bframes=8:weightb=1:direct=auto:me=umh:subq=9:analyse=all:8x8dct=1:trell​is=2:no-fast-pskip=1:psy-rd=1,0:merange=24:deblock=-3,-3:rc-lookahead=60:aq-strength=1.0:b-pyramid=2
[23:14:44] mask filter thread started for segment 20
[23:14:44]      + profile: high
[23:14:44]      + level:   4.1
[23:14:44]      + quality: 20.00 (RF)
[23:14:44]      + color profile: 1-1-1
[23:14:44]  * subtitle track 1, English [PGS] (track 0, id 0x8, Picture) -> Passthrough
[23:14:44]  * audio track 1
[23:14:44]    + decoder: English (DTS-HD MA) (7.1 ch) (track 1, id 0x1)
[23:14:44]      + samplerate: 48000 Hz
[23:14:44]    + mixdown: Dolby Pro Logic II
[23:14:44]    + dither: none
[23:14:44] mask filter thread started for segment 21
[23:14:44]    + encoder: AAC (libavcodec)
[23:14:44]      + bitrate: 160 kbps, samplerate: 48000 Hz
[23:14:44]  * audio track 2
[23:14:44]    + decoder: English (DTS-HD MA) (7.1 ch) (track 1, id 0x1)
[23:14:44]      + samplerate: 48000 Hz
[23:14:44]    + mixdown: 5.1 Channels
[23:14:44]    + dither: none
[23:14:44]    + encoder: AC3 (libavcodec)
[23:14:44]      + bitrate: 224 kbps, samplerate: 48000 Hz
[23:14:44] mask filter thread started for segment 22
[23:14:44] mask filter thread started for segment 23
[23:14:44] mask erode thread started for segment 0
[23:14:44] mask erode thread started for segment 1
[23:14:44] mask erode thread started for segment 2
[23:14:44] mask erode thread started for segment 3
[23:14:44] mask erode thread started for segment 4
[23:14:44] mask erode thread started for segment 5
[23:14:44] mask erode thread started for segment 6
[23:14:44] decomb check thread started for segment 10
[23:14:44] mask erode thread started for segment 8
[23:14:44] mask erode thread started for segment 9
[23:14:44] mask erode thread started for segment 10
[23:14:44] mask erode thread started for segment 11
[23:14:44] mask erode thread started for segment 12
[23:14:44] mask erode thread started for segment 13
[23:14:44] mask erode thread started for segment 14
[23:14:44] mask erode thread started for segment 15
[23:14:44] mask erode thread started for segment 16
[23:14:44] mask erode thread started for segment 17
[23:14:44] decomb check thread started for segment 15
[23:14:44] mask erode thread started for segment 19
[23:14:44] mask erode thread started for segment 20
[23:14:44] mask erode thread started for segment 21
[23:14:44] mask erode thread started for segment 22
[23:14:44] mask erode thread started for segment 23
[23:14:44] mask dilate thread started for segment 0
[23:14:44] mask dilate thread started for segment 1
[23:14:44] mask dilate thread started for segment 2
[23:14:44] mask dilate thread started for segment 3
[23:14:44] mask dilate thread started for segment 4
[23:14:44] mask dilate thread started for segment 5
[23:14:44] mask dilate thread started for segment 6
[23:14:44] mask dilate thread started for segment 7
[23:14:44] mask dilate thread started for segment 8
[23:14:44] mask dilate thread started for segment 9
[23:14:44] mask dilate thread started for segment 10
[23:14:44] mask dilate thread started for segment 11
[23:14:44] mask dilate thread started for segment 12
[23:14:44] mask dilate thread started for segment 13
[23:14:44] mask dilate thread started for segment 14
[23:14:44] mask filter thread started for segment 1
[23:14:44] mask dilate thread started for segment 16
[23:14:44] mask dilate thread started for segment 17
[23:14:44] mask dilate thread started for segment 18
[23:14:44] mask dilate thread started for segment 19
[23:14:44] mask dilate thread started for segment 20
[23:14:44] mask dilate thread started for segment 21
[23:14:44] mask dilate thread started for segment 22
[23:14:44] mask dilate thread started for segment 23
[23:14:44] yadif thread started for segment 0
[23:14:44] yadif thread started for segment 1
[23:14:44] yadif thread started for segment 2
[23:14:44] yadif thread started for segment 3
[23:14:44] yadif thread started for segment 4
[23:14:44] yadif thread started for segment 5
[23:14:44] yadif thread started for segment 6
[23:14:44] yadif thread started for segment 7
[23:14:44] yadif thread started for segment 8
[23:14:44] mask filter thread started for segment 9
[23:14:44] yadif thread started for segment 10
[23:14:44] yadif thread started for segment 11
[23:14:44] yadif thread started for segment 12
[23:14:44] mask filter thread started for segment 11
[23:14:44] yadif thread started for segment 14
[23:14:44] yadif thread started for segment 15
[23:14:44] yadif thread started for segment 16
[23:14:44] mask filter thread started for segment 12
[23:14:44] yadif thread started for segment 18
[23:14:44] yadif thread started for segment 19
[23:14:44] yadif thread started for segment 20
[23:14:44] yadif thread started for segment 21
[23:14:44] yadif thread started for segment 22
[23:14:44] yadif thread started for segment 23
[23:14:44] sync: expecting 135168 video frames
[23:14:44] x264 options: Unknown suboption trell​is
[23:14:44] encx264: min-keyint: 24, keyint: 240
[23:14:44] encx264: encoding at constant RF 20.000000
[23:14:44] encx264: unparsed options: ref=5:b-adapt=2:bframes=8:direct=auto:me=umh:subme=9:analyse=all:trell​is=2:merange=24:deblock=-3,-3:rc-lookahead=60:level=4.1:trellis=2:fast-pskip=0:vbv-bufsize=78125:vbv-maxrate=62500
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x264 [info]: profile High, level 4.1, 4:2:0, 8-bit
[23:14:44] sync: first pts video is 0
[23:14:44] sync: "Chapter 1" (1) at frame 1 time 0
[23:14:44] sync: first pts audio 0x1 is 0
[23:14:44] sync: first pts audio 0x1 is 0
[23:15:03] sync: first pts subtitle 0x8 is 3633660
[23:18:01] sync: "Chapter 2" (2) at frame 8605 time 32297265
[23:20:08] sync: "Chapter 3" (3) at frame 14292 time 53644841
[23:22:57] sync: "Chapter 4" (4) at frame 22288 time 83659826
[23:26:13] sync: "Chapter 5" (5) at frame 30517 time 114549435
[23:28:42] sync: "Chapter 6" (6) at frame 36441 time 136786650
[23:32:29] sync: "Chapter 7" (7) at frame 46683 time 175232557
[23:35:39] sync: "Chapter 8" (8) at frame 54585 time 204894690
[23:37:56] sync: "Chapter 9" (9) at frame 60215 time 226028302
[23:39:45] sync: "Chapter 10" (10) at frame 64638 time 242631138
[23:42:28] sync: "Chapter 11" (11) at frame 71841 time 269669400
[23:44:53] sync: "Chapter 12" (12) at frame 78520 time 294740696
[23:47:26] sync: "Chapter 13" (13) at frame 85268 time 320071001
[23:49:08] sync: "Chapter 14" (14) at frame 89573 time 336230895
[23:51:43] sync: "Chapter 15" (15) at frame 96087 time 360682822
[23:53:31] sync: "Chapter 16" (16) at frame 100659 time 377844967
[23:56:23] sync: "Chapter 17" (17) at frame 108282 time 406459803
[00:00:00] sync: "Chapter 18" (18) at frame 117413 time 440735295
[00:03:56] sync: "Chapter 19" (19) at frame 128005 time 480495015
[00:05:42] sync: "Chapter 20" (20) at frame 132997 time 499233735
[00:06:27] reader: done. 1 scr changes
[00:06:28] work: average encoding speed for job is 43.541725 fps
[00:06:28] comb detect: heavy 2497 | light 10299 | uncombed 122372 | total 135168
[00:06:29] decomb: deinterlaced 2497 | blended 10299 | unfiltered 122372 | total 135168
[00:06:29] vfr: 135168 frames output, 0 dropped and 0 duped for CFR/PFR
[00:06:29] vfr: lost time: 0 (0 frames)
[00:06:29] vfr: gained time: 0 (0 frames) (0 not accounted for)
[00:06:29] dca-decoder done: 528528 frames, 0 decoder errors
[00:06:29] dca-decoder done: 528528 frames, 0 decoder errors
[00:06:29] h264-decoder done: 135168 frames, 0 decoder errors
[00:06:29] sync: got 135168 frames, 135168 expected
[00:06:29] sync: framerate min 23.981 fps, max 23.981 fps, avg 23.976 fps
x264 [info]: frame I:1169  Avg QP:17.47  size:219113
x264 [info]: frame P:27472 Avg QP:20.15  size: 54059
x264 [info]: frame B:106527 Avg QP:22.24  size: 13715
x264 [info]: consecutive B-frames:  1.5%  2.3%  5.3% 15.7% 17.0% 51.4%  4.9%  1.1%  0.9%
x264 [info]: mb I  I16..4:  7.9% 82.2% 10.0%
x264 [info]: mb P  I16..4:  1.3%  6.7%  1.0%  P16..4: 52.0% 16.9% 16.5%  0.3%  0.1%    skip: 5.3%
x264 [info]: mb B  I16..4:  0.1%  0.4%  0.1%  B16..8: 43.3%  5.4%  1.2%  direct: 3.8%  skip:45.7%  L0:45.7% L1:46.9% BI: 7.4%
x264 [info]: 8x8 transform intra:76.3% inter:71.0%
x264 [info]: direct mvs  spatial:100.0% temporal:0.0%
x264 [info]: coded y,uvDC,uvAC intra: 81.3% 88.0% 58.9% inter: 17.2% 27.2% 2.3%
x264 [info]: i16 v,h,dc,p: 33% 22%  7% 38%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 13%  9%  4% 10% 14% 14% 13% 12% 11%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22%  8%  3%  9% 14% 13% 12%  9% 10%
x264 [info]: i8c dc,h,v,p: 36% 23% 22% 19%
x264 [info]: Weighted P-Frames: Y:3.8% UV:2.3%
x264 [info]: ref P L0: 47.9% 12.3% 23.1%  7.9%  8.4%  0.4%  0.0%
x264 [info]: ref B L0: 76.1% 16.5%  5.9%  1.5%
x264 [info]: ref B L1: 93.4%  6.6%
x264 [info]: kb/s:4544.06
[00:06:29] mux: track 0, 135168 frames, 3202166427 bytes, 4543.95 kbps, fifo 2048
[00:06:29] mux: track 1, 264265 frames, 113074680 bytes, 160.46 kbps, fifo 4096
[00:06:29] mux: track 2, 176176 frames, 157853696 bytes, 224.00 kbps, fifo 2048
[00:06:29] mux: track 3, 3512 frames, 35843343 bytes, 50.86 kbps, fifo 32
[00:06:29] libhb: work result = 0

# Encode Completed ...
All filters off

Code: Select all

HandBrake 1.2.2 (2019022300)
OS: Microsoft Windows NT 10.0.18362.0
CPU: AMD Ryzen 9 3900X 12-Core Processor            
Ram: 16301 MB, 
GPU Information:
  NVIDIA GeForce RTX 2070 SUPER - 26.21.14.3160
Screen: 2560x1440
Temp Dir: C:\Users\zorin\AppData\Local\Temp\
Install Dir: C:\Program Files\HandBrake
Data Dir: C:\Users\zorin\AppData\Roaming\HandBrake

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


# Starting Encode ...

[12:47:34] hb_init: starting libhb thread
[12:47:34] 1 job(s) to process
[12:47:34] json job:
{
  "Audio": {
    "AudioList": [
      {
        "Bitrate": 160,
        "DRC": 0.0,
        "Encoder": "av_aac",
        "Gain": 0.0,
        "Mixdown": 6,
        "NormalizeMixLevel": false,
        "Samplerate": 48000,
        "Track": 0,
        "DitherMethod": 0
      },
      {
        "Bitrate": 224,
        "DRC": 0.0,
        "Encoder": "ac3",
        "Gain": 0.0,
        "Mixdown": 7,
        "NormalizeMixLevel": false,
        "Samplerate": 48000,
        "Track": 0,
        "DitherMethod": 0
      }
    ],
    "CopyMask": [
      "copy:aac",
      "copy:ac3",
      "copy:dtshd",
      "copy:dts",
      "copy:eac3",
      "copy:flac",
      "copy:mp3",
      "copy:truehd"
    ],
    "FallbackEncoder": "ac3"
  },
  "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"
      },
      {
        "Name": "Chapter 18"
      },
      {
        "Name": "Chapter 19"
      },
      {
        "Name": "Chapter 20"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": false,
    "File": "g:\\Media\\Movies\\The Hustle T00-1.mkv",
    "Mp4Options": {
      "IpodAtom": false,
      "Mp4Optimize": false
    },
    "Mux": "mkv"
  },
  "Filters": {
    "FilterList": [
      {
        "ID": 11,
        "Settings": {
          "crop-bottom": "138",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "138",
          "height": "804",
          "width": "1920"
        }
      },
      {
        "ID": 6,
        "Settings": {
          "mode": "1"
        }
      }
    ]
  },
  "PAR": {
    "Num": 1,
    "Den": 1
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "chapter",
      "Start": 1,
      "End": 20
    },
    "Title": 1,
    "Path": "D:\\video\\mkv\\The Hustle\\The Hustle_t00.mkv"
  },
  "Subtitle": {
    "Search": {
      "Burn": true,
      "Default": false,
      "Enable": true,
      "Forced": true
    },
    "SubtitleList": [
      {
        "Burn": false,
        "Default": false,
        "Forced": false,
        "ID": 1,
        "Offset": 0,
        "Track": 0
      }
    ]
  },
  "Video": {
    "Encoder": "x264",
    "Level": "4.1",
    "TwoPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "ref=5:mixed-refs=1:b-adapt=2:bframes=6:weightb=1:direct=auto:me=umh:subq=9:analyse=all:8x8dct=1:trell​is=2:no-fast-pskip=1:psy-rd=1,0:merange=24:deblock=-3,-3:rc-lookahead=60:aq-strength=1.0:b-pyramid=2",
    "Preset": "slower",
    "Profile": "high",
    "Quality": 20.0,
    "Tune": "film",
    "QSV": {
      "Decode": false,
      "AsyncDepth": 0
    }
  }
}
[12:47:34] CPU: AMD Ryzen 9 3900X 12-Core Processor
[12:47:34]  - logical processor count: 24
[12:47:34] Intel Quick Sync Video support: no
[12:47:34] hb_scan: path=D:\video\mkv\The Hustle\The Hustle_t00.mkv, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:323: failed opening UDF image D:\video\mkv\The Hustle\The Hustle_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
[12:47:34] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 6.0.0
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
[12:47:34] dvd: not a dvd - trying as a stream/file instead
Input #0, matroska,webm, from 'D:\video\mkv\The Hustle\The Hustle_t00.mkv':
  Metadata:
    title           : The Hustle
    encoder         : libmakemkv v1.14.4 (1.3.5/1.4.7) win(x64-release)
    creation_time   : 2019-08-20T22:05:27.000000Z
  Duration: 01:33:57.63, start: 0.000000, bitrate: 43242 kb/s
    Chapter #0:0: start 0.000000, end 358.858500
    Metadata:
      title           : Chapter 01
    Chapter #0:1: start 358.858500, end 596.053792
    Metadata:
      title           : Chapter 02
    Chapter #0:2: start 596.053792, end 929.553625
    Metadata:
      title           : Chapter 03
    Chapter #0:3: start 929.553625, end 1272.646375
    Metadata:
      title           : Chapter 04
    Chapter #0:4: start 1272.646375, end 1519.851667
    Metadata:
      title           : Chapter 05
    Chapter #0:5: start 1519.851667, end 1946.903292
    Metadata:
      title           : Chapter 06
    Chapter #0:6: start 1946.903292, end 2276.607667
    Metadata:
      title           : Chapter 07
    Chapter #0:7: start 2276.607667, end 2511.300458
    Metadata:
      title           : Chapter 08
    Chapter #0:8: start 2511.300458, end 2695.818125
    Metadata:
      title           : Chapter 09
    Chapter #0:9: start 2695.818125, end 2996.326667
    Metadata:
      title           : Chapter 10
    Chapter #0:10: start 2996.326667, end 3274.896625
    Metadata:
      title           : Chapter 11
    Chapter #0:11: start 3274.896625, end 3556.261042
    Metadata:
      title           : Chapter 12
    Chapter #0:12: start 3556.261042, end 3735.898833
    Metadata:
      title           : Chapter 13
    Chapter #0:13: start 3735.898833, end 4007.586917
    Metadata:
      title           : Chapter 14
    Chapter #0:14: start 4007.586917, end 4198.152292
    Metadata:
      title           : Chapter 15
    Chapter #0:15: start 4198.152292, end 4516.178333
    Metadata:
      title           : Chapter 16
    Chapter #0:16: start 4516.178333, end 4897.058833
    Metadata:
      title           : Chapter 17
    Chapter #0:17: start 4897.058833, end 5338.833500
    Metadata:
      title           : Chapter 18
    Chapter #0:18: start 5338.833500, end 5547.041500
    Metadata:
      title           : Chapter 19
    Chapter #0:19: start 5547.041500, end 5637.632000
    Metadata:
      title           : Chapter 20
    Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
    Metadata:
      BPS-eng         : 32236784
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 135168
      NUMBER_OF_BYTES-eng: 22717390740
      SOURCE_ID-eng   : 001011
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 7.1, s32p (24 bit) (default)
    Metadata:
      title           : Surround 7.1
      BPS-eng         : 4643764
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 3272479768
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:2(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 1509000
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 1063398336
      SOURCE_ID-eng   : 001100
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:3(spa): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 768 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 768000
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 541212672
      SOURCE_ID-eng   : 001101
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:4(fra): Audio: dts (DTS-HD HRA), 48000 Hz, 7.1, fltp
    Metadata:
      title           : Surround 7.1
      BPS-eng         : 2046000
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 1441824384
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:5(fra): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s
    Metadata:
      title           : Surround 5.1
      BPS-eng         : 1509000
      DURATION-eng    : 01:33:57.632000000
      NUMBER_OF_FRAMES-eng: 528528
      NUMBER_OF_BYTES-eng: 1063398336
      SOURCE_ID-eng   : 001102
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:6(eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 192000
      DURATION-eng    : 01:33:57.664000000
      NUMBER_OF_FRAMES-eng: 176177
      NUMBER_OF_BYTES-eng: 135303936
      SOURCE_ID-eng   : 001103
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:7(eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
    Metadata:
      title           : Stereo
      BPS-eng         : 192000
      DURATION-eng    : 01:33:57.664000000
      NUMBER_OF_FRAMES-eng: 176177
      NUMBER_OF_BYTES-eng: 135303936
      SOURCE_ID-eng   : 001104
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:8(eng): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 51308
      DURATION-eng    : 01:33:08.687270833
      NUMBER_OF_FRAMES-eng: 3512
      NUMBER_OF_BYTES-eng: 35843343
      SOURCE_ID-eng   : 001200
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:9(spa): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 44934
      DURATION-eng    : 01:33:02.556145833
      NUMBER_OF_FRAMES-eng: 3308
      NUMBER_OF_BYTES-eng: 31356041
      SOURCE_ID-eng   : 001201
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:10(fra): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 42034
      DURATION-eng    : 01:33:01.721979166
      NUMBER_OF_FRAMES-eng: 3156
      NUMBER_OF_BYTES-eng: 29328357
      SOURCE_ID-eng   : 001202
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:11(spa): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 576
      DURATION-eng    : 01:33:02.556145833
      NUMBER_OF_FRAMES-eng: 48
      NUMBER_OF_BYTES-eng: 402255
      SOURCE_ID-eng   : 001203
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
    Stream #0:12(fra): Subtitle: hdmv_pgs_subtitle
    Metadata:
      BPS-eng         : 432
      DURATION-eng    : 01:33:01.721979166
      NUMBER_OF_FRAMES-eng: 38
      NUMBER_OF_BYTES-eng: 302082
      SOURCE_ID-eng   : 001204
      _STATISTICS_WRITING_APP-eng: MakeMKV v1.14.4 win(x64-release)
      _STATISTICS_WRITING_DATE_UTC-eng: 2019-08-20 22:05:27
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
[12:47:34] scan: decoding previews for title 1
[12:47:34] scan: audio 0x1: dca, rate=48000Hz, bitrate=1 English (DTS-HD MA) (7.1 ch)
[12:47:34] scan: audio 0x2: dca, rate=48000Hz, bitrate=1536000 English (DTS) (5.1 ch)
[12:47:34] scan: audio 0x3: dca, rate=48000Hz, bitrate=768000 español (DTS) (5.1 ch)
[12:47:34] scan: audio 0x4: dca, rate=48000Hz, bitrate=1 Francais (DTS-HD HRA) (7.1 ch)
[12:47:34] scan: audio 0x5: dca, rate=48000Hz, bitrate=1536000 Francais (DTS) (5.1 ch)
[12:47:34] scan: audio 0x6: ac3, rate=48000Hz, bitrate=192000 English (AC3) (2.0 ch) (Dolby Surround)
[12:47:34] scan: audio 0x7: ac3, rate=48000Hz, bitrate=192000 English (AC3) (2.0 ch)
[12:47:36] scan: 10 previews, 1920x1080, 23.976 fps, autocrop = 138/138/0/0, aspect 16:9, PAR 1:1
[12:47:36] scan: supported video decoders: avcodec qsv
[12:47:36] libhb: scan thread found 1 valid title(s)
[12:47:36] starting job
[12:47:36] job configuration:
[12:47:36]  * source
[12:47:36]    + D:\video\mkv\The Hustle\The Hustle_t00.mkv
[12:47:36]    + title 1, chapter(s) 1 to 20
[12:47:36]    + container: matroska,webm
[12:47:36]    + data rate: 43242 kbps
[12:47:36]  * destination
[12:47:36]    + g:\Media\Movies\The Hustle T00-1.mkv
[12:47:36]    + container: Matroska (libavformat)
[12:47:36]      + chapter markers
[12:47:36]  * video track
[12:47:36]    + decoder: h264
[12:47:36]    + filters
[12:47:36]      + Framerate Shaper (mode=1)
[12:47:36]        + frame rate: 23.976 fps -> constant 23.976 fps
[12:47:36]      + Crop and Scale (width=1920:height=804:crop-top=138:crop-bottom=138:crop-left=0:crop-right=0)
[12:47:36]        + source: 1920 * 1080, crop (138/138/0/0): 1920 * 804, scale: 1920 * 804
[12:47:36]    + Output geometry
[12:47:36]      + storage dimensions: 1920 x 804
[12:47:36]      + pixel aspect ratio: 1 : 1
[12:47:36]      + display dimensions: 1920 x 804
[12:47:36]  * Foreign Audio Search: Render/Burn-in, Forced Only
[12:47:36]    + subtitle, English [PGS] (track 0, id 0x8, Picture)
[12:47:36] sync: expecting 135168 video frames
[12:51:55] reader: done. 1 scr changes
[12:51:55] work: average encoding speed for job is 0.000000 fps
[12:51:55] vfr: 0 frames output, 0 dropped and 0 duped for CFR/PFR
[12:51:55] vfr: lost time: 0 (0 frames)
[12:51:55] vfr: gained time: 0 (0 frames) (0 not accounted for)
[12:51:55] h264-decoder done: 0 frames, 0 decoder errors
[12:51:55] sync: got 0 frames, 135168 expected
[12:51:55] Subtitle track 0 (id 0x8) 'English [PGS]': 1756 hits (0 forced)
[12:51:55] No candidate detected during subtitle scan
[12:51:55] starting job
[12:51:55] job configuration:
[12:51:55]  * source
[12:51:55]    + D:\video\mkv\The Hustle\The Hustle_t00.mkv
[12:51:55]    + title 1, chapter(s) 1 to 20
[12:51:55]    + container: matroska,webm
[12:51:55]    + data rate: 43242 kbps
[12:51:55]  * destination
[12:51:55]    + g:\Media\Movies\The Hustle T00-1.mkv
[12:51:55]    + container: Matroska (libavformat)
[12:51:55]      + chapter markers
[12:51:55]  * video track
[12:51:55]    + decoder: h264
[12:51:55]    + filters
[12:51:55]      + Framerate Shaper (mode=1)
[12:51:55]        + frame rate: 23.976 fps -> constant 23.976 fps
[12:51:55]      + Crop and Scale (width=1920:height=804:crop-top=138:crop-bottom=138:crop-left=0:crop-right=0)
[12:51:55]        + source: 1920 * 1080, crop (138/138/0/0): 1920 * 804, scale: 1920 * 804
[12:51:55]    + Output geometry
[12:51:55]      + storage dimensions: 1920 x 804
[12:51:55]      + pixel aspect ratio: 1 : 1
[12:51:55]      + display dimensions: 1920 x 804
[12:51:55]    + encoder: H.264 (libx264)
[12:51:55]      + preset:  slower
[12:51:55]      + tune:    film
[12:51:55]      + options: ref=5:mixed-refs=1:b-adapt=2:bframes=6:weightb=1:direct=auto:me=umh:subq=9:analyse=all:8x8dct=1:trell​is=2:no-fast-pskip=1:psy-rd=1,0:merange=24:deblock=-3,-3:rc-lookahead=60:aq-strength=1.0:b-pyramid=2
[12:51:55]      + profile: high
[12:51:55]      + level:   4.1
[12:51:55]      + quality: 20.00 (RF)
[12:51:55]      + color profile: 1-1-1
[12:51:55]  * subtitle track 1, English [PGS] (track 0, id 0x8, Picture) -> Passthrough
[12:51:55]  * audio track 1
[12:51:55]    + decoder: English (DTS-HD MA) (7.1 ch) (track 1, id 0x1)
[12:51:55]      + samplerate: 48000 Hz
[12:51:55]    + mixdown: Dolby Pro Logic II
[12:51:55]    + dither: none
[12:51:55]    + encoder: AAC (libavcodec)
[12:51:55]      + bitrate: 160 kbps, samplerate: 48000 Hz
[12:51:55]  * audio track 2
[12:51:55]    + decoder: English (DTS-HD MA) (7.1 ch) (track 1, id 0x1)
[12:51:55]      + samplerate: 48000 Hz
[12:51:55]    + mixdown: 5.1 Channels
[12:51:55]    + dither: none
[12:51:55]    + encoder: AC3 (libavcodec)
[12:51:55]      + bitrate: 224 kbps, samplerate: 48000 Hz
[12:51:55] sync: expecting 135168 video frames
[12:51:55] x264 options: Unknown suboption trell​is
[12:51:55] encx264: min-keyint: 24, keyint: 240
[12:51:55] encx264: encoding at constant RF 20.000000
[12:51:55] encx264: unparsed options: ref=5:b-adapt=2:bframes=6:direct=auto:me=umh:subme=9:analyse=all:trell​is=2:merange=24:deblock=-3,-3:rc-lookahead=60:level=4.1:trellis=2:fast-pskip=0:vbv-bufsize=78125:vbv-maxrate=62500
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x264 [info]: profile High, level 4.1, 4:2:0, 8-bit
[12:51:56] sync: first pts video is 0
[12:51:56] sync: "Chapter 1" (1) at frame 1 time 0
[12:51:56] sync: first pts audio 0x1 is 0
[12:51:56] sync: first pts audio 0x1 is 0
[12:52:16] sync: first pts subtitle 0x8 is 3633660
[12:55:33] sync: "Chapter 2" (2) at frame 8605 time 32297265
[12:57:56] sync: "Chapter 3" (3) at frame 14292 time 53644841
[13:01:21] sync: "Chapter 4" (4) at frame 22288 time 83659826
[13:05:13] sync: "Chapter 5" (5) at frame 30517 time 114549435
[13:08:11] sync: "Chapter 6" (6) at frame 36441 time 136786650
[13:12:46] sync: "Chapter 7" (7) at frame 46683 time 175232557
[13:16:34] sync: "Chapter 8" (8) at frame 54585 time 204894690
[13:19:19] sync: "Chapter 9" (9) at frame 60215 time 226028302
[13:21:27] sync: "Chapter 10" (10) at frame 64638 time 242631138
[13:24:51] sync: "Chapter 11" (11) at frame 71841 time 269669400
[13:27:55] sync: "Chapter 12" (12) at frame 78520 time 294740696
[13:31:06] sync: "Chapter 13" (13) at frame 85268 time 320071001
[13:33:07] sync: "Chapter 14" (14) at frame 89573 time 336230895
[13:36:14] sync: "Chapter 15" (15) at frame 96087 time 360682822
[13:38:24] sync: "Chapter 16" (16) at frame 100659 time 377844967
[13:41:57] sync: "Chapter 17" (17) at frame 108282 time 406459803
[13:46:19] sync: "Chapter 18" (18) at frame 117413 time 440735295
[13:50:59] sync: "Chapter 19" (19) at frame 128005 time 480495015
[13:53:13] sync: "Chapter 20" (20) at frame 132997 time 499233735
[13:54:11] reader: done. 1 scr changes
[13:54:11] work: average encoding speed for job is 36.168522 fps
[13:54:11] vfr: 135168 frames output, 0 dropped and 0 duped for CFR/PFR
[13:54:11] vfr: lost time: 0 (0 frames)
[13:54:11] vfr: gained time: 0 (0 frames) (0 not accounted for)
[13:54:12] dca-decoder done: 528528 frames, 0 decoder errors
[13:54:12] dca-decoder done: 528528 frames, 0 decoder errors
[13:54:12] h264-decoder done: 135168 frames, 0 decoder errors
[13:54:12] sync: got 135168 frames, 135168 expected
[13:54:12] sync: framerate min 23.981 fps, max 23.981 fps, avg 23.976 fps
x264 [info]: frame I:1222  Avg QP:17.41  size:227033
x264 [info]: frame P:26898 Avg QP:20.11  size: 54332
x264 [info]: frame B:107048 Avg QP:22.25  size: 13481
x264 [info]: consecutive B-frames:  1.4%  1.4%  4.4% 16.2% 17.6% 53.2%  5.7%
x264 [info]: mb I  I16..4:  7.7% 83.0%  9.3%
x264 [info]: mb P  I16..4:  1.3%  6.7%  0.9%  P16..4: 51.8% 17.1% 16.5%  0.3%  0.1%    skip: 5.3%
x264 [info]: mb B  I16..4:  0.1%  0.5%  0.1%  B16..8: 43.2%  5.4%  1.2%  direct: 3.7%  skip:45.9%  L0:45.7% L1:46.8% BI: 7.5%
x264 [info]: 8x8 transform intra:77.6% inter:71.1%
x264 [info]: direct mvs  spatial:100.0% temporal:0.0%
x264 [info]: coded y,uvDC,uvAC intra: 82.1% 87.9% 58.9% inter: 16.8% 26.3% 2.2%
x264 [info]: i16 v,h,dc,p: 36% 16%  8% 40%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 13%  9%  5%  9% 14% 14% 13% 12% 11%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21%  7%  3%  9% 14% 13% 13% 10% 10%
x264 [info]: i8c dc,h,v,p: 36% 23% 22% 19%
x264 [info]: Weighted P-Frames: Y:3.4% UV:2.0%
x264 [info]: ref P L0: 47.7% 12.3% 23.3%  7.8%  8.5%  0.3%  0.0%
x264 [info]: ref B L0: 76.4% 16.3%  5.8%  1.5%
x264 [info]: ref B L1: 93.4%  6.6%
x264 [info]: kb/s:4515.30
[13:54:12] mux: track 0, 135168 frames, 3181900681 bytes, 4515.20 kbps, fifo 2048
[13:54:12] mux: track 1, 264265 frames, 113074680 bytes, 160.46 kbps, fifo 4096
[13:54:12] mux: track 2, 176176 frames, 157853696 bytes, 224.00 kbps, fifo 2048
[13:54:12] mux: track 3, 3512 frames, 35843343 bytes, 50.86 kbps, fifo 32
[13:54:12] libhb: work result = 0

# Encode Completed ...
nhyone
Bright Spark User
Posts: 252
Joined: Fri Jul 24, 2015 4:13 am

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by nhyone »

Code: Select all

[00:06:29] decomb: deinterlaced 2497 | blended 10299 | unfiltered 122372 | total 135168
It detected combing, quite a fair bit, in fact.
zorin1
Posts: 15
Joined: Sat Jul 14, 2018 7:04 pm

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by zorin1 »

nhyone wrote: Thu Aug 22, 2019 5:04 am

Code: Select all

[00:06:29] decomb: deinterlaced 2497 | blended 10299 | unfiltered 122372 | total 135168
It detected combing, quite a fair bit, in fact.
Guess that was not a good example then. Oh well.
nhyone
Bright Spark User
Posts: 252
Joined: Fri Jul 24, 2015 4:13 am

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by nhyone »

It's best to experiment to get some ideas.

I encoded 9,000 frames of same video using x264 at CRF 20, ref=3, bframes=6, others at default.

In fps:

Code: Select all

           decomb  no-decomb
veryfast   117.39  190.73     61.5%
veryslow    25.58   26.92     95.0%
Note that the video I used has some combing (could be misdetection):

Code: Select all

[13:38:08] comb detect: heavy 1 | light 13 | uncombed 8986 | total 9000
[13:38:08] decomb: deinterlaced 1 | blended 13 | unfiltered 8986 | total 9000
nhyone
Bright Spark User
Posts: 252
Joined: Fri Jul 24, 2015 4:13 am

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by nhyone »

I didn't notice until now, but are you sure the filters-off is faster?

According to your log, filters on:

Code: Select all

[00:06:28] work: average encoding speed for job is 43.541725 fps
vs filters off:

Code: Select all

[13:54:11] work: average encoding speed for job is 36.168522 fps
zorin1
Posts: 15
Joined: Sat Jul 14, 2018 7:04 pm

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by zorin1 »

nhyone wrote: Mon Aug 26, 2019 11:11 am I didn't notice until now, but are you sure the filters-off is faster?

According to your log, filters on:

Code: Select all

[00:06:28] work: average encoding speed for job is 43.541725 fps
vs filters off:

Code: Select all

[13:54:11] work: average encoding speed for job is 36.168522 fps
With filters on it completed faster. Which is not what everyone expected. Sorry, with my initial post, I got distracted in the middle of my sentence and lost my train of thought.

I expected that with the filters off that it could complete faster but it did not, only by a few mins or seconds depending on which one you compared. Also as someone pointed out, that one of the movies had some scenes that were interlaced. I think that I will just leave the default filters as they were. Turning them off did not save much time (overall) and you could end up with a bad render. Not sure what a bad render looks like, since I did not watch it. I'm not sure if you could even tell if it was interlaced or not.

I'm real happy with the Ryzen 9 3900x. For the little bit of gaming and rendering that I do, it works well for me.
nhyone
Bright Spark User
Posts: 252
Joined: Fri Jul 24, 2015 4:13 am

Re: Ryzen 9 3900x X264 not maxing out all cores

Post by nhyone »

I only have interlaced DVDs, so I encoded 8,000+ frames of same DVD using x264 at CRF 20, ref=3, bframes=6, others at default.

Because it is MPEG-2, I got this warning:

Code: Select all

[mpeg2video @ 0x7f9438017b40] Application has requested 21 threads. Using a thread count greater than 16 is not recommended.
I don't know if it changes anything.

The video:

Code: Select all

[08:47:18] comb detect: heavy 7474 | light 334 | uncombed 502 | total 8310
[08:47:18] decomb: deinterlaced 7474 | blended 334 | unfiltered 502 | total 8310
In fps:

Code: Select all

           decomb  no-decomb
veryfast   225.28  663.94     33.9%
veryslow    60.74   61.77     98.3%
Even though veryslow is much slower, CPU utilization is only 30 - 40%. There is a bottleneck somewhere, but the cause has eluded me for many years.
Post Reply