1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

doc/muxers: add ass

This commit is contained in:
Stefano Sabatini 2024-01-08 20:45:03 +01:00
parent 81960c09d6
commit 82ad55f5ff

View File

@ -750,6 +750,19 @@ source. Default value is @code{3200}, minimum is @code{100}, maximum
is @code{64Ki}.
@end table
@section ass
ASS/SSA (SubStation Alpha) subtitles muxer.
It accepts a single ASS subtitles stream.
@subsection Options
@table @option
@item ignore_readorder @var{bool}
Write dialogue events immediately, even if they are out-of-order,
default is @code{false}, otherwise they are cached until the expected
time event is found.
@end table
@anchor{avi}
@section avi