Convert images between multiple formats like WebP, PNG, and JPG/JPEG.
- Python 3.11+
ffmpeginstalled and available onPATH
winget install Gyan.FFmpeg
ffmpeg -versionpy -m ensurepip --upgrade
py -m pip install -e .Add convertly in the current session:
$env:Path = $env:Path + ";" + (Resolve-Path .\Scripts)convertly convert --input "./input" --output "./output" --format jpeg --skip-existing --quality 100Put all the images you want to convert in the --input directory.
If you get an error 'ffmpeg not found', use where.exe to find it on PATH:
where.exe ffmpegIf you find this project valuable, consider supporting my work:
Ville Pakarinen (@vpakarinen2)