<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi all, I have some problems using the ffmpeg slice multithread h264 decoder tool.<br>These code lines <br><br>my_avcodec_context->thread_type=FF_THREAD_SLICE;<br>my_avcodec_context->thread_count=16;<br><br>open 16 threads but can't improve decoding performances. Only one thread is really working so performances are closed to no-multithread ffmpeg decoding.<br><br>How can I correctly use ffmpeg slice decoder tool?<br><br>Thx for your help<br>                                         </div></body>
</html>