ffmpeg | branch: master | Stefano Sabatini <stefa...@gmail.com> | Sun Jan 7 16:21:08 2024 +0100| [2a0abf06e45184dbb90951bd9ed064c26e643915] | committer: Stefano Sabatini
doc/muxers: add argo_asf > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a0abf06e45184dbb90951bd9ed064c26e643915 --- doc/muxers.texi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".