Skip to content

vpakarinen2/convertly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convertly 🔃

Convert images between multiple formats like WebP, PNG, and JPG/JPEG.

Requirements

  • Python 3.11+
  • ffmpeg installed and available on PATH

Install FFmpeg (Windows)

winget install Gyan.FFmpeg
ffmpeg -version

Setup

py -m ensurepip --upgrade
py -m pip install -e .

Add convertly in the current session:

$env:Path = $env:Path + ";" + (Resolve-Path .\Scripts)

Usage

convertly convert --input "./input" --output "./output" --format jpeg --skip-existing --quality 100

Put all the images you want to convert in the --input directory.

Troubleshooting

If you get an error 'ffmpeg not found', use where.exe to find it on PATH:

where.exe ffmpeg

Support

If you find this project valuable, consider supporting my work:

Buy Me A Coffee Ko-Fi

Author

Ville Pakarinen (@vpakarinen2)