diff mbox series

[FFmpeg-devel] doc/muxers: add ass

Message ID 20240108194851.428074-1-stefasab@gmail.com
State New
Headers show
Series [FFmpeg-devel] doc/muxers: add ass | expand

Checks

Context Check Description
yinshiyou/configure_loongarch64 warning Failed to apply patch
andriy/configure_x86 warning Failed to apply patch

Commit Message

Stefano Sabatini Jan. 8, 2024, 7:48 p.m. UTC
---
 doc/muxers.texi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

Comments

Stefano Sabatini Jan. 10, 2024, 7:01 p.m. UTC | #1
On date Monday 2024-01-08 20:48:51 +0100, Stefano Sabatini wrote:
> ---
>  doc/muxers.texi | 13 +++++++++++++
>  1 file changed, 13 insertions(+)

Applied this one and the previous doc/muxers patches.
diff mbox series

Patch

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
 
+@section ass
+ASS/SSA (SubStation Alpha).
+
+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