Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sox FAIL formats: no handler for file extension `mp4' #2

Closed
sandeeppatel1986 opened this issue Sep 14, 2018 · 1 comment
Closed

sox FAIL formats: no handler for file extension `mp4' #2

sandeeppatel1986 opened this issue Sep 14, 2018 · 1 comment

Comments

@sandeeppatel1986
Copy link

sandeeppatel1986 commented Sep 14, 2018

I have .mp4 file and a .wav file.

I am passing .mp4 as good file and .wav as bad file. I am getting correct offset value.
But, out.wav is not getting generated and I am getting this error.

sox FAIL formats: no handler for file extension 'mp4'

So, what are the supported formats for sync audio/video?

@alopatindev
Copy link
Owner

At least WAV, FLAC and Ogg Vorbis work for me.

Boring details:

  • SoX is used to read good file and to write output. So everything that SoX can read should work for good file, everything that SoX can write — should work for output file (see sox --help-format all)
  • both good and bad files are also read by ffmpeg. So everything that ffmpeg can read is supported (see ffmpeg -formats and ffmpeg -codecs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants