A helper application made using python using FFMpeg to convert most video formats to mp4.
You will need to have FFmpeg installed properly to use this program. You can "install" FFmpeg on Windows by following these steps:
- Download FFmpeg from this repository
- Extract the archive to somewhere permanent on your pc.
- Add a PATH entry for the
binfolder of the extracted files. (you can do this by changing thePATHenvironment variable)