FFmpeg
|
Data Fields | |
const AVClass * | class |
double | black_min_duration_time |
minimum duration of detected black, in seconds More... | |
int64_t | black_min_duration |
minimum duration of detected black, expressed in timebase units More... | |
int64_t | black_start |
pts start time of the first black picture More... | |
int64_t | black_end |
pts end time of the last black picture More... | |
int64_t | last_picref_pts |
pts of the last input picture More... | |
int | black_started |
double | picture_black_ratio_th |
double | pixel_black_th |
unsigned int | pixel_black_th_i |
unsigned int | nb_black_pixels |
number of black pixels counted so far More... | |
AVRational | time_base |
int | depth |
int | nb_threads |
unsigned int * | counter |
Definition at line 36 of file vf_blackdetect.c.
const AVClass* BlackDetectContext::class |
Definition at line 37 of file vf_blackdetect.c.
double BlackDetectContext::black_min_duration_time |
minimum duration of detected black, in seconds
Definition at line 38 of file vf_blackdetect.c.
int64_t BlackDetectContext::black_min_duration |
minimum duration of detected black, expressed in timebase units
Definition at line 39 of file vf_blackdetect.c.
int64_t BlackDetectContext::black_start |
pts start time of the first black picture
Definition at line 40 of file vf_blackdetect.c.
int64_t BlackDetectContext::black_end |
pts end time of the last black picture
Definition at line 41 of file vf_blackdetect.c.
int64_t BlackDetectContext::last_picref_pts |
pts of the last input picture
Definition at line 42 of file vf_blackdetect.c.
int BlackDetectContext::black_started |
Definition at line 43 of file vf_blackdetect.c.
double BlackDetectContext::picture_black_ratio_th |
Definition at line 45 of file vf_blackdetect.c.
double BlackDetectContext::pixel_black_th |
Definition at line 46 of file vf_blackdetect.c.
unsigned int BlackDetectContext::pixel_black_th_i |
Definition at line 47 of file vf_blackdetect.c.
unsigned int BlackDetectContext::nb_black_pixels |
number of black pixels counted so far
Definition at line 49 of file vf_blackdetect.c.
AVRational BlackDetectContext::time_base |
Definition at line 50 of file vf_blackdetect.c.
int BlackDetectContext::depth |
Definition at line 51 of file vf_blackdetect.c.
int BlackDetectContext::nb_threads |
Definition at line 52 of file vf_blackdetect.c.
unsigned int* BlackDetectContext::counter |
Definition at line 53 of file vf_blackdetect.c.