This Python script uses ffmpeg to resize and re-encode video files.
Supported filetypes: .mp4 .avi .mkv .flv .mov .wmv .3gp .webm .ogg
The default settings target a very low quality video suitable for low power media players.
Tested on Windows 10.
If you're looking for something more feature rich, I highly recommend Handbrake
Python
FFmpeg:
- Download
ffmpeg.exehttps://ffmpeg.org/ and put it in the same directory as this script. - Or install ffmpeg to the system path.
