mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-18 17:48:52 +08:00
3 lines
66 B
Batchfile
3 lines
66 B
Batchfile
for %%i in (*.jpg) do (
|
|
ffmpeg -i "%%i" -q:v 70 "%%~ni.webp"
|
|
) |