diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-01-14 17:05:56 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-01-20 12:46:33 +0100 |
commit | 5ec53db3509127119c038272a12aab8c89434adc (patch) | |
tree | b0fadc5cc434d8a2d76395174f38b11c1ef4b0df | |
parent | f7b410fac2048478f3e615d52b9ec643dee40fd1 (diff) | |
download | ffmpeg-5ec53db3509127119c038272a12aab8c89434adc.tar.gz |
doc/muxers: add avm2
-rw-r--r-- | doc/muxers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 0d163a1629..77d1b2983f 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -862,6 +862,11 @@ Set the timescale written in the movie header box (@code{mvhd}). Range is 1 to INT_MAX. Default is @code{1000}. @end table +@section avm2 +ShockWave Flash (SWF) / ActionScript Virtual Machine 2 (AVM2) format muxer. + +It accepts one audio stream, one video stream, or both. + @anchor{chromaprint} @section chromaprint |