Skip to content

Can't convert from EAC_32 to EQUIRECT #64

Description

@Gedoc

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions