aboutsummaryrefslogtreecommitdiffstats
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2024-01-10 21:42:20 +0100
committerStefano Sabatini <stefasab@gmail.com>2024-01-14 12:22:21 +0100
commit4143afc70d89d367148f259d84d83f1575ea6454 (patch)
treee739241aee427aa14083d1be985bb2bc9314aadf /doc/muxers.texi
parenta600f593a860f22067efa84f539b122b84d109b9 (diff)
downloadffmpeg-4143afc70d89d367148f259d84d83f1575ea6454.tar.gz
doc/muxers: add ast
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index c8b2bcdea6..fee8321eab 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -763,6 +763,30 @@ default is @code{false}, otherwise they are cached until the expected
time event is found.
@end table
+@section ast
+AST (Audio Stream) muxer.
+
+This format is used to play audio on some Nintendo Wii games.
+
+It accepts a single audio stream.
+
+The @option{loopstart} and @option{loopend} options can be used to
+define a section of the file to loop for players honoring such
+options.
+
+@subsection Options
+@table @option
+@item loopstart @var{start}
+Specify loop start position expressesd in milliseconds, from @code{-1}
+to @code{INT_MAX}, in case @code{-1} is set then no loop is specified
+(default -1) and the @option{loopend} value is ignored.
+
+@item loopend @var{end}
+Specify loop end position expressed in milliseconds, from @code{0} to
+@code{INT_MAX}, default is @code{0}, in case @code{0} is set it
+assumes the total stream duration.
+@end table
+
@anchor{avi}
@section avi