Looking for an mp3 joiner

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
jacatone
Posts: 380
Joined: Mon 26 Feb 2007, 09:16

Looking for an mp3 joiner

#1 Post by jacatone »

I use a program in Windows called Fast MP3 Cutter/Joiner to join various mp3 music and other audio files. Does something like this exist in PL 528 or Precise 571?

User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

#2 Post by Dingo »

some time ago I compiled mp3wrap in puppy 3.01

http://filecloud.io/e0s31yb4

you can try if it works into later puppies

even if you can use also a simple cat

Code: Select all

cat file1.mp3 file2.mp3 file 3.mp3 ... >joinedfile.mp3
it is recommended to use specific tool since cat does not works reliably about some internal specs of mp3 files and can give problems with mp3 portable players
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#3 Post by Geoffrey »

mp3wrap, I compiled this in Carolina, just copy mp3wrap to /usr/bin
http://shrinathsuccess.wordpress.com/20 ... -in-linux/

Code: Select all

# mp3wrap
Mp3Wrap Version 0.5 (2003/Jan/16). See README and COPYING for more!
Written and copyrights by Matteo Trotta - <matteo.trotta@lib.unimib.it>
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
HELP INFORMATION - type "man mp3wrap" to see complete documentation
USAGE
	mp3wrap [options] OUTPUTFILE MP3FILE1 MP3FILE2 [MP3FILE3]...

DESCRIPTION
	Mp3Wrap joins two or more mp3 files in one large playable mp3
	without losing filename and ID3 informations. You will obtain
	a file named OUTPUTFILE_MP3WRAP.mp3. Do not remove the MP3WRAP
	string because it's useful to let split program to detect that
	file is wrapped with this utility.
	TO SPLIT FILE USE Mp3Splt: http://mp3splt.sourceforge.net

OPTIONS
	-a  Add the specified files to an existing wrap file
	-l  List files wrapped in OUTPUTFILE. (-lv for complete infos)
	-v  Verbose mode. Will display additional informations.

EXAMPLES
	mp3wrap album.mp3 01.mp3 02.mp3 03.mp3 04.mp3
	mp3wrap -a album_MP3WRAP.mp3 ACDC*.mp3
Attachments
mp3wrap.tar.gz
(8.14 KiB) Downloaded 193 times
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#4 Post by RSH »

It seems to work in Precise.

Audacity opens the combined mp3 file and plays it.

MhWaveEdit opens the file but plays in ultra ultra mega giga high speed - appr. 8 minutes in 2 seconds. :lol:

Aqualung plays the file as well.
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#5 Post by Geoffrey »

Here's the mp3 splitter lib and binary pets.

Code: Select all

mp3splt
mp3splt 2.6.1 (02/05/14) - using libmp3splt 0.9.1
	Matteo Trotta <mtrotta AT users.sourceforge.net>
	Alexandru Munteanu <m AT ioalex.net>
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!

USAGE:
      mp3splt [OPTIONS] FILE1 [FILE2] ... [BEGIN_TIME] [TIME] ... [END_TIME]
      TIME FORMAT: min.sec[.0-99], even if minutes are over 59
                   or EOF-min.sec[.0-99] (or EOF for End Of File). 

OPTIONS (split mode options)
 -t + TIME: to split files every fixed time len. (TIME format same as above). 
 -c + file.cddb, file.cue or "query" or "query{album}" or "internal_sheet".
      Get splitpoints and filenames from a .cddb or .cue file or from Internet
      ("query"). Use -a to auto-adjust splitpoints.
 -s   Silence detection: automatically find splitpoint. (Use -p for arguments)
 -w   Splits wrapped files created with Mp3Wrap or AlbumWrap.
 -l   Lists the tracks from file without extraction. (Only for wrapped mp3)
 -e   Error mode: split mp3 with sync error detection. (For concatenated mp3)
 -r   Trim using silence detection (Use -p for arguments)
 -A + AUDACITY_FILE: split with splitpoints from the audacity labels file
 -S + SPLIT_NUMBER: split in SPLIT_NUMBER equal time files
 -v   Prints current version and exits
 -h   Shows this help

(other options)
 -T + TAGS_VERSION: for mp3 files, force output tags as version 1, 2 or 1 & 2.
      TAGS_VERSION can be 1, 2 or 12
      (default is to set the same version as the file to split)
 -m + M3U_FILE: Appends to the specified m3u file the split filenames.
 -f   Frame mode (mp3 only): process all frames. For higher precision and VBR.
 -a   Auto-Adjust splitpoints with silence detection. (Use -p for arguments)
 -p + PARAMETERS (th, nt, off, min, rm, gap, trackmin, shots, trackjoin): user arguments for -s, -a, -t.
 -o + FORMAT: output filename pattern. Can contain those variables:
      @a: artist tag, @p: performer tag (might not exists), @b: album tag
      @t: title tag, @n: track number identifier, @N: track tag number
      (a digit may follow the 'n' or 'N' for the number of digits to output),
      @f: original filename, @g: genre
 -g + TAGS: custom tags for the split files.
      TAGS can contain those variables: 
         @a, @b, @t, @y, @c, @n, @g, @o (set original tags),
         @N (auto increment track number).
      TAGS format is like [@a=artist1,@t=title1]%[@o,@N=2,@a=artist2]
       (% means that we set the tags for all remaining files)
 -G + regex=REGEX: set tags from input filename. REGEX defines how to extract
      the tags from the filename. It can contain those variables:
         (?<artist>), (?<album>), (?<title>), (?<tracknum>), (?<year>), (?<comment>), (?<genre>)
 -d + DIRNAME: to put all output files in the directory DIRNAME.
 -k   Consider input not seekable (slower). Default when input is STDIN (-).
 -O + TIME: Overlap split files with TIME (slower).
 -n   No Tag: does not write ID3v1 or vorbis comment. If you need clean files.
 -x   No Xing header: does not write the Xing header. Use with -n if you wish
      to concatenate the split files
 -N   Don't create the 'mp3splt.log' log file when using '-s'.
 -P   Pretend to split: simulation of the process, without creating any
      files or directories
 -E + CUE_FILE: export splitpoints to CUE file (use with -P if needed)
 -q   Quiet mode: try not to prompt (if possible) and print less messages.
 -Q   Very quiet mode: don't print anything to stdout and no progress bar
       (also enables -q).
 -D   Debug mode: used to debug the program.

      Please read man page for complete documentation.
Attachments
libmp3splt-0.9.1-i486.pet
(128.06 KiB) Downloaded 202 times
mp3splt-2.6.1-i486.pet
(42.63 KiB) Downloaded 194 times
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

Post Reply