Unknown list type in Associated Data List chunk: Type = “INFO”¶
Classification¶
Validator |
Validator version |
Error message type |
unknown |
File format |
Version |
Specification |
Description |
Location |
Analyses¶
Analysis¶
The repair specified here probably removes the unknown type, referring to the error message. The newly created file is only a tens of bytes smaller than the original.
Is it a bug in the validating software? -
Possible solutions¶
Create new file from audio stream¶
Suggestion¶
Copy the streams to a new file.
Effects¶
Justification¶
Execution example¶
ffmpeg -i INPUT.WAV -vn -c:a copy -map_metadata 0 OUTPUT.WAV