FFmpeg は,動画のデコーダとエンコーダに関するソフトウェア.
展開してできたファイルを, 分かりやすいディレクトリの下に移したい.
Windows のコマンドプロンプトを開き,次を実行
mkdir c:\ffmpeg
コマンドプロンプトを管理者として実行: 別ページ »で説明
call powershell -command "$oldpath = [System.Environment]::GetEnvironmentVariable(\"Path\", \"Machine\"); $oldpath += \";c:\ffmpeg\bin\"; [System.Environment]::SetEnvironmentVariable(\"Path\", $oldpath, \"Machine\")"
Windows のコマンドプロンプトを新しく開き、次のコマンドを実行する.
where ffmpeg
ビデオファイルを準備.Windowsのコマンドプロンプトを開き,次のコマンドで,連番画像に変換.
ffmpeg -i <ビデオファイル名> %06d.png