windows:ffmpeg

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:ffmpeg [2024/06/15 11:09] – [VP9 & AOMedia Video 1 (AV1) 対応な ffmpeg をインストール] ともやんwindows:ffmpeg [2024/06/15 11:18] (現在) – [WebM - AV1] ともやん
行 190: 行 190:
  
 ==== WebM - VP9 ==== ==== WebM - VP9 ====
-<WRAP prewrap 100%+<WRAP color_term
-<code>+<WRAP color_command><code>
 $ ffmpeg -i ElectricSheep_test001.gif -c vp9 -b:v 0 -crf 41 ElectricSheep_test001.webm $ ffmpeg -i ElectricSheep_test001.gif -c vp9 -b:v 0 -crf 41 ElectricSheep_test001.webm
-</code> +</code></WRAP> 
-</WRAP> +<WRAP color_result><html><pre>
-<html> +
-<div class="ncolor_result"> +
-<pre>+
 ffmpeg version n4.3.2 Copyright (c) 2000-2021 the FFmpeg developers ffmpeg version n4.3.2 Copyright (c) 2000-2021 the FFmpeg developers
   built with gcc 9.3-win32 (GCC) 20200320   built with gcc 9.3-win32 (GCC) 20200320
行 229: 行 226:
 frame= 2230 fps=2.9 q=0.0 Lsize=   12721kB time=00:02:52.67 bitrate= 603.5kbits/s speed=0.221x frame= 2230 fps=2.9 q=0.0 Lsize=   12721kB time=00:02:52.67 bitrate= 603.5kbits/s speed=0.221x
 video:12560kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.284322% video:12560kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.284322%
-</pre> +</pre></html></WRAP
-</div+</WRAP>
-</html>+
  
 ==== mp4 - H.264 ==== ==== mp4 - H.264 ====
-<WRAP prewrap 100%>+<WRAP color_term>
 **mp4**\\ **mp4**\\
-<code>+<WRAP color_command><code>
 $ ffmpeg -i ElectricSheep_test001.gif -b:v 0 -crf 25 -f mp4 -vcodec libx264 -pix_fmt yuv420p ElectricSheep_test001.mp4 $ ffmpeg -i ElectricSheep_test001.gif -b:v 0 -crf 25 -f mp4 -vcodec libx264 -pix_fmt yuv420p ElectricSheep_test001.mp4
-</code>+</code></WRAP>
 **mp4 (トリミングフィルター)**\\ **mp4 (トリミングフィルター)**\\
-<code>+<WRAP color_command><code>
 $ ffmpeg -i ElectricSheep_test001.gif -vf "crop=trunc(iw/2)*2:trunc(ih/2)*2" -b:v 0 -crf 25 -f mp4 -vcodec libx264 -pix_fmt yuv420p ElectricSheep_test001.mp4 $ ffmpeg -i ElectricSheep_test001.gif -vf "crop=trunc(iw/2)*2:trunc(ih/2)*2" -b:v 0 -crf 25 -f mp4 -vcodec libx264 -pix_fmt yuv420p ElectricSheep_test001.mp4
-</code> +</code></WRAP> 
-</WRAP> +<WRAP color_result_long><html><pre>
-<html> +
-<div class="ncolor_result_long"> +
-<pre>+
 ffmpeg version n4.3.2 Copyright (c) 2000-2021 the FFmpeg developers ffmpeg version n4.3.2 Copyright (c) 2000-2021 the FFmpeg developers
   built with gcc 9.3-win32 (GCC) 20200320   built with gcc 9.3-win32 (GCC) 20200320
行 689: 行 682:
 <b class=CYN>[libx264 @ 0000022111446540]</b> ref B L1: 95.0%  5.0% <b class=CYN>[libx264 @ 0000022111446540]</b> ref B L1: 95.0%  5.0%
 <b class=CYN>[libx264 @ 0000022111446540]</b> kb/s:1176.14 <b class=CYN>[libx264 @ 0000022111446540]</b> kb/s:1176.14
-</pre> +</pre></html></WRAP
-</div+</WRAP>
-</html>+
  
 ==== WebM - AV1 ==== ==== WebM - AV1 ====
-<WRAP prewrap 100%+<WRAP color_term
-<code>+<WRAP color_command><code>
 $ ffmpeg -i ElectricSheep_test001.gif -c av1 -b:v 0 -crf 41 ElectricSheep_test001-av1.webm $ ffmpeg -i ElectricSheep_test001.gif -c av1 -b:v 0 -crf 41 ElectricSheep_test001-av1.webm
-</code> +</code></WRAP> 
-</WRAP> +<WRAP color_result?long><html><pre>
-<html> +
-<div class="ncolor_result_long"> +
-<pre>+
 ffmpeg version n4.3.2 Copyright (c) 2000-2021 the FFmpeg developers ffmpeg version n4.3.2 Copyright (c) 2000-2021 the FFmpeg developers
   built with gcc 9.3-win32 (GCC) 20200320   built with gcc 9.3-win32 (GCC) 20200320
行 733: 行 722:
 frame= 2230 fps=0.0 q=0.0 Lsize=   10264kB time=00:02:52.67 bitrate= 487.0kbits/s speed=0.00351x frame= 2230 fps=0.0 q=0.0 Lsize=   10264kB time=00:02:52.67 bitrate= 487.0kbits/s speed=0.00351x
 video:10253kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.107672% video:10253kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.107672%
-</pre> +</pre></html></WRAP
-</div+</WRAP>
-</html>+
  
 ==== 圧縮率 ==== ==== 圧縮率 ====
  • windows/ffmpeg.1718417391.txt.gz
  • 最終更新: 2024/06/15 11:09
  • by ともやん