windows:ffmpeg

文書の過去の版を表示しています。


ffmpeg - オーディオ/ビデオ 記録・変換・再生 コマンド

Scoop によるインストール。
ffmpeg をインストールする。

$ scoop install ffmpeg
Installing 'ffmpeg' (4.2.2) [64bit]
ffmpeg-4.2.2-win64-static.zip (66.1 MB) [=====================================================================] 100%
Checking hash of ffmpeg-4.2.2-win64-static.zip ... ok.
Extracting ffmpeg-4.2.2-win64-static.zip ... done.
Linking ~\scoop\apps\ffmpeg\current => ~\scoop\apps\ffmpeg\4.2.2
Creating shim for 'ffmpeg'.
Creating shim for 'ffplay'.
Creating shim for 'ffprobe'.
'ffmpeg' (4.2.2) was installed successfully!

VP9 - Wikipedia
https://github.com/BtbN/FFmpeg-Builds/releases/ より ffmpeg をインストールする。

~\scoop\buckets\main\bucket\ffmpeg.json
{
    "version": "4.3.2",
    "description": "A complete, cross-platform solution to record, convert and stream audio and video.",
    "homepage": "https://ffmpeg.org",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-02-24-12-33/ffmpeg-n4.3.2-win64-gpl-4.3.zip",
            "hash": "6af75afe7e689e8313ba0780ce55c82727bf768df9ebcd759ce9e5e81d5381c3",
            "extract_dir": "ffmpeg-n4.3.2-win64-gpl-4.3"
        }
    },
    "env_add_path": [
        "bin"
    ],
    "checkver": {
        "github": "https://github.com/BtbN/FFmpeg-Builds",
        "regex": "/autobuild-(?<time>[\\d-]+)/ffmpeg-n(?<version>[\\d.]+)-(?<commit>\\d+)-g(?<hash>[a-z\\d]+)-win64-gpl-[\\d.]+\\.zip",
        "replace": "${version}-${commit}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-n$version-g$matchHash-win64-gpl-$majorVersion.$minorVersion.zip",
                "extract_dir": "ffmpeg-n$version-g$matchHash-win64-gpl-$majorVersion.$minorVersion"
            }
        }
    }
}

ffmpeg を入れ直します。

$ scoop uninstall ffmpeg
$ scoop install ffmpeg

ちなみに、scoop 標準の ffmpeg だと Invalid argument になりました😅
WebM - VP9

$ ffmpeg -i ElectricSheep_test001.gif -c vp9 -b:v 0 -crf 41 ElectricSheep_test001.webm
ffmpeg version n4.3.1-221-gd08bcbffff Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 9.3-win32 (GCC) 20200320
  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-zlib --enable-libxml2 --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-opencl --enable-libvmaf --disable-vulkan --enable-libvorbis --enable-amf --enable-libaom --enable-avisynth --enable-libdav1d --enable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm --disable-libglslang --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpx --enable-libwebp --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --enable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libtwolame --enable-libvidstab --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-libs=-lgomp
  libavutil      56. 51.100 / 56. 51.100
  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
Input #0, gif, from 'ElectricSheep_test001.gif':
  Metadata:
    comment         : Made with ScreenToGif
  Duration: 00:02:52.74, start: 0.000000, bitrate: 17547 kb/s
    Stream #0:0: Video: gif, bgra, 800x450, 12.75 fps, 100 tbr, 100 tbn, 100 tbc
[NULL @ 0000028c2c748100] Unable to find a suitable output format for '0'
0: Invalid argument

バージョンアップしたら、ffmpeg.json の url を書き換えます。
url を書き換えただけだと、ダウンロード時の破損チェック (ERROR Hash check failed!) に引っかかるので、その場合は json の hash を Actual: の内容に書き換えます。

$ scoop install ffmpeg
Installing 'ffmpeg' (4.3.2) [64bit]
ffmpeg-n4.3.2-win64-gpl-4.3.zip (86.3 MB) [==================================================] 100%
Checking hash of ffmpeg-n4.3.2-win64-gpl-4.3.zip ... ERROR Hash check failed!
App:         main/ffmpeg
URL:         https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-02-24-12-33/ffmpeg-n4.3.2-win64-gpl-4.3.zip
First bytes: 50 4B 03 04 0A 00 00 00
Expected:    a5987fa32a06a21820eb3569fbf8d3ea72ad65bc9db39157a60920f75143315c
Actual:      6af75afe7e689e8313ba0780ce55c82727bf768df9ebcd759ce9e5e81d5381c3

Please try again or create a new issue by using the following link and paste your console output:
https://github.com/ScoopInstaller/Main/issues/new?title=ffmpeg%404.3.2%3a+hash+check+failed

