This is an offline desktop application that transforms your videos into cartoon-style animations using OpenCV and AI-inspired filters. Choose from styles like Comic, Watercolor, AI Anime, and Pixar, then export your cartoonified video in 480p, 720p, or 1080p resolution.
- Upload
.mp4or.avivideos - Apply various cartoon styles: Default, Comic, Watercolor, AI Anime, Pixar
- Export in 480p / 720p / 1080p
- Real-time progress bar
- Multithreaded video processing
- Modern dark-mode GUI with
customtkinter - Works 100% offline — no internet needed
- Python 3.8+
- OpenCV
- customtkinter
- CTkMessagebox
- imageio
- Pillow
- Upload a video: Click on 'Upload Video' and select your
.mp4or.avifile. - Choose a style: Select from Default, Comic, Watercolor, AI Anime, or Pixar.
- Set resolution: Pick 480p, 720p, or 1080p.
- Adjust cartoon level: Use the slider to set the desired effect intensity.
- Process and save: Click on 'Select Output Folder & Start' to begin processing and save the output.
To test the application:
- Run the script:
python cartoonify_pro_by_mtb.py
git clone https://github.com/MTB-RZ/Cartoonify-Video-Cartoonizer-by-MTB.git
cd Cartoonify-Video-Cartoonizer-by-MTB