<div dir="ltr">Hi Folks,<div><br></div><div>I'm having trouble with both prores codecs -- prores, and proes_ks.</div><div><br></div><div>I've tried both and even though both support FF_THREAD_FRAME I'm getting significant frame tearing given the more threads I use. </div><div><br></div><div>I'm setting:</div><div><br></div><div>vctx_->profile = 3;</div><div>vctx_->thread_type = FF_THREAD_FRAME;</div><div>vctx_->thread_count = 16;</div><div><br></div><div>to achieve reasonable performance, but the video tearing on output is not good. Allot of frame jumping in addition.</div><div><br></div><div>Is this a known issue or is there a workaround? Or am I stuck to single threaded encodes?</div><div>Google turned up nothing recent. </div><div><br></div><div>Or is it possible I'm doing something wrong with how I'm feeding frames? I'm using the standard avcodec_send_frame/avcodec_receive_packet setup.</div><div><br></div><div>Using ffmpeg 3.4.2 libs.</div><div><br></div><div>Thanks,</div><div>David</div></div>