WebM - VP9

$ ffmpeg -i ElectricSheep_test001.gif -c vp9 -b:v 0 -crf 41 ElectricSheep_test001.webm

ffmpeg version n4.3.2 Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 9.3-win32 (GCC) 20200320
  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-zlib --enable-libxml2 --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-opencl --enable-libvmaf --disable-vulkan --enable-libvorbis --enable-amf --enable-libaom --enable-avisynth --enable-libdav1d --enable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm --disable-libglslang --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpx --enable-libwebp --disable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --enable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libtwolame --enable-libvidstab --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-libs=-lgomp
  libavutil      56. 51.100 / 56. 51.100
  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
Input #0, gif, from 'ElectricSheep_test001.gif':
  Metadata:
    comment         : Made with ScreenToGif
  Duration: 00:02:52.74, start: 0.000000, bitrate: 17547 kb/s
    Stream #0:0: Video: gif, bgra, 800x450, 12.75 fps, 100 tbr, 100 tbn, 100 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (gif (native) -> vp9 (libvpx-vp9))
Press [q] to stop, [?] for help
[libvpx-vp9 @ 00000233980f6380] v1.9.0
Output #0, webm, to 'ElectricSheep_test001.webm':
  Metadata:
    comment         : Made with ScreenToGif
    encoder         : Lavf58.45.100
    Stream #0:0: Video: vp9 (libvpx-vp9), yuva420p, 800x450, q=-1--1, 100 fps, 1k tbn, 100 tbc
    Metadata:
      encoder         : Lavc58.91.100 libvpx-vp9
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
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%

mp4

$ ffmpeg -i ElectricSheep_test001.gif -b:v 0 -crf 25 -f mp4 -vcodec libx264 -pix_fmt yuv420p ElectricSheep_test001.mp4

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

ffmpeg version n4.3.2 Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 9.3-win32 (GCC) 20200320
  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-zlib --enable-libxml2 --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-opencl --enable-libvmaf --disable-vulkan --enable-libvorbis --enable-amf --enable-libaom --enable-avisynth --enable-libdav1d --enable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm --disable-libglslang --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpx --enable-libwebp --disable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --enable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libtwolame --enable-libvidstab --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-libs=-lgomp
  libavutil      56. 51.100 / 56. 51.100
  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
Input #0, gif, from 'ElectricSheep_test001.gif':
  Metadata:
    comment         : Made with ScreenToGif
  Duration: 00:02:52.74, start: 0.000000, bitrate: 17547 kb/s
    Stream #0:0: Video: gif, bgra, 800x450, 12.75 fps, 100 tbr, 100 tbn, 100 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (gif (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0000022111446540] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
[libx264 @ 0000022111446540] profile High, level 3.2, 4:2:0, 8-bit
[libx264 @ 0000022111446540] 264 - core 161 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=25.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'ElectricSheep_test001.mp4':
  Metadata:
    comment         : Made with ScreenToGif
    encoder         : Lavf58.45.100
    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 800x450, q=-1--1, 100 fps, 12800 tbn, 100 tbc
    Metadata:
      encoder         : Lavc58.91.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
