Opened 10 years ago
Closed 10 years ago
#5835 closed defect (fixed)
palettegen, paletteuse filter dose not add new options at documentation
| Reported by: | nicol | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | documentation |
| Version: | git-master | Keywords: | palettegen, paletteuse |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
Summary of the bug: palettegen, paletteuse filter dose not add new options at documentation.
How to reproduce:
https://ffmpeg.org/ffmpeg-filters.html#palettegen-1
% ffmpeg -h filter=palettegen
stats_mode
single ..FV.... compute new histogram for each frame
https://ffmpeg.org/ffmpeg-filters.html#paletteuse
% ffmpeg -h filter=paletteuse
debug_kdtree <string> ..FV.... save Graphviz graph of the kdtree in specified file
color_search <int> ..FV.... set reverse colormap color search method (from 0 to 2) (default nns_iterative)
nns_iterative ..FV.... iterative search
nns_recursive ..FV.... recursive search
bruteforce ..FV.... brute-force into the palette
mean_err <boolean> ..FV.... compute and print mean error (default false)
debug_accuracy <boolean> ..FV.... test color search accuracy (default false)
new <boolean> ..FV.... take new palette for each output frame (default false)
ffmpeg version N-81592-g2793ebd
built on ... zeranoe
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Change History (1)
comment:1 by , 10 years ago
| Reproduced by developer: | set |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in 915abab25c5b28a23767029713bb175c63be7cc7.