什么是合并MP3文件的最好方法? [英] What is the best way to merge mp3 files?

查看:90
本文介绍了什么是合并MP3文件的最好方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有很多很多的mp3文件,我想合并成一个文件。我用命令行方式

I've got many, many mp3 files that I would like to merge into a single file. I've used the command line method

copy /b 1.mp3+2.mp3 3.mp3

但它是一个痛苦时,有很多他们和他们的namings不一致。时间似乎永远不会出来的权利无论是。

but it's a pain when there's a lot of them and their namings are inconsistent. The time never seems to come out right either.

推荐答案

正如托马斯·欧文斯指出的那样,简单地串联文件会留下散落各处产生的级联文件的多个ID3头 - 所以时间/比特率的信息将是完全错误。

As Thomas Owens pointed out, simply concatenating the files will leave multiple ID3 headers scattered throughout the resulting concatenated file - so the time/bitrate info will be wildly wrong.

您会需要使用一个工具,它可以将音频数据给你。

You're going to need to use a tool which can combine the audio data for you.

mp3wrap 将是理想的这一点 - 它的设计结合在一起的MP3文件,而无需去code +重EN code中的数据(这将导致音质损失),也将处理ID3标签智能。

mp3wrap would be ideal for this - it's designed to join together MP3 files, without needing to decode + re-encode the data (which would result in a loss of audio quality) and will also deal with the ID3 tags intelligently.

产生的文件也可以被分割放回使用mp3splt工具及其组成部分 - mp3wrap增加信息到IDv3评论,以允许此

The resulting file can also be split back into its component parts using the mp3splt tool - mp3wrap adds information to the IDv3 comment to allow this.

这篇关于什么是合并MP3文件的最好方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