FFmpeg
Loading...
Searching...
No Matches
ASSScriptInfo Struct Reference

fields extracted from the [Script Info] section More...

#include <ass_split.h>

Data Fields

char * script_type
 SSA script format version (eg.
 
char * collisions
 how subtitles are moved to prevent collisions
 
int play_res_x
 video width that ASS coords are referring to
 
int play_res_y
 video height that ASS coords are referring to
 
float timer
 time multiplier to apply to SSA clock (in %)
 

Detailed Description

fields extracted from the [Script Info] section

Definition at line 28 of file ass_split.h.

Field Documentation

◆ script_type

char* ASSScriptInfo::script_type

SSA script format version (eg.

v4.00)

Definition at line 29 of file ass_split.h.

◆ collisions

char* ASSScriptInfo::collisions

how subtitles are moved to prevent collisions

Definition at line 30 of file ass_split.h.

◆ play_res_x

int ASSScriptInfo::play_res_x

video width that ASS coords are referring to

Definition at line 31 of file ass_split.h.

Referenced by ttml_get_extent(), ttml_get_origin(), and ttml_write_header_content().

◆ play_res_y

int ASSScriptInfo::play_res_y

video height that ASS coords are referring to

Definition at line 32 of file ass_split.h.

Referenced by encode_sample_description(), ttml_get_extent(), ttml_get_origin(), and ttml_write_header_content().

◆ timer

float ASSScriptInfo::timer

time multiplier to apply to SSA clock (in %)

Definition at line 33 of file ass_split.h.


The documentation for this struct was generated from the following file: