[FFmpeg-devel] [PATCH 2/2] doc/encoders: very basic FFv1 documentation
Michael Niedermayer
michael at niedermayer.cc
Tue Oct 15 01:46:50 EEST 2024
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
doc/encoders.texi | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
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
+ at anchor{ffv1}
+ at section ffv1
+
+FFv1 Encoder
+
+ at subsection Options
+
+The following options are supported by FFmpeg's FFv1 encoder.
+
+ at table @option
+ at item context
+Sets the context size, 0 (default) is small, 1 is big.
+
+ at item coder
+Set the coder,
+ at table @samp
+ at item rice
+Golomb rice coder
+ at item range_def
+Range coder with default table
+ at item range_tab
+Range coder with custom table
+ at end table
+
+ at item slicecrc
+-1 (default, automatic), 1 use crc with zero initial and final state, 2 use crc with non zero initial and final state
+
+ at item qtable
+-1 (default, automatic), 0 use 8bit default, 1, use >8bit default
+ at end table
+
@anchor{flac}
@section flac
--
2.47.0
More information about the ffmpeg-devel
mailing list