HumanBreak/public/project/images/convert.bat

3 lines
66 B
Batchfile

for %%i in (*.jpg) do (
ffmpeg -i "%%i" -q:v 70 "%%~ni.webp"
)