Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Joiniong of mp3-files without decoding them (comletely) ???
Date: Fri, 07 Aug 2009 03:03:23
Message-Id: h5g5h0$a0e$1@ger.gmane.org
In Reply to: [gentoo-user] Joiniong of mp3-files without decoding them (comletely) ??? by meino.cramer@gmx.de
1 On 08/07/2009 05:53 AM, meino.cramer@×××.de wrote:
2 >
3 > Hi,
4 >
5 > is there a tool available via Gentoo portage/emerge, whith which
6 > I can concatenate/join mp3-files without decoding them completely
7 > before or by only decoding the miliseconds before and after the
8 > joining point ?
9
10 You can simply cat them together:
11
12 cat 1.mp3 2.mp3 > joined.mp3
13
14 This will result in joined.mp3 being a bit-perfect concatenation of
15 1.mp3 and 2.mp3.
16
17 You can also do this with *.ogg (Ogg Vorbis audio) files. The file
18 format of mp3 and ogg and designed to make this possible.

Replies