problem cutting some files
utility to split mp3, ogg vorbis and FLAC files without decoding
Brought to you by:
io_alex_2004,
mtrotta
Hello,
Thank you for reporting the issue.
What version of mp3splt are you using ?
It is possible that mp3splt fails to split correctly files that are VBR if you don't use the frame mode and they don't contain any Xing tag.
However, the file that you are attaching doesn't look like a VBR file.
What have you attached here ? The result of the last file when split using 20 minutes ? This file has 27.46 minutes and seem to split fine even without frame mode.
Is it possible to give me the full input file ? You can send it for example by mail at m@ioalex.net if you don't want to post it here.
--
Alex
please see example output. -t 5.0 gives 4 chunks instead of 6, the last one ending at 20 minutes. i dont know about xing tags and stuff, i hoped you could analyze the file.
C:\Users\Peter\Desktop\sd\next_test>"D:\stored programs_essentials\playback\mp
3splt\mp3splt.exe" -t 5.0 "sample if cut at 20 min.mp3"
mp3splt 2.6.2 (09/11/14) - using libmp3splt 0.9.2
Matteo Trotta <mtrotta AT="" users.sourceforge.net="">
Alexandru Munteanu
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Processing file 'sample if cut at 20 min.mp3' ...
info: file matches the plugin 'mp3 (libmad)'
info: MPEG 25 Layer 3 - 11025 Hz - Mono - 24 Kb/s - Total time: 27m.45s
info: starting time mode split
File "sample if cut at 20 min_00m_00s05m_00s.mp3" created
File "sample if cut at 20 min_05m_00s10m_00s.mp3" created
File "sample if cut at 20 min_10m_00s15m_00s.mp3" created
File "sample if cut at 20 min_15m_00s20m_00s.mp3" created
warning: might be VBR, use frame mode
Hi,
Sorry for the late reply, but you have to use the -f flag for frame mode to split such a file.
--
Alex