aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2024-03-12 22:00:09 +0100
committerStefano Sabatini <stefasab@gmail.com>2024-03-19 17:23:05 +0100
commit9afd9bb5c5ab9b6cb24d3b4b20ab576e691451a1 (patch)
tree1f80616e7837595b71cb60cf253afe25ea0adec7
parent0b342a2f156a5eb8ebbb2c07f1b887ab6fda8fc5 (diff)
downloadffmpeg-9afd9bb5c5ab9b6cb24d3b4b20ab576e691451a1.tar.gz
doc/muxers: add flac
-rw-r--r--doc/muxers.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 454f2347cf..fe4be49b1c 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1576,6 +1576,26 @@ This image format is used to store astronomical data.
For more information regarding the format, visit
@url{https://fits.gsfc.nasa.gov}.
+@section flac
+Raw FLAC audio muxer.
+
+This muxer accepts exactly one FLAC audio stream. Additionally, it is possible to add
+images with disposition @samp{attached_pic}.
+
+@subsection Options
+@table @option
+@item write_header @var{bool}
+write the file header if set to @code{true}, default is @code{true}
+@end table
+
+@subsection Example
+Use @command{ffmpeg} to store the audio stream from an input file,
+together with several pictures used with @samp{attached_pic}
+disposition:
+@example
+ffmpeg -i INPUT -i pic1.png -i pic2.jpg -map 0:a -map 1 -map 2 -disposition:v attached_pic OUTPUT
+@end example
+
@section flv
Adobe Flash Video Format muxer.