[FFmpeg-cvslog] doc/encoders: Move FFV1 encoder to video encoder section
Andreas Rheinhardt
git at videolan.org
Mon Mar 31 22:53:47 EEST 2025
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Mar 31 08:38:02 2025 +0200| [581a6a042ca807a3dfa0604fe893982acd50eb80] | committer: Andreas Rheinhardt
doc/encoders: Move FFV1 encoder to video encoder section
It is not an audio encoder.
Reviewed-by: Gyan Doshi <ffmpeg at gyani.pro>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=581a6a042ca807a3dfa0604fe893982acd50eb80
---
doc/encoders.texi | 84 +++++++++++++++++++++++++++----------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index f987a234bc..64f8593cb3 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -518,48 +518,6 @@ 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
- at table @samp
- at item default
-default, automatic
- at item 8bit
-use 8bit default
- at item greater8bit
-use >8bit default
- at end table
-
- at item remap_optimizer
-0 - 5, default 3, how much effort the encoder puts into optimizing the remap table.
-
- at end table
-
@anchor{flac}
@section flac
@@ -1422,6 +1380,48 @@ Higher is better but slower.
@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
+ at table @samp
+ at item default
+default, automatic
+ at item 8bit
+use 8bit default
+ at item greater8bit
+use >8bit default
+ at end table
+
+ at item remap_optimizer
+0 - 5, default 3, how much effort the encoder puts into optimizing the remap table.
+
+ at end table
+
@section GIF
GIF image/animation encoder.
More information about the ffmpeg-cvslog
mailing list