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

skip any chunks between fmt and data #10013

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MarshallMiller
Copy link

@MarshallMiller MarshallMiller commented Jan 29, 2025

This patch adds support for wave files that include chunks between the fmt and data chunks. Any such chunks are ignored. I have attached a file that includes a wave file without any extra chunks and a wave file with an extra (LIST) chunk. They were produced by running the following commands:

ffmpeg -i 16000.mp3 -acodec pcm_s16le 16000-with-list-chunk.wav

ffmpeg -i 16000.mp3 -bitexact -acodec pcm_s16le 16000-without-list-chunk.wav

extra-chunk-test.zip

@dhalbert
Copy link
Collaborator

Hi, could you explicate what this is doing? I'd suggesting editing the original post.

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

Successfully merging this pull request may close these issues.

2 participants