Page 1 of 1

Mp3splt

Posted: Sat Jul 02, 2011 4:36 pm
by webfork
After the disappointing results with another MP3 cutter, I found mp3splt. Initially mentioned by ashghost in its command-line form, now has a front end: MP3Split-GTK. WinPenPack has a conveniently packaged version.

Looks portable, but not stealth. Writes to C:\Documents and Settings\User\Local Settings\Temp

Why add it?
mp3Splt-gtk has the advantage that it handles ogg vorbis files as well as mp3. It also has a few more features than mp3DirectCut, including the ability to identify split points between tracks via online database services (CDDB or FreeDB).

On the downside, the user interface is less tidy than mp3DirectCut's (at least in its older versions), and the program's response times tend to be somewhat longer. For instance, you have to load the player's VU meter (by checking "Show amplitude wave"). Documentation too seems to be confined to the command line version of mp3splt. However, you can find a good overview of the program and its interface here.

http://www.techsupportalert.com/best-fr ... -files.htm
I also like it a bit more than mp3DirectCut. Also an open (GPLv2) license, cross-platform.

Re: X-Mp3splt 0.6.1a [rev10]

Posted: Sat Jul 02, 2011 4:44 pm
by joby_toss
Does it split ogg files without re-encoding? Great!

Package size: 22.47 MB ... a little bigger than mp3DirectCut. :)

Re: X-Mp3splt 0.6.1a [rev10]

Posted: Sun Jul 03, 2011 1:03 pm
by Danix
webfork wrote: Looks portable, but not stealth. Writes to C:\Documents and Settings\User\Local Settings\Temp
I had already verified before releasing, but I tested again. I have no traces in %temp% directory after splitting an mp3. Please, can you tell me what operations you did and what are the files the program writes?

Re: X-Mp3splt 0.6.1a [rev10]

Posted: Mon Jul 04, 2011 11:18 am
by webfork
Danix wrote:
webfork wrote: Looks portable, but not stealth. Writes to C:\Documents and Settings\User\Local Settings\Temp
I had already verified before releasing, but I tested again. I have no traces in %temp% directory after splitting an mp3. Please, can you tell me what operations you did and what are the files the program writes?
Sorry, you're right -- it cleans both the AppData and User\LocalSettings\Temp folders. Looks stealthy.

Re: X-Mp3splt 0.6.1a [rev10]

Posted: Wed Jul 06, 2011 3:40 am
by Danix
Ok, thanks for checking again.

Re: X-Mp3splt 0.6.1a [rev10]

Posted: Fri Dec 30, 2011 12:43 pm
by freakazoid
joby_toss wrote:Package size: 22.47 MB ... a little bigger than mp3DirectCut. :)
Am about to give this a try, but the filesize is intimidating me as well ;)

Update: Ouch! Uncompressed filesize is 69MB. Going to stop trying this one.

Re: X-Mp3splt 0.6.1a [rev10]

Posted: Thu Apr 26, 2012 6:51 pm
by webfork
Little more testing on this ...

GPL v2

Despite the name, supports MP3 and OGG files, although many of the advanced features are mp3 only.

The files it outputs appear to have not been re-encoded (it took no time at all -- re-encoding with the file I split would have taken an hour). The first split basically is the start and you need a second to finish, even if that's just at the end of the file. I'm not really clear why this is, but it works.

Lots of options and tools

* Supports drag-and-drop
* Many metadata options, including maintaining the old data
* Song management
* Batch features
* Can split based on silence detection
* Available waveform view or just a sort of scrolling ruler
* A feature allows you to attempt splitting file based on FreeDB information (I did not try this)


Anyway, great stuff. This is on a list of apps I plan to add once I get more free time.

Re: X-Mp3splt 0.6.1a [rev10]

Posted: Sat Nov 29, 2014 7:19 pm
by webfork
There's also mp3splt-gtk ZIP version AND one from PortableApps (the author lists all three on his page):

http://mp3splt.sourceforge.net/mp3splt_ ... nloads.php

Re: Mp3splt

Posted: Sat Jul 07, 2018 9:51 am
by freakazoid
So I need to be able to split or cut OGG files losslessly and apparently, this is one of only a few programs that can do so.

However, I have no idea how to use it. I can't even preview the audio because it either relies on GStreamer or Snackamp. Has anyone ever used this program before? If so, anyone got a tutorial?

Re: Mp3splt

Posted: Sun Jul 08, 2018 6:10 am
by Midas
@freakzoid: this might not suit you but I believe you could do that easily with this CLI command:

Code: Select all

> FFmpeg -i [source.ogg] -ss 00:00:00.0 -t [length] -c copy [target.ogg]

Re: Mp3splt

Posted: Mon Jul 09, 2018 8:42 am
by freakazoid
I didn't want to resort to the command-line for this because I wanted to be able to pinpoint the portions I wanted to cut with a GUI.

If I used the command-line technique I'd have to write down the split points in a text file first.

Re: Mp3splt

Posted: Tue Jul 10, 2018 2:06 am
by Midas
Fair enough. Most editing I do is really simple trimming and/or converting. For more complex tasks, the GUI can be a real time saver.