We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
av_stream_write_subtitle - Write a subtitle
bool av_stream_write_subtitle( av_stream $strm, array $container, double $time )
av_stream_write_subtitle() adds a subtitle to a subtitle stream at time. See av_stream_read_subtitle for the structure of container.
###Parameters:
strm - The stream to write to. Must be a subtitle stream.
container - An associative array containing the subtitle.
time - The presentation time (in seconds).
###Return Value: True if a subtitle was successfully written; false otherwise.