frame=   84 fps=0.0 q=35.0 size=       0kB time=00:00:00.31 bitrate=   1.2kbits/s dup=72 drop=0 spee
frame=  130 fps=113 q=35.0 size=       0kB time=00:00:00.77 bitrate=   0.5kbits/s dup=112 drop=0 spe
frame=  178 fps=101 q=35.0 size=       0kB time=00:00:01.25 bitrate=   0.3kbits/s dup=154 drop=0 spe
frame=  225 fps= 99 q=35.0 size=       0kB time=00:00:01.72 bitrate=   0.2kbits/s dup=195 drop=0 spe
frame=  270 fps= 97 q=35.0 size=       0kB time=00:00:02.17 bitrate=   0.2kbits/s dup=234 drop=0 spe
frame=  325 fps= 96 q=35.0 size=       0kB time=00:00:02.72 bitrate=   0.1kbits/s dup=282 drop=0 spe
frame=  380 fps= 95 q=35.0 size=       0kB time=00:00:03.27 bitrate=   0.1kbits/s dup=330 drop=0 spe
frame=  428 fps= 95 q=35.0 size=       0kB time=00:00:03.75 bitrate=   0.1kbits/s dup=372 drop=0 spe
frame=  475 fps= 94 q=35.0 size=     256kB time=00:00:04.22 bitrate= 497.0kbits/s dup=413 drop=0 spe
frame=  523 fps= 93 q=35.0 size=     256kB time=00:00:04.70 bitrate= 446.3kbits/s dup=455 drop=0 spe
frame=  578 fps= 94 q=35.0 size=     256kB time=00:00:05.25 bitrate= 399.5kbits/s dup=503 drop=0 spe
frame=  627 fps= 94 q=35.0 size=     256kB time=00:00:05.74 bitrate= 365.4kbits/s dup=546 drop=0 spe
frame=  672 fps= 92 q=35.0 size=     256kB time=00:00:06.19 bitrate= 338.9kbits/s dup=585 drop=0 spe
frame=  727 fps= 93 q=35.0 size=     256kB time=00:00:06.74 bitrate= 311.2kbits/s dup=633 drop=0 spe
frame=  766 fps= 91 q=35.0 size=     256kB time=00:00:07.13 bitrate= 294.2kbits/s dup=667 drop=0 spe
frame=  804 fps= 89 q=35.0 size=     256kB time=00:00:07.51 bitrate= 279.3kbits/s dup=700 drop=0 spe
frame=  851 fps= 90 q=35.0 size=     256kB time=00:00:07.98 bitrate= 262.8kbits/s dup=741 drop=0 spe
frame=  899 fps= 90 q=35.0 size=     512kB time=00:00:08.46 bitrate= 495.8kbits/s dup=783 drop=0 spe
frame=  935 fps= 89 q=35.0 size=     512kB time=00:00:08.82 bitrate= 475.6kbits/s dup=814 drop=0 spe
frame=  974 fps= 88 q=35.0 size=     512kB time=00:00:09.21 bitrate= 455.4kbits/s dup=848 drop=0 spe
frame= 1021 fps= 88 q=35.0 size=     512kB time=00:00:09.68 bitrate= 433.3kbits/s dup=889 drop=0 spe
frame= 1073 fps= 88 q=35.0 size=     512kB time=00:00:10.20 bitrate= 411.2kbits/s dup=934 drop=0 spe
frame= 1127 fps= 88 q=35.0 size=     512kB time=00:00:10.74 bitrate= 390.6kbits/s dup=981 drop=0 spe
More than 1000 frames duplicated

$ scoop install ffmpeg
Installing 'ffmpeg' (4.3.1) [64bit]
そのようなホストは不明です。 そのようなホストは不明です。
URL https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.3.1-win64-static.zip is not valid

Zeranoe ffmpeg、9月18日に閉鎖へ | ニコラボ
@Zeranoe / Twitter

http://ffmpeg.zeranoe.com will close on Sep 18, 2020, and all builds will be removed. If you're using Zeranoe @FFmpeg Builds in your product, please ensure that you have a hosting strategy in place by the 18th. Thank you to everyone who supported the project along the way!
ffmpeg.zeranoe.com 2020年9月18日に終了し、すべてのビルドが削除されます。 Zeranoe を使用している場合 @FFmpeg 製品を組み込みます。18日までにホスティング戦略を実施していることを確認してください。プロジェクトをサポートしてくださった皆様、ありがとうございました!

Zeranoe の ffmpeg が 2020年9月18日 から配布されなくなって困っている方は以下の方法をお試しください。
ffmpeg-4.3.1-win64-static.zip と同等のものを探します。
VideoHelp - Forum and Software downloadsffmpeg Old Versions Downloads - VideoHelpffmpeg-4.3.1-win64-static.zip が転がっています。
ffmpeg-4.3.1-win64-static.zip (71.4MB sha256: aad816cd86d29f43f25d64094a4b5c23b47d28e9f5bb93720b0368bf331737c6)

これを今回は scoop の cache にヒットさせてインストールを続行させてみたいと思います。
scoop cache は ~\scoop\cacheディレクトリに格納されています。
VideoHelp の ffmpeg-4.3.1-win64-static.zip を scoop cache に ffmpeg#4.3.1#https_ffmpeg.zeranoe.com_builds_win64_static_ffmpeg-4.3.1-win64-static.zip というファイル名で格納します。

scoop はインストール時にパッケージのキャッシュ有無をチェックして、存在していればキャッシュファイルがダウンロード時に破損していないかを sha256 アルゴリズムを使用して、bucket の json 定義のハッシュコードと一致するかを確認しています。
そのため、正規の配布パッケージを異なるファイルをキャッシュに格納しても、破損しているものと判断されて削除してしまいます。
ちなみに、ハッシュチェックが通らない場合は以下のようなエラーとなります。

Installing 'ffmpeg' (4.3.1) [64bit]
Loading ffmpeg-4.3.1-win64-static.zip from cache
Checking hash of ffmpeg-4.3.1-win64-static.zip ... ERROR Hash check failed!
App:         main/ffmpeg
URL:         https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.3.1-win64-static.zip
First bytes: 50 4B 03 04 0A 00 00 00
Expected:    f33a409dc61df9448dcd0505c6d1614a1c161397b3e5ceaebf8f5c0287374108
Actual:      aad816cd86d29f43f25d64094a4b5c23b47d28e9f5bb93720b0368bf331737c6

