A PowerShell script to convert image and video files with a good compromise between quality, file size and compatibility with many devices and applications. The folder structure of the input files is recreated for the converted output.
Operating System: Windows only
The following programs need to be available in the PATH or inside the folder of this file:
- To convert video files:
- ffmpeg
- Check with:
ffmpeg -version
- Check with:
- ffprobe
- Check with:
ffprobe -version
- Check with:
- ffmpeg
- To convert image files:
- ImageMagick
- Check with:
magick -version
- Check with:
- ImageMagick
- Create the folders
inandoutinside the folder of this file - Place the files to convert inside the
infolder - Run the
cc.ps1script - After it has finished, the converted files are in the
outfolder
You can change some options on top of the cc.ps1 script.