Menu

#179 problem cutting some files

v1.0_(example)
open
nobody
None
1
2015-03-10
2014-11-19
Anonymous
No

cutting the attached file using
mp3splt -t 2.0
results in the last chunk end at 20 min even though the file is longer. same result with -t 5.0 and -t 1.0 and even -t 0.01, but interestingly not with -t 20.0.

what is going on? using frame mode fixes this, but is sooo slow.

1 Attachments

Discussion

  • Munteanu Alexandru

    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

     
  • Anonymous

    Anonymous - 2014-11-19

    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_00s
    10m_00s.mp3" created
    File "sample if cut at 20 min_10m_00s15m_00s.mp3" created
    File "sample if cut at 20 min_15m_00s
    20m_00s.mp3" created
    warning: might be VBR, use frame mode

     
  • Munteanu Alexandru

    Hi,

    Sorry for the late reply, but you have to use the -f flag for frame mode to split such a file.

    --
    Alex