[FFmpeg-devel] [PATCH 3/2] doc/encoders: Add documentation for the GIF encoder
Derek Buitenhuis
derek.buitenhuis at gmail.com
Sun Feb 21 15:12:27 EET 2021
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
---
doc/encoders.texi | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 8fb573c416..d7d81e070d 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1268,6 +1268,44 @@ disabled
A description of some of the currently available video encoders
follows.
+ at section GIF
+
+GIF image/animation encoder.
+
+ at subsection Options
+
+ at table @option
+ at item gifflags @var{integer}
+Sets the flags used for GIF encoding.
+
+ at table @option
+ at item offsetting
+Enables picture offsetting.
+
+Default is enabled.
+
+ at item transdiff
+Enables transparency detection between frames.
+
+Default is enabled.
+
+ at end table
+
+ at item gifimage @var{integer}
+Enables encoding one full GIF image per frame, rather than an animated GIF.
+
+Default value is @option{0}.
+
+ at item global_palette @var{integer}
+Writes a palette to the global GIF header whee feasible.
+
+If disabled, every frame will always have a palette written, even if there
+is a global palette supplied.
+
+Default value is @option{1}.
+
+ at end table
+
@section Hap
Vidvox Hap video encoder.
--
2.30.0
More information about the ffmpeg-devel
mailing list