View Issue Details

IDProjectCategoryView StatusLast Update
0014887MMW v4Codecpublic2018-06-20 02:30
Reporterpeke Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status closedResolutionwon't fix 
Target Version4.1.21 
Summary0014887: FLAC: Header Data is corrupted and Info is not read correctly
DescriptionHeader Data is corrupted and FLAC Info is not read correctly.

Corrupted file Looks like it is LAV demux Stream RIP

MMW PLAY the file and convert it to reconstruct the Header and conversion will keep Audio Data Bit perfect.

Can you check if there is a easy way to reconstruct the header in order that MMW can read correct track length, if not I would suggest to keep it as is?
Steps To Reproduce1. Convert Unknown File with MMW to WAV (All values to Default)
2. Convert Convert Unknown File with any other application to WAV
3. on both files Physically Strip WAV File all other Chunks (Both leading and trailing) leaving only Audio Data Chunk
4. Compare RAW Audio Data -> Identical
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?f=1&t=90358
TagsNo tags attached.
Fixed in build

Activities

michal

2018-06-19 07:38

developer   ~0050571

Last edited: 2018-06-19 07:46

The header is not corrupted, it just does not contain info about sample count and duration and the only way of detecting it is to decode the whole stream, that is not acceptable during quick scanning. It is typical for saved live streams. The best approach is to losslessly reconvert affected files in MM (i.e. convert them to FLAC with default settings).

peke

2018-06-20 02:30

developer   ~0050576

Verified Converted files using MMW Default FLAC Codec settings corrects FLAC Header and make Bit-Perfect copy of original file with missing Sample count and duration.