Ronald S. Bultje:
> Hi,
>
> On Thu, Feb 23, 2023 at 1:28 PM Alex <[email protected]> wrote:
>
>> Hi!
>> I write custom encoder codec and want to use threads to speed up encoding
>> process. I know what ffmpeg have frame level threads and slices threads,
>> but in my case best option is to use frame
Hi,
On Thu, Feb 23, 2023 at 1:28 PM Alex <[email protected]> wrote:
> Hi!
> I write custom encoder codec and want to use threads to speed up encoding
> process. I know what ffmpeg have frame level threads and slices threads,
> but in my case best option is to use frame level threads
> with FF_CODEC_