<bdo id='V2lGK'></bdo><ul id='V2lGK'></ul>
<tfoot id='V2lGK'></tfoot>

    1. <legend id='V2lGK'><style id='V2lGK'><dir id='V2lGK'><q id='V2lGK'></q></dir></style></legend>

      <small id='V2lGK'></small><noframes id='V2lGK'>

      1. <i id='V2lGK'><tr id='V2lGK'><dt id='V2lGK'><q id='V2lGK'><span id='V2lGK'><b id='V2lGK'><form id='V2lGK'><ins id='V2lGK'></ins><ul id='V2lGK'></ul><sub id='V2lGK'></sub></form><legend id='V2lGK'></legend><bdo id='V2lGK'><pre id='V2lGK'><center id='V2lGK'></center></pre></bdo></b><th id='V2lGK'></th></span></q></dt></tr></i><div id='V2lGK'><tfoot id='V2lGK'></tfoot><dl id='V2lGK'><fieldset id='V2lGK'></fieldset></dl></div>

        合并两个 mp3 php

        时间:2023-10-04

          <legend id='I3apP'><style id='I3apP'><dir id='I3apP'><q id='I3apP'></q></dir></style></legend>
            <tbody id='I3apP'></tbody>

            <small id='I3apP'></small><noframes id='I3apP'>

            <tfoot id='I3apP'></tfoot>
            <i id='I3apP'><tr id='I3apP'><dt id='I3apP'><q id='I3apP'><span id='I3apP'><b id='I3apP'><form id='I3apP'><ins id='I3apP'></ins><ul id='I3apP'></ul><sub id='I3apP'></sub></form><legend id='I3apP'></legend><bdo id='I3apP'><pre id='I3apP'><center id='I3apP'></center></pre></bdo></b><th id='I3apP'></th></span></q></dt></tr></i><div id='I3apP'><tfoot id='I3apP'></tfoot><dl id='I3apP'><fieldset id='I3apP'></fieldset></dl></div>
                <bdo id='I3apP'></bdo><ul id='I3apP'></ul>

                  本文介绍了合并两个 mp3 php的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  您知道使用 PHP 合并两个 MP3 文件的类吗?

                  Do you know a class to merge two MP3 files using PHP?

                  我在 Google 上什么也没找到.

                  I've found nothing on Google.

                  推荐答案

                  如果合并是指将一个音频置于另一个之上,请忽略此答案.

                  如果您不想重新编码 MP3,您可以直接附加它们.我知道这适用于 MPEG 电影,所以我想它也适用于 MP3.另一种选择是将 audo 文件添加到没有压缩的 Zip 存档中,然后将扩展名重命名为 .mp3.

                  If you dont want to re-encode the MP3s, you can probably just append them. I know this worked for MPEG movies, so I guess it could work for MP3s too. Another option would be to add the audo files to a Zip Archive with no compression and then rename the extension to .mp3.

                  我做了一个快速测试,这个

                  I did a quick test and this

                  file_put_contents('combined.mp3',
                      file_get_contents('file1.mp3') .
                      file_get_contents('file2.mp3'));
                  

                  工作正常.ID3 标签将是错误的,但生成的文件包含两个音频文件.有关其他一些可能的问题,请参阅 Pekka 答案中的链接.

                  worked fine. The ID3 tags will be wrong, but the resulting file contains both audio files. For some other possible gotchas, see the link in Pekka's answer.

                  此外,一些快速的谷歌搜索结果

                  Also, some quick googling resulted in

                  • http://www.sourcerally.net/Scripts/20-PHP-MP3 级
                  • http://codingforums.com/showthread.php?t=169069

                  和一些讨论

                  • http://ask.metafilter.com/21381/Merge-mp3s-带-PHP

                  这篇关于合并两个 mp3 php的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:在 PHP 中合并 XML 文件 下一篇:如何通过 PHP 将 3 个图像合并为 1 个图像?

                  相关文章

                  最新文章

                      • <bdo id='EBWx6'></bdo><ul id='EBWx6'></ul>
                      <legend id='EBWx6'><style id='EBWx6'><dir id='EBWx6'><q id='EBWx6'></q></dir></style></legend>
                      <i id='EBWx6'><tr id='EBWx6'><dt id='EBWx6'><q id='EBWx6'><span id='EBWx6'><b id='EBWx6'><form id='EBWx6'><ins id='EBWx6'></ins><ul id='EBWx6'></ul><sub id='EBWx6'></sub></form><legend id='EBWx6'></legend><bdo id='EBWx6'><pre id='EBWx6'><center id='EBWx6'></center></pre></bdo></b><th id='EBWx6'></th></span></q></dt></tr></i><div id='EBWx6'><tfoot id='EBWx6'></tfoot><dl id='EBWx6'><fieldset id='EBWx6'></fieldset></dl></div>
                      <tfoot id='EBWx6'></tfoot>

                      <small id='EBWx6'></small><noframes id='EBWx6'>