Opened 3 years ago
Closed 3 years ago
#9448 closed defect (fixed)
double fisheye to equirectangular conversion is broken
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
I'm sure this did work some time ago, but now the output is wrong:
ffmpeg -i double_fisheye.png -lavfi "v360=input=dfisheye:output=e:ih_fov=180:iv_fov=180:pitch=90" -y equirectangular.png
Attachments (1)
Change History (4)
by , 3 years ago
Attachment: | double_fisheye.png added |
---|
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Version: | unspecified → git-master |
---|
comment:3 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
was fixed here: http://ffmpeg.org/pipermail/ffmpeg-cvslog/2021-October/129339.html
Thank you!
Note:
See TracTickets
for help on using tickets.
It works when I set ih_fov=90 and iv_fov=90 but that's not correct.