diff mbox series

[FFmpeg-devel] doc/muxers: add argo_asf

Message ID 20240107152126.411206-1-stefasab@gmail.com
State New
Headers show
Series [FFmpeg-devel] doc/muxers: add argo_asf | 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. 7, 2024, 3:21 p.m. UTC
---
 doc/muxers.texi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
diff mbox series

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 1bafea0d12..5e4fbeb883 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -692,6 +692,24 @@  ffmpeg -i INPUT -final_delay 0.5 -plays 2 out.apng
 @end example
 @end itemize
 
+@section argo_asf
+Argonaut Games ASF.
+
+@subsection Options
+@table @option
+@item version_major @var{version}
+override file major version, specified as an integer, default value is
+@code{2}
+
+@item version_minor @var{version}
+override file minor version, specified as an integer, default value is
+@code{1}
+
+@item name @var{name}
+Embed file name into file, if not specified use the output file
+name. The name is truncated to 8 characters.
+@end table
+
 @anchor{asf}
 @section asf