Paul,


I'm working on dual fisheye output....

I've tested double-fisheye input and output and found no problems. This can also be used for tilting of 180° single-fisheye images:

set "IN=IMG_077.jpg"     :: Input image or video
set "PITCH=0"            :: Rotation angle around X axis
set "YAW=10"             :: Rotation angle around Y axis
set "OUT=out.jpg"        :: Output image or video

ffmpeg -i %IN% -lavfi "pad=w=2*iw:color=darkgreen,v360=input=dfisheye:output=dfisheye:yaw=%YAW%:pitch=%PITCH%,crop=w=iw/2:x=0" -y %OUT%

Michael

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to