{"id":49463061,"url":"https://github.com/amiiircom/socialgifmaker","last_synced_at":"2026-04-30T11:02:39.366Z","repository":{"id":354710515,"uuid":"1224239423","full_name":"AmiiirCom/SocialGifMaker","owner":"AmiiirCom","description":"Convert video clips to social‑media‑friendly GIFs. Trim, overlay text, dial in size vs. quality, and preview – all in a threaded PySide6 GUI.","archived":false,"fork":false,"pushed_at":"2026-04-29T17:53:26.000Z","size":225,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-29T19:28:23.497Z","etag":null,"topics":["gui","pyside6","python-3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmiiirCom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-29T05:01:02.000Z","updated_at":"2026-04-29T17:53:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AmiiirCom/SocialGifMaker","commit_stats":null,"previous_names":["amiiircom/socialgifmaker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AmiiirCom/SocialGifMaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmiiirCom%2FSocialGifMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmiiirCom%2FSocialGifMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmiiirCom%2FSocialGifMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmiiirCom%2FSocialGifMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmiiirCom","download_url":"https://codeload.github.com/AmiiirCom/SocialGifMaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmiiirCom%2FSocialGifMaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32462304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gui","pyside6","python-3"],"created_at":"2026-04-30T11:02:33.301Z","updated_at":"2026-04-30T11:02:39.361Z","avatar_url":"https://github.com/AmiiirCom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 Social Gif Maker (SGM)\n\n[![Python](https://img.shields.io/badge/Python-3.8%2B-blue)](https://www.python.org/)\n[![PySide6](https://img.shields.io/badge/PySide6-6.6%2B-green)](https://doc.qt.io/qtforpython/)\n[![OpenCV](https://img.shields.io/badge/OpenCV-4.x-red)](https://opencv.org/)\n[![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE)\n[![AI-Assisted](https://img.shields.io/badge/AI--Assisted-blue?logo=openai\u0026logoColor=white)](https://deepseek.com/)\n\n![AppIcon](https://github.com/AmiiirCom/SocialGifMaker/blob/master/resource/icon.png)\n\nA **professional desktop application** to convert video clips into **lightweight, social‑media‑ready GIFs** with full control over quality, trimming, and text overlays.\n\n![Screenshot](screenshot.png) *(add a screenshot of your app here)*\n\n---\n\n## ✨ Features\n\n- **Trim any video** – Sliders with real‑time preview (linked start/end).\n- **Text overlay** – Supports multiline (Persian, English, any language) with:\n  - Custom font, size, color, shadow\n  - 5 positions (top, bottom, left, right, center)\n  - Adjustable margin from edges\n- **Master Quality slider** – One‑touch control over all compression parameters:\n  - Resolution percentage\n  - Frame rate reduction\n  - Frame skip (float values 1.0–2.0)\n  - Color palette (32 – Full)\n- **Live size estimation** – See estimated file size while you adjust settings.\n- **Preview playback** – Loop the trimmed section to check result before exporting.\n- **Multithreaded** – No UI freezes during heavy operations (loading, processing, GIF generation).\n- **Logging** – All actions and errors saved to `logs/app.log`.\n- **Modern UI** – Dark theme, scrollable settings, responsive layout.\n\n---\n\n## 🖥️ How It Works\n\n1. **Load a video** (MP4, AVI, MOV, MKV, WebM).\n2. **Trim** the desired segment using the start/end sliders.\n3. **Add text** (optional) – type multiple lines, choose font/color/position.\n4. **Adjust overall quality** with the master slider (0 = lowest file size, 100 = original quality).\n5. **Preview** the result (use Play button to loop).\n6. **Generate GIF** – the app creates a highly optimized `.gif` file.\n\nAll processing is done in background threads, so you can keep interacting with the UI.\n\n---\n\n## 🔧 Installation\n\n### Requirements\n- Python 3.8+\n- pip\n\n### Steps\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/AmiiirCom/SocialGifMaker.git\n   cd SocialGifMaker","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiiircom%2Fsocialgifmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famiiircom%2Fsocialgifmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famiiircom%2Fsocialgifmaker/lists"}