ffmpeg.libavutil.film_grain_params

Undocumented in source.

Members

Enums

AVFilmGrainParamsType
enum AVFilmGrainParamsType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

av_film_grain_params_alloc
AVFilmGrainParams* av_film_grain_params_alloc(size_t* size)

Allocate an AVFilmGrainParams structure and set its fields to default values. The resulting struct can be freed using av_freep(). If size is not NULL it will be set to the number of bytes allocated.

av_film_grain_params_create_side_data
AVFilmGrainParams* av_film_grain_params_create_side_data(AVFrame* frame)

Allocate a complete AVFilmGrainParams and add it to the frame.

Structs

AVFilmGrainAOMParams
struct AVFilmGrainAOMParams

This structure describes how to handle film grain synthesis for AOM codecs.

AVFilmGrainParams
struct AVFilmGrainParams

This structure describes how to handle film grain synthesis in video for specific codecs. Must be present on every frame where film grain is meant to be synthesised for correct presentation.

Meta