Opened 3 years ago
Closed 3 years ago
#9625 closed defect (fixed)
paletteuse artefacts
Reported by: | Jozef Chutka | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Jozef Chutka | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
palettegen+paletteuse generates some strange ~10x1 px artefacts on the left side of the output
How to reproduce:
% ffmpeg -filter_complex "color=color=#ffffff:size=100x300:rate=10:duration=1[a];color=color=#ff0000:size=100x100:rate=10:duration=1[b];[a][b]overlay,split[c][d];[c]palettegen,[d]paletteuse" -frames:v 1 -y out.png
Using ffmpeg version 2022-01-24-git-0a83ecbf48-full_build-www.gyan.dev
Attachments (1)
Change History (5)
by , 3 years ago
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Hi Elon,
I wasnt even aware scale filter is being executed in this case, considering its not part of the filter chain.
Is there any workaround or even better work in progress to resolve?
thanks
comment:3 by , 3 years ago
This have been fixed in master, see: 17a59a634c39b00a680c6ebbaea58db95594d13d
comment:4 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is actually scale filter bug.