ソースを参照

doc/muxers: add flac

Stefano Sabatini 1 年間 前
コミット
9afd9bb5c5
1 ファイル変更20 行追加0 行削除
  1. 20 0
      doc/muxers.texi

+ 20 - 0
doc/muxers.texi

@@ -1576,6 +1576,26 @@ This image format is used to store astronomical data.
 For more information regarding the format, visit
 For more information regarding the format, visit
 @url{https://fits.gsfc.nasa.gov}.
 @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
 @section flv
 
 
 Adobe Flash Video Format muxer.
 Adobe Flash Video Format muxer.