View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014887 | MMW v4 | Codec | public | 2018-06-19 01:36 | 2018-06-20 02:30 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Target Version | 4.1.21 | ||||
Summary | 0014887: FLAC: Header Data is corrupted and Info is not read correctly | ||||
Description | Header 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 Reproduce | 1. 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 Information | https://www.mediamonkey.com/forum/viewtopic.php?f=1&t=90358 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
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). |
|
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. |