This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11124 - Flac decoding of large/high quality file fails
Attached to Project:
Rockbox
Opened by Christoph Pohl (Psirus) - Thursday, 18 March 2010, 19:36 GMT+2
Last edited by Andree Buschmann (Buschel) - Monday, 02 May 2011, 22:33 GMT+2
Opened by Christoph Pohl (Psirus) - Thursday, 18 March 2010, 19:36 GMT+2
Last edited by Andree Buschmann (Buschel) - Monday, 02 May 2011, 22:33 GMT+2
|
DetailsMy Ipod 5G (30GB) won't play a flac file.
The file is very large, 3.12GB since it is encoded as 96kHz and 24bit and almost 3 hours long. My Rockbox Version is: r25117M-100311 |
This task depends upon
Closed by Andree Buschmann (Buschel)
Monday, 02 May 2011, 22:33 GMT+2
Reason for closing: Out of Date
Additional comments about closing: No further response by user.
Monday, 02 May 2011, 22:33 GMT+2
Reason for closing: Out of Date
Additional comments about closing: No further response by user.
[flac @ 0x98c73d0]MAX_READ_SIZE:5000000 reached
Input #0, flac, from 'foobar.flac':
Metadata:
VALID_BITS : 24
HDCD : 0
Duration: 02:49:02.42, bitrate: 2648 kb/s
Stream #0.0: Audio: flac, 96000 Hz, 2 channels, s32
This can be done with the "flac" utility like this "flac -a file.flac" this will write a file.ana file which contains a lot of info from your file, search this file for lines containing blocksize=<something> where <something> is larger than 4608
edit: you can losslessly re-encode your file to a smaller blocksize if this is the case