diff mbox series

[FFmpeg-devel,2/2] doc/encoders: very basic FFv1 documentation

Message ID 20241014224650.221839-2-michael@niedermayer.cc
State New
Headers show
Series [FFmpeg-devel,1/2] libavcodec/ffv1enc: Add option to select the quantization table | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 fail Make fate failed

Commit Message

Michael Niedermayer Oct. 14, 2024, 10:46 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 doc/encoders.texi | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
diff mbox series

Patch

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 0749417db4f..5a444126b4b 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -529,6 +529,37 @@  Selected by Encoder (default)
 
 @end table
 
+@anchor{ffv1}
+@section ffv1
+
+FFv1 Encoder
+
+@subsection Options
+
+The following options are supported by FFmpeg's FFv1 encoder.
+
+@table @option
+@item context
+Sets the context size, 0 (default) is small, 1 is big.
+
+@item coder
+Set the coder,
+@table @samp
+@item rice
+Golomb rice coder
+@item range_def
+Range coder with default table
+@item range_tab
+Range coder with custom table
+@end table
+
+@item slicecrc
+-1 (default, automatic), 1 use crc with zero initial and final state, 2 use crc with non zero initial and final state
+
+@item qtable
+-1 (default, automatic), 0 use 8bit default, 1, use >8bit default
+@end table
+
 @anchor{flac}
 @section flac