Menu

#8 Index out of bounds

open
nobody
None
5
2011-09-10
2011-09-10
Skeeve
No

I've created a big mp3 file with this shell command:

echo '<chapter starttime="00:00">'
for f in ??.mp3 ; do
cat $f >> x.mp3
mp3info -F -p '<title>%t</title>\n</chapter>\n<chapter starttime="%m:%s">\n' x.mp3
done

I used the output to create a chapter xml (18 chapters) and imported it after opening the new x.mp3.

in the console window, where I started id3v2 chapter tool this exception appeared:

java.lang.ArrayIndexOutOfBoundsException: 15
at codecLib.mp3.k.a(Unknown Source)
at codecLib.mp3.k.do(Unknown Source)
at codecLib.mp3.Decoder.decode(Unknown Source)
at com.sun.media.codec.audio.mp3.JavaDecoder.process(JavaDecoder.java:323)
at com.sun.media.BasicFilterModule.process(BasicFilterModule.java:322)
at com.sun.media.BasicModule.connectorPushed(BasicModule.java:69)
at com.sun.media.BasicOutputConnector.writeReport(BasicOutputConnector.java:120)
at com.sun.media.SourceThread.process(BasicSourceModule.java:729)
at com.sun.media.util.LoopThread.run(LoopThread.java:135)

Discussion


Log in to post a comment.

MongoDB Logo MongoDB