diff --git a/command/magick.txt b/command/magick.txt new file mode 100644 index 0000000..4968518 --- /dev/null +++ b/command/magick.txt @@ -0,0 +1,8 @@ +Windows11:power shell + +Set-ExecutionPolicy Bypass -Scope Process -Force +[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 +iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) +choco install imagemagick -y +magick --version +magick.exe "output_3s_100x100.mp4" -resize 100x100 -quality 95 frame_%04d.jpg