Skip to content

Fix duplicate <fmt > chunks #264

@MarcosSueiro

Description

@MarcosSueiro

I have discovered several hundred WAVE files with multiple fmt chunks (see this example). It seems that an editing software used by our institution renders WAVE files with several headers as a way to divide the file into sections (!!). Besides length, sometimes the headers even include different sample rates or bit depths --which can make an audio player play the file at the wrong speed.

Naturally, this seems to confuse various readers: values for e.g length appear differently in ffprobe, mediaInfo and exiftool.

This issue is admittedly an outlier, but... Is there a way to fix it? Even just adding markers at the positions of the original headers would be helpful.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions