• <small id='1BoyV'></small><noframes id='1BoyV'>

    <legend id='1BoyV'><style id='1BoyV'><dir id='1BoyV'><q id='1BoyV'></q></dir></style></legend>
    <tfoot id='1BoyV'></tfoot>

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

        在 PHP 中自动修剪 mp3

        Automatically trimming an mp3 in PHP(在 PHP 中自动修剪 mp3)

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

                  <tbody id='91ovD'></tbody>
                  <bdo id='91ovD'></bdo><ul id='91ovD'></ul>
                  <tfoot id='91ovD'></tfoot>

                  <legend id='91ovD'><style id='91ovD'><dir id='91ovD'><q id='91ovD'></q></dir></style></legend>
                  本文介绍了在 PHP 中自动修剪 mp3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  有没有办法在 PHP 中自动将上传到网站的 MP3 修剪为 30 秒(或其他长度)?如果没有,是否有任何好的第三方服务可以集成(对用户透明)以达到相同的效果?

                  Are there any ways to automatically trim an MP3 uploaded to a website to 30 seconds (or some other length) in PHP? If not, is there any good 3rd party services that could be integrated (transparently to the user) to achieve the same effect?

                  谢谢.

                  推荐答案

                  你可以试试 PHPClasses 上的 MP3 类.它具有以下示例:

                  You could try the MP3 Class on PHPClasses. It features the following example:

                  require_once './class.mp3.php';
                  $mp3 = new mp3;
                  $mp3->cut_mp3('input.mp3', 'output.mp3', 0, -1, 'frame', false);
                  

                  在这种情况下,帧"可以替换为秒",以根据时间帧进行剪辑.

                  In this case, the 'frame' can be substituted with 'second' to base the cut on a time-frame.

                  这篇关于在 PHP 中自动修剪 mp3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  PHP Upload File Validation(PHP 上传文件验证)
                  PHP Error - Uploading a file(PHP 错误 - 上传文件)
                  How can I write tests for file upload in PHP?(如何在 PHP 中编写文件上传测试?)
                  php resizing image on upload rotates the image when i don#39;t want it to(php在上传时调整图像大小会在我不想要它时旋转图像)
                  How to send additional data using PLupload?(如何使用 PLupload 发送附加数据?)
                  change button text in js/ajax after mp4 =gt;mp3 conversion in php(在 php 中的 mp4 =gt;mp3 转换后更改 js/ajax 中的按钮文本)

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

                        • <bdo id='js0Mm'></bdo><ul id='js0Mm'></ul>
                            <tbody id='js0Mm'></tbody>
                          • <legend id='js0Mm'><style id='js0Mm'><dir id='js0Mm'><q id='js0Mm'></q></dir></style></legend>

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

                          • <tfoot id='js0Mm'></tfoot>