Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How to split an mp3 file into subsongs? (Read 9055 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to split an mp3 file into subsongs?

How can you split an mp3 file using subsong index thingy? I don't want to split into multiple files; only make a cue sheet or something so that foobar can distinguish between e.g. multiple movements in a classical work.

How to split an mp3 file into subsongs?

Reply #1
You can use an external cuesheet to do this.  foobar 0.9 won't read an embedded cuesheet i nan MP3 I believe.

Check the wiki entry for the format.
I'm on a horse.

How to split an mp3 file into subsongs?

Reply #2
External, internal, doesn't matter. At the bottom of the link you posted, it said that foobar could be used for creation and splitting. How can I do this? I haven't found any info...

How to split an mp3 file into subsongs?

Reply #3
seriously simple actually.  just open your favorite text editor, and follow the examples on that wiki.  save the text file (filename is unimportant) with a .cue file extension.  be sure to save it to the same folder as the mp3 file, unless you specify an absolute file path to the mp3.

then just open the .cue file with foobar. 

How to split an mp3 file into subsongs?

Reply #4
If you want to create a cuesheet from an existing MP3 foobar won't help.  It can create a cuesheet when joining multiple files into one.

I would look to using an editor like Goldwave.  This thread may be of help.
I'm on a horse.

How to split an mp3 file into subsongs?

Reply #5
In foobar, will the mp3 file then show up as multiple songs? (I'm using colums UI.)

How to split an mp3 file into subsongs?

Reply #6
Yes.  If you create a cuesheet for your MP3 file it will essentially split the file into tracks, each of which can have their own TITLE (and PERFORMER, but I'm assuming you don't need this).

Here's an example:

Code: [Select]
PERFORMER "My Artist"
TITLE "Track Name"
FILE "mymp3.mp3" MP3
  TRACK 01 AUDIO
    TITLE "Part I"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "Part II"
    INDEX 01 01:00:00
  TRACK 03 AUDIO
    TITLE "Part III"
    INDEX 01 02:00:00
  TRACK 04 AUDIO
    TITLE "Part IV"
    INDEX 01 03:00:00

If you save this as "mymp3.cue", put it in the same folder as "mymp3.mp3", and then drag the .cue into foobar it will show four tracks: Part I; Part II; Part III; and Part IV.  Parts I to III will be one minute long, while Part IV will "take up the slack".

Edit: For clarity, I guess you could use titles like "Track Name: Part I"; "Track Name: Part II"; etc.  Also note that all tracks will show the artist as "My Artist".
I'm on a horse.

How to split an mp3 file into subsongs?

Reply #7
Is there any way to split a large file into multiple files? (as in create multiple files from a single file)

How to split an mp3 file into subsongs?

Reply #8
There are a few applications that can do this without re-encoding (with a cuesheet).

I would recommend pcutmp3.  Other options include Musicutter and mp3DirectCut.
I'm on a horse.

How to split an mp3 file into subsongs?

Reply #9
cue splitter works really well and doesnt have to reencode most types of audio

How to split an mp3 file into subsongs?

Reply #10
cue splitter works really well and doesnt have to reencode most types of audio

CUE Splitter is great, I used to use it frequently back before learning how to optimize EAC. But FooBar can just output split tracks... with encoding. But it really doesn't matter since when you put those into FooBar's playlist, it  plays them without a gap. You can even convert that back into a single file. Depending on what kind of format you encoded into to begin with, you might not have a gap.
OP can't edit initial post when a solution is determined  :'-(