久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

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

        <bdo id='lpHKD'></bdo><ul id='lpHKD'></ul>
      <legend id='lpHKD'><style id='lpHKD'><dir id='lpHKD'><q id='lpHKD'></q></dir></style></legend>

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

      1. 我收到錯誤“使用了已棄用的像素格式,請確保

        Im getting error quot;deprecated pixel format used, make sure you did set range correctly using ffmpegquot;.. can someone check my code below?(我收到錯誤“使用了已棄用的像素格式,請確保您使用 ffmpeg 正確設置了范圍
          <i id='mfjIO'><tr id='mfjIO'><dt id='mfjIO'><q id='mfjIO'><span id='mfjIO'><b id='mfjIO'><form id='mfjIO'><ins id='mfjIO'></ins><ul id='mfjIO'></ul><sub id='mfjIO'></sub></form><legend id='mfjIO'></legend><bdo id='mfjIO'><pre id='mfjIO'><center id='mfjIO'></center></pre></bdo></b><th id='mfjIO'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='mfjIO'><tfoot id='mfjIO'></tfoot><dl id='mfjIO'><fieldset id='mfjIO'></fieldset></dl></div>

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

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

            <bdo id='mfjIO'></bdo><ul id='mfjIO'></ul>

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

                    <tbody id='mfjIO'></tbody>
                • 本文介紹了我收到錯誤“使用了已棄用的像素格式,請確保您使用 ffmpeg 正確設置了范圍"……有人可以檢查我下面的代碼嗎?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  這是我使用 ffmpeg 的代碼我想要視頻縮略圖但我不熟悉 ffmpeg 誰能知道我遇到的錯誤.

                  [swscaler @ 0x7ff8da028c00] 不推薦使用的像素格式,請確保您沒有正確設置范圍輸出#0,mjpeg,到'image.jpg':元數據:主要品牌:mp42次要版本:0兼容品牌:isomp42編碼器:Lavf56.36.100流 #0:0(und): 視頻: mjpeg, yuvj420p(pc), 320x240 [SAR 4:3 DAR 16:9], q=2-31, 200 kb/s, 1 fps, 1 tbn, 1 tbc (默認)元數據:創(chuàng)作時間:2016-11-06 09:40:22handler_name :由 Google Inc. 制作的 ISO 媒體文件.編碼器:Lavc56.41.100 mjpeg流映射:流#0:0 ->#0:0(h264(本機)-> mjpeg(本機))按 [q] 停止,按 [?] 尋求幫助幀= 1 fps=0.0 q=4.8 Lsize= 16kB 時間=00:00:01.00 比特率= 129.5kbits/s視頻:16kB 音頻:0kB 字幕:0kB 其他流:0kB 全局標題:0kB 復用開銷:0.000000%

                  這也是我的代碼:

                  $video_url ='https://URL/upload/4b8acab123563649f19e07450d810df6.mp4';$ffmpeg = '/opt/local/bin/ffmpeg';$image = 'image.jpg';$間隔= 5;$size = '320x240';shell_exec($tmp = "$ffmpeg -i $video_url -deinterlace -an -ss $interval -f mjpeg -t 1 -r 1 -y -s $size $image 2>&1");

                  解決方案

                  根據 ffmpeg 論壇,從命令行調用時可以忽略它,我總是忽略它.您可以嘗試的一件事(請使用虛擬文件進行測試)是將 -pix_fmt yuvj422p 添加到最后一行,使其看起來像這樣:

                  shell_exec($tmp = "$ffmpeg -i $video_url -pix_fmt yuvj422p -deinterlace -an -ss $interval -f mjpeg -t 1 -r 1 -y -s $size $image 2>&;1");

                  正如我所說,請測試它,因為我不能保證結果,但就我而言,我已經使用了 ffmpeg 數千次,即使有警告,一切看起來也很好.

                  https://lists.ffmpeg.org/pipermail/ffmpeg-user/2014-February/020151.html

                  <塊引用><塊引用>

                  事實上,警告主要是針對圖書館用戶的,ffmpeg 用戶不應該受到影響.

                  好的,那就忽略它.

                  This is my code using ffmpeg I want to have video thumbnail but I'm not familiar in ffmpeg can someone know the error I got.

                  [swscaler @ 0x7ff8da028c00] deprecated pixel format used, make sure you did set range correctly
                  Output #0, mjpeg, to 'image.jpg':
                  Metadata:
                  major_brand     : mp42
                  minor_version   : 0
                  compatible_brands: isommp42
                  encoder         : Lavf56.36.100
                  Stream #0:0(und): Video: mjpeg, yuvj420p(pc), 320x240 [SAR 4:3 DAR 16:9], q=2-31, 200 kb/s, 1 fps, 1 tbn, 1 tbc (default)
                  Metadata:
                    creation_time   : 2016-11-06 09:40:22
                    handler_name    : ISO Media file produced by Google Inc.
                    encoder         : Lavc56.41.100 mjpeg
                  Stream mapping:
                  Stream #0:0 -> #0:0 (h264 (native) -> mjpeg (native))
                  Press [q] to stop, [?] for help
                  frame=    1 fps=0.0 q=4.8 Lsize=      16kB time=00:00:01.00 bitrate= 129.5kbits/s    
                  video:16kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000000%
                  

                  Also This is my code:

                  $video_url ='https://URL/upload/4b8acab123563649f19e07450d810df6.mp4';
                  
                  $ffmpeg = '/opt/local/bin/ffmpeg';
                  $image = 'image.jpg';
                  $interval = 5;
                  $size = '320x240';
                  shell_exec($tmp = "$ffmpeg -i $video_url -deinterlace -an -ss $interval -f mjpeg -t 1 -r 1 -y -s $size $image 2>&1");  
                  

                  解決方案

                  According to ffmpeg forum this can be ignored when called from the command line and I always ignored it. One thing you can try (test with a dummy file PLEASE) is to add -pix_fmt yuvj422p to your last line so it look like this:

                  shell_exec($tmp = "$ffmpeg -i $video_url -pix_fmt yuvj422p -deinterlace -an -ss $interval -f mjpeg -t 1 -r 1 -y -s $size $image 2>&1");
                  

                  As I said, test it please as I cannot guarantee the results but as far as I'm concerned I've used ffmpeg thousand of times and everything looks just fine even with the warning.

                  https://lists.ffmpeg.org/pipermail/ffmpeg-user/2014-February/020151.html

                  Afaict, the warning is primarily meant for library users, ffmpeg users should not be affected.

                  OK, will just ignore it then.

                  這篇關于我收到錯誤“使用了已棄用的像素格式,請確保您使用 ffmpeg 正確設置了范圍"……有人可以檢查我下面的代碼嗎?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  MySQLi prepared statement amp; foreach loop(MySQLi準備好的語句amp;foreach 循環(huán))
                  Is mysqli_insert_id() gets record from whole server or from same user?(mysqli_insert_id() 是從整個服務器還是從同一用戶獲取記錄?)
                  PHP MySQLi doesn#39;t recognize login info(PHP MySQLi 無法識別登錄信息)
                  mysqli_select_db() expects exactly 2 parameters(mysqli_select_db() 需要 2 個參數)
                  Php mysql pdo query: fill up variable with query result(Php mysql pdo 查詢:用查詢結果填充變量)
                  MySQLI 28000/1045 Access denied for user #39;root#39;@#39;localhost#39;(MySQLI 28000/1045 用戶“root@“l(fā)ocalhost的訪問被拒絕)

                  <small id='3vE7E'></small><noframes id='3vE7E'>

                        • <bdo id='3vE7E'></bdo><ul id='3vE7E'></ul>
                        • <tfoot id='3vE7E'></tfoot>

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

                            主站蜘蛛池模板: 亚洲第一视频网 | 古装人性做爰av网站 | www.亚洲一区二区三区 | 日韩视频一区二区 | 国产精品久久久久久久一区探花 | 久久久久91 | 成人在线免费看 | 日本精品久久久一区二区三区 | 亚洲国产精品成人久久久 | 久久亚洲国产精品 | 国产乱精品一区二区三区 | 天天操天天射天天舔 | 日韩av在线一区二区 | 一级毛片成人免费看a | 欧美精品久久久久久久久老牛影院 | 亚洲国产精品久久久久婷婷老年 | 亚洲精品久久久久久久久久久 | www.免费看片.com | 精品久久久久久亚洲综合网 | 国产高清在线 | 国产一级一片免费播放 | 久久久久久亚洲精品 | 天天干视频网 | 亚洲电影成人 | 久久久男人的天堂 | 91精品国产一区二区在线观看 | 午夜99 | 欧美亚洲国语精品一区二区 | 男人av的天堂 | 久久精品欧美一区二区三区麻豆 | 免费毛片网 | 日韩久久久久久久 | 亚洲国产午夜 | 亚洲一区二区三区乱码aⅴ 四虎在线视频 | 久久久国产视频 | 亚洲一区二区在线播放 | 免费一级毛片 | 日韩高清www | 日本不卡免费新一二三区 | 亚洲视频免费在线观看 | 欧美精品一区二区在线观看 |