Trying to convert 3DVR video into 2D.
<code>ffmpeg -y -ss 15.081733 -i "C:Userszek0lDownloadsmpvinstalllo.mp4" -to 3214.010800 -copyts -filter_complex "v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:reset_rot=1:id_fov=180:d_fov=130.000:yaw=0.000:pitch=-27.000:roll=0.000:w=1920.0:h=1080.0:interp=cubic:h_flip=0,setsar=sar=1.000,sendcmd=filename=louise.mp4_3dViewHistory_1.txt" -avoid_negative_ts make_zero -preset slower -crf 17 "lo.mp4_2d_001.mp4"
</code>
<code>ffmpeg -y -ss 15.081733 -i "C:Userszek0lDownloadsmpvinstalllo.mp4" -to 3214.010800 -copyts -filter_complex "v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:reset_rot=1:id_fov=180:d_fov=130.000:yaw=0.000:pitch=-27.000:roll=0.000:w=1920.0:h=1080.0:interp=cubic:h_flip=0,setsar=sar=1.000,sendcmd=filename=louise.mp4_3dViewHistory_1.txt" -avoid_negative_ts make_zero -preset slower -crf 17 "lo.mp4_2d_001.mp4"
</code>
ffmpeg -y -ss 15.081733 -i "C:Userszek0lDownloadsmpvinstalllo.mp4" -to 3214.010800 -copyts -filter_complex "v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:reset_rot=1:id_fov=180:d_fov=130.000:yaw=0.000:pitch=-27.000:roll=0.000:w=1920.0:h=1080.0:interp=cubic:h_flip=0,setsar=sar=1.000,sendcmd=filename=louise.mp4_3dViewHistory_1.txt" -avoid_negative_ts make_zero -preset slower -crf 17 "lo.mp4_2d_001.mp4"
<code>[Parsed_v360_0 @ 000001c755326680] Option 'reset_rot' not found
[AVFilterGraph @ 000001c755325f00] Error initializing filter 'v360' with args 'hequirect:flat:in_stereo=sbs:out_stereo=2d:reset_rot=1:id_fov=180:d_fov=130.000:yaw=0.000:pitch=-27.000:roll=0.000:w=1920.0:h=1080.0:interp=cubic:h_flip=0'
Error initializing complex filters.
Option not found
</code>
<code>[Parsed_v360_0 @ 000001c755326680] Option 'reset_rot' not found
[AVFilterGraph @ 000001c755325f00] Error initializing filter 'v360' with args 'hequirect:flat:in_stereo=sbs:out_stereo=2d:reset_rot=1:id_fov=180:d_fov=130.000:yaw=0.000:pitch=-27.000:roll=0.000:w=1920.0:h=1080.0:interp=cubic:h_flip=0'
Error initializing complex filters.
Option not found
</code>
[Parsed_v360_0 @ 000001c755326680] Option 'reset_rot' not found
[AVFilterGraph @ 000001c755325f00] Error initializing filter 'v360' with args 'hequirect:flat:in_stereo=sbs:out_stereo=2d:reset_rot=1:id_fov=180:d_fov=130.000:yaw=0.000:pitch=-27.000:roll=0.000:w=1920.0:h=1080.0:interp=cubic:h_flip=0'
Error initializing complex filters.
Option not found
Any idea from where it comes?
I triple checked documentation but can’t find which filter is wrong