Menu

#198 windows version fails in splitting large mp3 files

v1.0_(example)
open
nobody
None
1
2016-01-21
2016-01-21
Anonymous
No

I have a 2.2GB mp3 file with 128kbps CBR
I ran in windows 8.1 in version 2.6.2 the following 3 commands multiple times:
1. mp3splt -t 10.0 <filename>
2. mp3splt -t 10.0 -f <filename>
3. mp3splt -t 1240.0 <filename>

in the first 2 cases the output was lacking the last 100 minutes or so (so I got 237 files out of 247 expected) and the final file that was outputed was 6kb in size and unplayable.

in the 3rd case the first of 2 expected files was fine - the second was again 6kb in size and unplayable.

in all cases the output in the terminal said that the operation was successful.

after that I used the 1st command in ubuntu trusty 14.04 and it worked!

Discussion