You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: add missing palette* options
Introduced inb7e78c7
and93ae68d
. Fixes #5835. The paletteuse debug options that are not part of the official API are not included (debug_kdtree and color_search). Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
@@ -10419,6 +10419,8 @@ Compute full frame histograms.
|
|||||||
Compute histograms only for the part that differs from previous frame. This
|
Compute histograms only for the part that differs from previous frame. This
|
||||||
might be relevant to give more importance to the moving part of your input if
|
might be relevant to give more importance to the moving part of your input if
|
||||||
the background is static.
|
the background is static.
|
||||||
|
@item single
|
||||||
|
Compute new histogram for each frame.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
Default value is @var{full}.
|
Default value is @var{full}.
|
||||||
@@ -10490,6 +10492,9 @@ much, and as a result less moving noise and better GIF compression).
|
|||||||
@end table
|
@end table
|
||||||
|
|
||||||
Default is @var{none}.
|
Default is @var{none}.
|
||||||
|
|
||||||
|
@item new
|
||||||
|
Take new palette for each output frame.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@subsection Examples
|
@subsection Examples
|
||||||
|
Reference in New Issue
Block a user