[FFmpeg-devel] [PATCH] doc/muxers: add ass
Stefano Sabatini
stefasab at gmail.com
Mon Jan 8 21:48:51 EET 2024
---
doc/muxers.texi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index db359916fe..949b55c593 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -751,6 +751,19 @@ source. Default value is @code{3200}, minimum is @code{100}, maximum
is @code{64Ki}.
@end table
+ at section ass
+ASS/SSA (SubStation Alpha).
+
+It accepts a single ASS subtitles stream.
+
+ at subsection Options
+ at table @option
+ at 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.
+ at end table
+
@anchor{avi}
@section avi
--
2.34.1
More information about the ffmpeg-devel
mailing list