I am trying to convert dual fisheye image captured in an insta360 camera to equirectangular format using the ffmpeg package but I am unable to get the correct result. I used the following code,
ffmpeg -i input.jpg -vf v360=dfisheye:equirect:ih_fov=360:iv_fov=360 output.jpg
the input image,input_image
the output image, output_image
thank you in advance.