What you’re seeing is pretty normal .
Jul 25, 2020 17:03:35.464 [0x7fa95a5a1700] DEBUG - Codecs: Testing with profile 'High'
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - Scaled up video bitrate to 20467Kbps based on 1.500000x fudge factor.
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - Scaled maximum bitrate for resolution reduction to 2885Kbps.
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - MDE: Selected protocol hls; container: mkv
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - MDE: analyzing media item 84
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - MDE: E1 - The Holy Trinity: Direct Play is disabled
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - MDE: E1 - The Holy Trinity: media must be transcoded in order to use the hls protocol
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - MDE: E1 - The Holy Trinity: no direct play video profile exists for http/mkv/h264
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - MDE: E1 - The Holy Trinity: no direct play video profile exists for http/mkv/h264/eac3
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - The Holy Trinity - video.width limitation applies: 1920 > 720
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - The Holy Trinity - audio.channels limitation applies: 6 > 2
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - MDE: E1 - The Holy Trinity: Direct Streaming is disabled, so video stream will be transcoded
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - MDE: E1 - The Holy Trinity: no remuxable profile found, so video stream will be transcoded
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - MDE: Cannot direct stream video stream due to profile or setting limitations
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - Codecs: testing h264 (decoder) with hwdevice vaapi
Jul 25, 2020 17:03:35.465 [0x7fa95a5a1700] DEBUG - Codecs: hardware transcoding: testing API vaapi
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - [FFMPEG] - Format 0x32315659 -> yuv420p.
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - [FFMPEG] - Format 0x30323449 -> yuv420p.
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - [FFMPEG] - Format 0x3231564e -> nv12.
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - [FFMPEG] - Format 0x32595559 -> yuyv422.
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - [FFMPEG] - Format 0x59565955 -> uyvy422.
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - [FFMPEG] - Format 0x48323234 -> yuv422p.
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - [FFMPEG] - Format 0x58424752 -> rgb0.
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - [FFMPEG] - Format 0x58524742 -> bgr0.
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - [FFMPEG] - Format 0x30313050 -> p010le.
Jul 25, 2020 17:03:35.466 [0x7fa95a5a1700] DEBUG - Codecs: Testing with profile 'High'
Jul 25, 2020 17:03:35.467 [0x7fa95a5a1700] DEBUG - Scaled up video bitrate to 20467Kbps based on 1.500000x fudge factor.
Jul 25, 2020 17:03:35.467 [0x7fa95a5a1700] DEBUG - Scaled maximum bitrate for resolution reduction to 2885Kbps.
Jul 25, 2020 17:03:35.467 [0x7fa95a5a1700] DEBUG - MDE: E1 - The Holy Trinity: Audio Direct Streaming is disabled, so video's audio stream will be transcoded
Jul 25, 2020 17:03:35.467 [0x7fa95a5a1700] DEBUG - MDE: Cannot direct stream audio stream due to profile or setting limitations
Jul 25, 2020 17:03:35.467 [0x7fa95a5a1700] DEBUG - MDE: The Grand Tour (2016) - S1 E1 - The Holy Trinity: selected media 0 / 84
Jul 25, 2020 17:03:35.467 [0x7fa95a5a1700] DEBUG - Streaming Resource: Session 0x7fa908017fd0:bd211df775f03a35-com-plexapp-android changed transcode slot usage to used. Used slots is now 1
Jul 25, 2020 17:03:35.467 [0x7fa95a5a1700] DEBUG - Streaming Resource: Reached Decision id=49 codes=(General=1001,Direct play not available; Conversion OK. Direct Play=3000,App cannot direct play this item. Direct play is disabled. Transcode=1001,Direct play not available; Conversion OK.) media=(id=84 part=(id=84 decision=transcode container=mkv protocol=hls streams=(Video=(id=215 decision=transcode bitrate=2613 encoder=h264_vaapi width=720 height=406) Audio=(id=216 decision=transcode bitrate=217 encoder=aac channels=2 rate=48000))))
- Transcoding video 1080p -> 720p (player max) (Hardware)
- Audio transcoding Dolby 5.1 -> AAC stereo. (CPU)
- Remuxing the MKV container to the container wanted by the player. (CPU)
Check the settings on the player because it sounds like the player is capable of accepting the video stream natively but, when you lowered the bitrate, you added all the extra restrictions the app would assert in that situation.
Key to remember; The Player’s limitations + Player’s settings = What PMS is going to do with the video being played.