demo/command/magick.txt
2025-12-04 17:17:04 +08:00

9 lines
405 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Windows11power 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