Stutter during tv show playback

Hi
I have audio and video stutters during playback of tv shows if the file I try to playback is in 1080. The strange thing is that movies work fine in 1080. Only with tv shows I encounter this issue.
I use a Raspberry Pi3 (Model B) with OSMC installed (I also had the same issue with Openelec). I tried to play the files from my NAS (connected with NFS) or to playback from an USB drive. Both with the same result. Here are the maediainfo data from one of the files with the issue:

Video
ID : 1
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L4@Main
Codec ID : V_MPEGH/ISO/HEVC
Duration : 52 min 4 s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 (24000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 10 bits
Writing library : x265 2.1:[Mac OS X][clang 8.0.0][64 bit] 10bit
Encoding settings : wpp / ctu=64 / min-cu-size=8 / max-tu-size=32 / tu-intra-depth=1 / tu-inter-depth=1 / me=1 / subme=2 / merange=57 / no-rect / no-amp / max-merge=2 / temporal-mvp / no-early-skip / rskip / rdpenalty=0 / no-tskip / no-tskip-fast / strong-intra-smoothing / no-lossless / no-cu-lossless / no-constrained-intra / no-fast-intra / open-gop / no-temporal-layers / interlace=0 / keyint=240 / min-keyint=24 / scenecut=40 / rc-lookahead=20 / lookahead-slices=6 / bframes=4 / bframe-bias=0 / b-adapt=2 / ref=3 / limit-refs=3 / no-limit-modes / weightp / no-weightb / aq-mode=1 / qg-size=32 / aq-strength=1.00 / cbqpoffs=0 / crqpoffs=0 / rd=3 / psy-rd=2.00 / rdoq-level=0 / psy-rdoq=0.00 / log2-max-poc-lsb=8 / no-rd-refine / signhide / deblock=0:0 / sao / no-sao-non-deblock / b-pyramid / cutree / no-intra-refresh / rc=crf / crf=23.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ipratio=1.40 / pbratio=1.30
Default : Yes
Forced : No
Color range : Limited
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709

Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : A_AAC
Duration : 52 min 4 s
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 spf)
Compression mode : Lossy
Title : Surround
Language : English
Default : Yes
Forced : No

Any idea how I can fix this?

HEVC (aka H.265) is not hardware accelerated on Pi.
We have some GPU acceleration, but 1920x1080 probably won’t work well.
With overclock on Pi3 you can play some videos, but it depends on the encoder options.
720p will largely work okay.

But, probably best to stick with H.264. You can convert this video to H.264 with tools like handbrake or ffmpeg.

That resolved the issue. I converted the video and then it works fine. Thx for your help.

Also a 10bit color cannot be played with hw acceleration.