-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Description
Hi. I have a "Segmentation fault (core dumped)" error when i try to convert from EAC to EQUIRECT.
I tryed with different commands :
ffmpeg -i input_eac.mp4 -vf transform360="input_layout=0 :output_layout=2" output_equirect.mp4
ffmpeg -i input_eac.mp4 -vf transform360="input_stereo_format=mono :output_stereo_format=mono :input_layout=0 :output_layout=2" output_equirect.mp4
ffmpeg -i input_eac.mp4 -vf transform360="input_stereo_format=mono :output_stereo_format=mono :input_layout=0 :output_layout=2 :interpolation_alg=cubic :enable_low_pass_filter=1 :enable_multi_threading=1 :adjust_kernel=1" output_equirect.mp4
ffmpeg -i input_eac.mp4 -vf transform360="input_stereo_format=mono :output_stereo_format=mono :input_layout=0 :output_layout=2 :interpolation_alg=cubic :enable_low_pass_filter=1 :enable_multi_threading=1 :adjust_kernel=1 :num_horizontal_segments=3 :num_vertical_segments=2 :max_output_w=3840 :max_output_h=2160" output_equirect.mp4
But nothing is working. Everytime this strange error "Segmentation fault (core dumped)"
I searched information but didn't found anything.
Does anyone have any idea about how to make it work ? Am I doing something wrong ?
Thanks
Metadata
Metadata
Assignees
Labels
No labels