FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
x265_encoder * | encoder |
x265_param * | params |
const x265_api * | api |
float | crf |
int | forced_idr |
char * | preset |
char * | tune |
char * | profile |
char * | x265_opts |
x265_encoder* libx265Context::encoder |
Definition at line 40 of file libx265.c.
Referenced by libx265_encode_close(), libx265_encode_frame(), and libx265_encode_init().
x265_param* libx265Context::params |
Definition at line 41 of file libx265.c.
Referenced by libx265_encode_close(), libx265_encode_frame(), and libx265_encode_init().
const x265_api* libx265Context::api |
Definition at line 42 of file libx265.c.
Referenced by libx265_encode_close(), libx265_encode_frame(), and libx265_encode_init().
float libx265Context::crf |
Definition at line 44 of file libx265.c.
Referenced by libx265_encode_init().
int libx265Context::forced_idr |
Definition at line 45 of file libx265.c.
Referenced by libx265_encode_frame().
char* libx265Context::preset |
Definition at line 46 of file libx265.c.
Referenced by libx265_encode_init().
char* libx265Context::tune |
Definition at line 47 of file libx265.c.
Referenced by libx265_encode_init().
char* libx265Context::profile |
Definition at line 48 of file libx265.c.
Referenced by libx265_encode_init().
char* libx265Context::x265_opts |
Definition at line 49 of file libx265.c.
Referenced by libx265_encode_init().