aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2024-01-07 16:21:08 +0100
committerStefano Sabatini <stefasab@gmail.com>2024-01-10 19:56:54 +0100
commit2a0abf06e45184dbb90951bd9ed064c26e643915 (patch)
tree86aa89935ae2bbf08672a7ba5d63611aa0bd1f59 /doc
parente2b1988c194beaa3b67f337f5a93699d6c78d2df (diff)
downloadffmpeg-2a0abf06e45184dbb90951bd9ed064c26e643915.tar.gz
doc/muxers: add argo_asf
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 5e34f5a39a..76441af9ef 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -691,6 +691,26 @@ ffmpeg -i INPUT -final_delay 0.5 -plays 2 out.apng
@end example
@end itemize
+@section argo_asf
+Argonaut Games ASF audio muxer.
+
+It accepts a single ADPCM audio stream.
+
+@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