[Libav-user] macroblock type estimation

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Mar 11 11:28:18 EET 2019


2019-02-24 19:44 GMT+01:00, NDJORE BORIS <ndjoreboris at gmail.com>:
> Le dim. 24 févr. 2019 18:10, Carl Eugen Hoyos <ceffmpeg at gmail.com> a écrit
> :
>
>> 2019-02-22 15:56 GMT+01:00, NDJORE BORIS <ndjoreboris at gmail.com>:
>>
>> > Can someone tell me where can I find the function used by encoder
>> > to stare the type of a macroblock in a P_frame during encoding, please?
>>
>> Which encoder are you interested in?
>> (And was does "stare" mean in this context?)

> I use h263 and MPEG-4 encoder. They are called by encode_video2 function.
> In this context, by stare the type of macroblock, I mean define the type of
> macroblock. The function I need is the function used to predicte the type
> of a macroblock during encoding.

Did you look at ff_mpeg4_encode_mb()?

Carl Eugen


More information about the Libav-user mailing list