[FFmpeg-user] V360 filter

Michael Koch astroelectronic at t-online.de
Fri Sep 13 16:46:06 EEST 2019


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



More information about the ffmpeg-user mailing list