Please try again or create a new issue by using the following link and paste your console output:
https://github.com/ScoopInstaller/Main/issues/new?title=ffmpeg%404.3.1%3a+hash+check+failed

キャッシュをロードしたけど、期待される(Expected)ハッシュは f33a409dc61df9448dcd0505c6d1614a1c161397b3e5ceaebf8f5c0287374108 ですが、実際(Actual)は aad816cd86d29f43f25d64094a4b5c23b47d28e9f5bb93720b0368bf331737c6 が返されたとハッシュチェックエラーを報告して scoop はキャッシュファイルを削除する。

ハッシュチェックエラーにしないためには、scoop と同じアルゴリズムを使用して sha256 ハッシュを算出して、bucket の json 定義を修正する必要がある。
scoop の lib\install.ps1 をロードして VideoHelp のファイルに対する sha256 ハッシュを計算する。
もしくは、一旦キャッシュファイルが消えて入れ直すことが手間でなければ、Actual: の値を使用する。

$ . ~\scoop\apps\scoop\current\lib\install.ps1
$ compute_hash ~\scoop\cache\ffmpeg#4.3.1#https_ffmpeg.zeranoe.com_builds_win64_static_ffmpeg-4.3.1-win64-static.zip sha256

※compute_hash 関数の使用方法は compute_hash [ファイル名] [アルゴリズム] です。

aad816cd86d29f43f25d64094a4b5c23b47d28e9f5bb93720b0368bf331737c6

そして、~\scoop\buckets\main\bucket\ffmpeg.jsonsha256 ハッシュ値を修正する。
architecture → 64bit → hash の既存定義をコメントアウトして、再計算したハッシュ値で定義し直す。

{
    "version": "4.3.1",
    "description": "A complete, cross-platform solution to record, convert and stream audio and video.",
    "homepage": "https://ffmpeg.org",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.3.1-win64-static.zip",
            //"hash": "f33a409dc61df9448dcd0505c6d1614a1c161397b3e5ceaebf8f5c0287374108",
            "hash": "aad816cd86d29f43f25d64094a4b5c23b47d28e9f5bb93720b0368bf331737c6",
            "extract_dir": "ffmpeg-4.3.1-win64-static"
        },
        "32bit": {
            "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.3.1-win32-static.zip",
            "hash": "589e2dedd5bba34dede84c9513505768f4042a33b5bf21d90b97901da635a245",
            "extract_dir": "ffmpeg-4.3.1-win32-static"
        }
    },
    "bin": [
        "bin\\ffmpeg.exe",
        "bin\\ffplay.exe",
        "bin\\ffprobe.exe"
    ],
    "checkver": {
        "url": "https://ffmpeg.zeranoe.com/builds/win64/static/",
        "regex": "ffmpeg-([\\d.]+)-win64-static\\.zip",
        "reverse": true
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-$version-win64-static.zip",
                "extract_dir": "ffmpeg-$version-win64-static"
            },
            "32bit": {
                "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-$version-win32-static.zip",
                "extract_dir": "ffmpeg-$version-win32-static"
            }
        }
    }
}

一旦 ffmpeg をアンインストールしてからインストールし直すと正常にインストールされる。

$ scoop uninstall ffmpeg
Uninstalling 'ffmpeg' (4.3.1).
'ffmpeg' was uninstalled.
$ scoop install ffmpeg
Installing 'ffmpeg' (4.3.1) [64bit]
Loading ffmpeg-4.3.1-win64-static.zip from cache
Checking hash of ffmpeg-4.3.1-win64-static.zip ... ok.
Extracting ffmpeg-4.3.1-win64-static.zip ... done.
Linking ~\scoop\apps\ffmpeg\current => ~\scoop\apps\ffmpeg\4.3.1
Creating shim for 'ffmpeg'.
Creating shim for 'ffplay'.
Creating shim for 'ffprobe'.
'ffmpeg' (4.3.1) was installed successfully!

AOMedia Video 1 - Wikipedia
AV1エンコーダーの速度と品質の比較 - ffmpeg(libaom) vs SVT-AV1 - Qiita
おさえておきたいffmpeg高速化のまとめ:CPU使用率100%、Load Averageがぁあぁぁぁというときに ヽ(゚ー゚*ヽ)(ノ*゚ー゚)ノわぁい - Qiita
ffmpeg4.0のAV1使ってみた - exits

  • windows/ffmpeg.1622781092.txt.gz
  • 最終更新: 2021/06/04 13:31
  • by ともやん