Help - Search - Members - Calendar
Full Version: Plugin to split MP3 files
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Arithmomaniac
Is there a 3rd party plugin that will split a long mp3 into smaller ones? It may call a portable application.
loft
You're thinking about something similar to a cue splitter?
Xezzy
Yes!
But as far as I know nobody made it yet.
There could be a program witch supports command line, so you could run it through foo_run. Anyone knows of such program?
I would appreciate, since I dont really know any good mp3 splitter, I can split wav with EAC, but its for .waves only.

EDIT: ok, actually, what you can get is mp3splt (you dont need gtk version), and use this string with foo_run:
CODE
"D:\Program Files\mp3splt\mp3splt.exe" -c "$replace(%path%,$ext(%path%),cue)" "%path%" -d "$replace(%path%,%filename_ext%,splitted/)"


It will create new splited files in "splitted" directory (next to splitting track).
Mar2zz
A convert-action splits the files also.
Xezzy
Really? But I dont want to convert it...
Mar2zz
I know, conversion sucks, but maybe someone knows a trick to use the conversiontool for splitting without doing a real conversion to other codec or bitrate.

As stated above that thing mp3split should split, there is also pcutmp3, but the file isnt hosted anymore in the link of the topic below.
http://www.hydrogenaudio.org/forums/index....w=&st=&

maybe something could be figured out with using this tool and the convert options and a batfile? (like lossy.flac works maybe...)

here is a example batfile:
CODE

@echo off
title pcutmp3
cd /d "C:\Program Files\foobar2000\Encoders\pcutmp3"
java -jar pcutmp3.jar --cue %1 --out "Track %%n" --dir "%~dp1
pause
exit


Edit: tried some stuff but couldn't figure it out to do it within foobars playlists. Splitting big mp3files based on cuesheets is the only thing i use other software for than foobar, everything else can be done with foobar, hope this feature will be implemented in the future.
Arithmomaniac
QUOTE(Xezzy @ May 15 2008, 11:25) *

Yes!
But as far as I know nobody made it yet.
There could be a program witch supports command line, so you could run it through foo_run. Anyone knows of such program?
I would appreciate, since I dont really know any good mp3 splitter, I can split wav with EAC, but its for .waves only.

EDIT: ok, actually, what you can get is mp3splt (you dont need gtk version), and use this string with foo_run:
CODE
"D:\Program Files\mp3splt\mp3splt.exe" -c "$replace(%path%,$ext(%path%),cue)" "%path%" -d "$replace(%path%,%filename_ext%,splitted/)"


It will create new splited files in "splitted" directory (next to splitting track).


Can mp3splt read and replicate ID3 tag info?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.