A professional desktop application to convert video clips into lightweight, social‑media‑ready GIFs with full control over quality, trimming, and text overlays.
- Trim any video – Sliders with real‑time preview (linked start/end).
- Text overlay – Supports multiline (Persian, English, any language) with:
- Custom font, size, color, shadow
- 5 positions (top, bottom, left, right, center)
- Adjustable margin from edges
- Master Quality slider – One‑touch control over all compression parameters:
- Resolution percentage
- Frame rate reduction
- Frame skip (float values 1.0–2.0)
- Color palette (32 – Full)
- Live size estimation – See estimated file size while you adjust settings.
- Preview playback – Loop the trimmed section to check result before exporting.
- Multithreaded – No UI freezes during heavy operations (loading, processing, GIF generation).
- Logging – All actions and errors saved to
logs/app.log. - Modern UI – Dark theme, scrollable settings, responsive layout.
- Load a video (MP4, AVI, MOV, MKV, WebM).
- Trim the desired segment using the start/end sliders.
- Add text (optional) – type multiple lines, choose font/color/position.
- Adjust overall quality with the master slider (0 = lowest file size, 100 = original quality).
- Preview the result (use Play button to loop).
- Generate GIF – the app creates a highly optimized
.giffile.
All processing is done in background threads, so you can keep interacting with the UI.
- Python 3.8+
- pip
- Clone the repository
git clone https://github.com/AmiiirCom/SocialGifMaker.git cd SocialGifMaker
