Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#9383 closed defect (fixed)

v360 filter with fisheye output has shifted output image

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 from equirectangular to fisheye, the output image is shifted about one pixel to the right. The same problem is also in dfisheye output. Can be reproduced as follows:

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

Change History (2)

comment:1 by Elon Musk, 3 years ago

Resolution: fixed
Status: newclosed

comment:2 by Michael Koch, 3 years ago

Thank you, I've tested it and it's all ok now. Also ticket 9384.

Note: See TracTickets for help on using tickets.