We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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.
The text was updated successfully, but these errors were encountered:
When I add the bitexact flag, ffmpeg does not write the LIST-INFO header.
bitexact
say -o hello.aiff hello ffmpeg -i hello.aiff -bitexact -ac 2 hello.wav
Sorry, something went wrong.
Rocketct
No branches or pull requests
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.

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.
The text was updated successfully, but these errors were encountered: