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)

out.png (1.3 KB ) - added by Jozef Chutka 3 years ago.

Download all attachments as: .zip

Change History (5)

by Jozef Chutka, 3 years ago

Attachment: out.png added

comment:1 by Elon Musk, 3 years ago

This is actually scale filter bug.

comment:2 by Jozef Chutka, 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 Elon Musk, 3 years ago

This have been fixed in master, see: 17a59a634c39b00a680c6ebbaea58db95594d13d

comment:4 by Jozef Chutka, 3 years ago

Resolution: fixed
Status: newclosed

Perfect, Elon. Just checked with latest build and closing as fixed, thanks.

Any chance you could have a look at #9561 or #9541 ?

Note: See TracTickets for help on using tickets.