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

    1. <small id='f355R'></small><noframes id='f355R'>

      如何使用 ffmpeg 转换视频

      时间:2023-09-20

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

            <tbody id='6F32h'></tbody>
            • <small id='6F32h'></small><noframes id='6F32h'>

              <legend id='6F32h'><style id='6F32h'><dir id='6F32h'><q id='6F32h'></q></dir></style></legend>
              • 本文介绍了如何使用 ffmpeg 转换视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我想使用 ffmpeg 将视频从一种格式转换为另一种格式.我尝试了很多代码,但它没有转换视频.

                I want to convert a video from one format to another using ffmpeg. I try lots of code but it does not convert the video.

                例如:

                exec("ffmpeg -i mickey.flv -ar 22050-ab 32 -f avi -s 320x240 mickey.avi");

                exec("ffmpeg -i mickey.flv -ar 22050 -ab 32 -f avi -s 320x240 mickey.avi ");

                这段代码不会转换视频,也不会显示任何错误,会持续加载.

                This code does not convert the video, it does not show any error, it is loading continuously.

                推荐答案

                Display FFMPEG Error Output:

                Display FFMPEG Error Output:

                命令行:

                $command = "ffmpeg -i mickey.flv -ar 22050 -ab 32 -f avi -s 320x240 mickey.avi ";
                
                exec($command . ' 2>&1', $output);
                
                print_r($output);
                

                这篇关于如何使用 ffmpeg 转换视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:sh:ffmpeg:通过php运行命令时找不到命令 下一篇:如何使用 PHP 和 ffmpeg 在后台转换视频

                相关文章

                最新文章

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

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

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