[feat] add cmd for magick
This commit is contained in:
parent
4dc0e91dea
commit
981a47baa8
8
command/magick.txt
Normal file
8
command/magick.txt
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user