Avutil.Subtitle
val time_base : unit -> rational
Return the time base for subtitles.
Avutil.Subtitle.create_frame start end lines
create a subtitle frame from lines
which is displayed at start
time and hidden at end
time in seconds. Raises Error if the allocation failed.