::@echo off :st if %1=="" exit echo %1 ffmpeg -i %1 -f image2pipe -vcodec ppm - 2>nul | cjxl -q 100 - "%~dpn1_.jxl" shift goto st