[FFmpeg-cvslog] doc/muxers: add flac

Stefano Sabatini git at videolan.org
Tue Mar 19 18:29:24 EET 2024


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Mar 12 22:00:09 2024 +0100| [9afd9bb5c5ab9b6cb24d3b4b20ab576e691451a1] | committer: Stefano Sabatini

doc/muxers: add flac

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9afd9bb5c5ab9b6cb24d3b4b20ab576e691451a1
---

 doc/muxers.texi | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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}.
 
+ at 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}.
+
+ at subsection Options
+ at table @option
+ at item write_header @var{bool}
+write the file header if set to @code{true}, default is @code{true}
+ at end table
+
+ at subsection Example
+Use @command{ffmpeg} to store the audio stream from an input file,
+together with several pictures used with @samp{attached_pic}
+disposition:
+ at example
+ffmpeg -i INPUT -i pic1.png -i pic2.jpg -map 0:a -map 1 -map 2 -disposition:v attached_pic OUTPUT
+ at end example
+
 @section flv
 
 Adobe Flash Video Format muxer.



More information about the ffmpeg-cvslog mailing list