Combine files

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Andre Linoge
Junior Member
Junior Member
Posts: 84
Joined: 2004-03-14, 22:22 UTC

Combine files

Post by *Andre Linoge »

Goodmorning

I wandered, is it possible to use the "Combine files"option of TC, to combine some mp3 files, aswell as mp4 files into one file without any loss of quality or is it better to use an different program??

TIA
Andre Linoge
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

TC combine feature just appends binary data of files to destination. However every e.g. mp3 file has header and data. So you won't get working mp3 using TC combine feature - you'll get only [hdr1][data1][hdr2][data2][hdr3][data3] instead of [hdr_merged][data_merged]. You need to use external software that will merge mp3 contents.
Andre Linoge
Junior Member
Junior Member
Posts: 84
Joined: 2004-03-14, 22:22 UTC

Post by *Andre Linoge »

MVV wrote:TC combine feature just appends binary data of files to destination. However every e.g. mp3 file has header and data. So you won't get working mp3 using TC combine feature - you'll get only [hdr1][data1][hdr2][data2][hdr3][data3] instead of [hdr_merged][data_merged]. You need to use external software that will merge mp3 contents.
Thanks for the info, but i must add some info about this.
First i converted several FLV/MP4 files into mp3 files, the i used TC's "combine files". AFAIK it seems to work fine. :D
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Post by *ts4242 »

Andre Linoge wrote:i used TC's "combine files". AFAIK it seems to work fine. :D
Yes, it works but it is not the correct way.
In the same manner you can use TC split function to split a big MP3 file into smaller files.

Both merge and split mp3 works like this because mp3 consists of independent frames, for details read this http://mpgedit.org/mpgedit/mpeg_format/MP3Format.html
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50923
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I can recommend mp3 direct cut to manipulate mp3 files, it's free:
http://mpesch3.de1.cc/mp3dc.html
Author of Total Commander
https://www.ghisler.com
User avatar
nsp
Power Member
Power Member
Posts: 1954
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

Andre Linoge wrote:
MVV wrote:TC combine feature just appends binary data of files to destination. However every e.g. mp3 file has header and data. So you won't get working mp3 using TC combine feature - you'll get only [hdr1][data1][hdr2][data2][hdr3][data3] instead of [hdr_merged][data_merged]. You need to use external software that will merge mp3 contents.
Thanks for the info, but i must add some info about this.
First i converted several FLV/MP4 files into mp3 files, the i used TC's "combine files". AFAIK it seems to work fine. :D
It only works if the encoding is the same and not on all devices ! (my ipod do not accept such files !)
You have some alternatives :
0) continue to merge as you do and keep your fingers crossed !
1) if all your files have the same cbr encoding, you can keep the first file and use id3remover to clean other files and continue to merge as you do.
2) you can use a dedicated tool to join mp3 :
mp3wrap
mp3merge
mp3joiner pro
...
Post Reply