Skip to content

WAVE file header issue #9

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

Closed
speccy88 opened this issue May 23, 2018 · 1 comment
Closed

WAVE file header issue #9

speccy88 opened this issue May 23, 2018 · 1 comment
Assignees

Comments

@speccy88
Copy link

ffmpeg on Linux adds a LIST section between fmt and data when converting an audio file to WAVE.

On the image below, you have the same file exported by ffmpeg on the left and Audacity on the right.
image

WAVE file with the LIST section don't work with the library right now.

there is no easy way with ffmpeg to remove this metadata. Getting this to work would allow a lot more files to work correctly with the library.

@don
Copy link

don commented Sep 10, 2018

When I add the bitexact flag, ffmpeg does not write the LIST-INFO header.

say -o hello.aiff hello
ffmpeg -i hello.aiff -bitexact -ac 2 hello.wav

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

3 participants