ffmpeg | branch: master | Stefano Sabatini <stefa...@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}. +@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. _______________________________________________ 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".