From 771b85f1bb55df28b7ab2a5c48a9470aa07e017b Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Date: Mon, 31 Mar 2025 08:38:02 +0200 Subject: [PATCH] doc/encoders: Move FFV1 encoder to video encoder section It is not an audio encoder. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> --- 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 -@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 -@table @samp -@item default -default, automatic -@item 8bit -use 8bit default -@item greater8bit -use >8bit default -@end table - -@item remap_optimizer -0 - 5, default 3, how much effort the encoder puts into optimizing the remap table. - -@end table - @anchor{flac} @section flac @@ -1422,6 +1380,48 @@ Higher is better but slower. @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 +@table @samp +@item default +default, automatic +@item 8bit +use 8bit default +@item greater8bit +use >8bit default +@end table + +@item remap_optimizer +0 - 5, default 3, how much effort the encoder puts into optimizing the remap table. + +@end table + @section GIF GIF image/animation encoder. -- 2.45.2