Opened 3 years ago

Closed 3 years ago

#9384 closed defect (fixed)

v360 filter with orthographic output has wrong color

Reported by: Michael Koch Owned by:
Priority: normal Component: avfilter
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

When converting a white and red equirectangular image to orthographic format, it's unclear where the green pixels in the output image come from. Can be reproduced as follows:

ffmpeg -f lavfi -i color=white:s=400x100 -f lavfi -i color=red:s=400x100 -lavfi [0][1]vstack,v360=e:og:pitch=90 -frames 1 -y out.png

Change History (1)

comment:1 by Elon Musk, 3 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.