find "." -type f -name "*.png" -exec sh -c 'convert "$0" "${0%.png}.webp"' {} \;