View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021082 | MMW 5 | Conversion/Leveling | public | 2024-07-15 11:52 | 2024-08-16 20:25 |
Reporter | michal | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | reopened | ||
Product Version | 5.1 | ||||
Target Version | 5.1.1 | Fixed in Version | 5.1 | ||
Summary | 0021082: Add support for encoding/decoding MP4/ALAC larger than 4GB. | ||||
Description | Currently our ALAC encoder/decoder can write/read only files till 4GB (size of data as 32bit integer). It is not enough for very long audio files, like long audio books. Problem could be, that we need to know in advance, whether the file target size will be such large. It can be only estimated, the resulting size is data dependent. And it is not good and common to write always 64bit size, because it might not be compatible with some older decoders. We could do rough estimation, like if original uncompressed size is larger than 5GB, we should use 64bit size, to be sure, it fits. | ||||
Additional Information | Ticket 7323 | ||||
Tags | No tags attached. | ||||
Fixed in build | 3041 | ||||
|
Fixed in build 3037. It now uses 64bits in case original uncompressed audio data are larger than 2^32 bytes, this way it should mostly work like before and only for very large files it will use this changed 64bit size format. |
|
Verified 3039 Creating ALAC file of 18GB works and uses 64bit size. No regression found in Playback. |
|
Reopened, the conversion is not finished correctly for user FLAC file (3,15 GB, 15h 30min of 24bit 32kHz stereo audio). |
|
Encoding fixed in build 3041. It seems we need to add support also for decoding of such large files. |
|
Fixed in build 3041. |
|
Verified 3041 Tested on 11h 17min on 24/48 FLAC File. Needs second verification before closing. |
|
Re Verified 3044 |