erver Version#: 1.19.3.2843
Player Version#:4.21.2
I couldn’t figure out why one of my 4K movies suddenly started to transcode, and I found this in my debug logs
May 28, 2020 06:31:09.501 [0x7fe5610d0700] DEBUG - MDE: Selected protocol dash; container: mp4
May 28, 2020 06:31:09.501 [0x7fe5610d0700] DEBUG - MDE: analyzing media item 23142
May 28, 2020 06:31:09.501 [0x7fe5610d0700] DEBUG - MDE: John Wick 2 (2017): Direct Play is disabled
May 28, 2020 06:31:09.501 [0x7fe5610d0700] DEBUG - MDE: John Wick 2 (2017): media must be transcoded in order to use the dash protocol
May 28, 2020 06:31:09.502 [0x7fe5610d0700] DEBUG - MDE: John Wick 2 (2017): selected audio stream is not the first audio stream and direct play stream selection is not enabled
May 28, 2020 06:31:09.502 [0x7fe5610d0700] DEBUG - MDE: John Wick 2 (2017): no direct play video profile exists for http/mkv/hevc
May 28, 2020 06:31:09.502 [0x7fe5610d0700] DEBUG - MDE: John Wick 2 (2017): no direct play video profile exists for http/mkv/hevc/aac
May 28, 2020 06:31:09.502 [0x7fe5610d0700] DEBUG - MDE: John Wick 2 (2017): no direct play video profile exists for http/mkv/hevc/ac3
May 28, 2020 06:31:09.502 [0x7fe5610d0700] DEBUG - MDE: John Wick 2 (2017): no direct play video profile exists for http/mkv/hevc/truehd
May 28, 2020 06:31:09.502 [0x7fe5610d0700] DEBUG - John Wick 2 - video.bitrate limitation applies: 83258 > 80000
May 28, 2020 06:31:09.502 [0x7fe5610d0700] DEBUG - John Wick 2 - video.bitrate limitation applies: 83258 > 80000
May 28, 2020 06:31:09.502 [0x7fe5610d0700] DEBUG - MDE: John Wick 2 (2017): no remuxable profile found, so video stream will be transcoded
May 28, 2020 06:31:09.502 [0x7fe5610d0700] DEBUG - MDE: Cannot direct stream video stream due to profile or setting limitations
With the 4.21.2 version of Plex client on Samung-tizen there is as change
- Added proper maximum bitrate to player profile
The Samsung dev website writes that the maximum bitrate for video is 80 Mbps for HEVC (H.265 - Main, Main10 ).
The dump from the MKV file states that the Video Stream has Bit rate of 77.9 Mbps
Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc
Metadata:
title : John.Wick.Chapter.2.2017.2160p
BPS : 77945916
BPS-eng : 77945916
DURATION-eng : 02:02:23.253000000
NUMBER_OF_FRAMES: 176062
NUMBER_OF_FRAMES-eng: 176062
NUMBER_OF_BYTES : 71547073535
NUMBER_OF_BYTES-eng: 71547073535
_STATISTICS_WRITING_APP: mkvmerge v9.6.0 ('Slave To Your Mind') 64bit
_STATISTICS_WRITING_APP-eng: mkvmerge v9.6.0 ('Slave To Your Mind') 64bit
_STATISTICS_WRITING_DATE_UTC: 2020-05-24 21:37:33
_STATISTICS_WRITING_DATE_UTC-eng: 2020-05-24 21:37:33
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
DURATION : 02:02:23.252000000
But the Metadata for the MKV states
Metadata:
title : John.Wick.Chapter.2.2017
Duration: 02:02:23.28, start: 0.000000, bitrate: 83898 kb/s
So I’m guessing that Plex uses the overall bit rate and not the bit rate for the video stream
Should it not be the Video stream bit rate instead of the overall bit rate?
Or at least have some “buffer” in the setting?
- Henning