| 
    FFmpeg
    
   | 
 
fields extracted from the [Events] section More...
#include <ass_split.h>
Data Fields | |
| int | readorder | 
| int | layer | 
| higher numbered layers are drawn over lower numbered  More... | |
| int | start | 
| start time of the dialog in centiseconds  More... | |
| int | end | 
| end time of the dialog in centiseconds  More... | |
| char * | style | 
| name of the ASSStyle to use with this dialog  More... | |
| char * | name | 
| int | margin_l | 
| int | margin_r | 
| int | margin_v | 
| char * | effect | 
| char * | text | 
| actual text which will be displayed as a subtitle, can include style override control codes (see ff_ass_split_override_codes())  More... | |
fields extracted from the [Events] section
Definition at line 71 of file ass_split.h.
| int ASSDialog::readorder | 
Definition at line 72 of file ass_split.h.
| int ASSDialog::layer | 
higher numbered layers are drawn over lower numbered
Definition at line 73 of file ass_split.h.
| int ASSDialog::start | 
start time of the dialog in centiseconds
Definition at line 74 of file ass_split.h.
| int ASSDialog::end | 
end time of the dialog in centiseconds
Definition at line 75 of file ass_split.h.
| char* ASSDialog::style | 
name of the ASSStyle to use with this dialog
Definition at line 76 of file ass_split.h.
Referenced by encode_frame(), ff_ass_free_dialog(), and webvtt_encode_frame().
| char* ASSDialog::name | 
Definition at line 77 of file ass_split.h.
Referenced by ff_ass_free_dialog().
| int ASSDialog::margin_l | 
Definition at line 78 of file ass_split.h.
| int ASSDialog::margin_r | 
Definition at line 79 of file ass_split.h.
| int ASSDialog::margin_v | 
Definition at line 80 of file ass_split.h.
| char* ASSDialog::effect | 
Definition at line 81 of file ass_split.h.
Referenced by ff_ass_free_dialog().
| char* ASSDialog::text | 
actual text which will be displayed as a subtitle, can include style override control codes (see ff_ass_split_override_codes())
Definition at line 82 of file ass_split.h.
Referenced by encode_frame(), ff_ass_free_dialog(), mov_text_encode_frame(), and webvtt_encode_frame().
 1.8.6