{"id":31270073,"url":"https://github.com/mukuldeep/OSSAVE","last_synced_at":"2025-09-23T19:02:49.728Z","repository":{"id":212335529,"uuid":"731253557","full_name":"mukuldeep/OSSAVE","owner":"mukuldeep","description":"Open Source Simple Android Video Editor","archived":false,"fork":false,"pushed_at":"2025-07-06T11:43:28.000Z","size":314,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T12:26:12.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mukuldeep.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}},"created_at":"2023-12-13T17:06:00.000Z","updated_at":"2025-07-06T11:53:29.000Z","dependencies_parsed_at":"2023-12-13T19:08:11.597Z","dependency_job_id":"8ce023b6-cae2-46cd-8c88-89a34679cb8a","html_url":"https://github.com/mukuldeep/OSSAVE","commit_stats":null,"previous_names":["mukuldeep/ossave"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mukuldeep/OSSAVE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuldeep%2FOSSAVE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuldeep%2FOSSAVE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuldeep%2FOSSAVE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuldeep%2FOSSAVE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukuldeep","download_url":"https://codeload.github.com/mukuldeep/OSSAVE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukuldeep%2FOSSAVE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276631048,"owners_count":25676644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"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":[],"created_at":"2025-09-23T19:01:19.639Z","updated_at":"2025-09-23T19:02:49.721Z","avatar_url":"https://github.com/mukuldeep.png","language":"Java","readme":"# \u003cimg src=\"https://raw.githubusercontent.com/mukuldeep/OSSAVE/refs/heads/main/OSSAVE/app/src/main/ic_launcher-playstore.png\" width=\"25\" title=\"logo\"\u003e OSSAVE : Open Source Simple Android Video Editor (in active development)\n\nThe Idea is to create a simple pluggable video editor for android, at the same time, keeping it open source.\n\n## Principles\n* Keep It Simple\n* EASY 2 USE\n* ADVANCED features like AI ENABLED\n* Pluggable\n\n## Getting Started\n### Prerequisites\n  - Android Studio [setup](https://developer.android.com/studio/install)\n  - JDK (Java Development Kit)\n  - Android SDK (min and target SDK as per the project settings)\n### Setup\n\n```\ngit clone https://github.com/mukuldeep/OSSAVE.git\ncd OSSAVE\n```\nOpen the project in Android Studio, let Gradle sync dependencies, then build/run on an emulator or real device.\n\n### Project Structure (High-Level)\n```\nOSSAVE/\n├── images/               # UX and UI mockups/screenshots\n├── OSSAVE/               # Main Android code (activities, fragments, etc.)\n|    ├── java Code\n|    |   ├── editor/      # Editing engine (FFmpegKit Operations)\n|    |   ├── Log/         # Log wrapper implementation\n|    |   └── utils/       # Utility classes\n|    |\n|    └── res\n|         ├── drawables   # symbols or icons\n|         └── layouts     # layouts / views\n|\n├── build.gradle     \n└── README.md\n```\n\n### Contributing\nWe welcome contributions! If you're interested in helping build this open-source video editor:\n  - Open an issue or feature request with a clear title and description\n  - Fork the repo and set up your dev environment\n  - Implement features modularly, respecting plugin patterns\n  - Write tests or demos for new functionality\n  - Submit a pull request and link the corresponding issue\n  - Aim for clean, documented, testable code\n  - Join discussions: collaboration is encouraged\n\n## Features Overview\n### Video Editing\n  - Trim, split, crop, add, delete segments\n  - Apply filters, FX, and adjustments\n  - Reverse, stabilize, zoom, blur, freeze frames\n  - Speed and reverse playback control\n  - Audio handling: trim, split, delete, mute, volume, mix tracks\n### Audio Editing\n  - Trim, split, add, delete clips\n  - Mute/volume control, mix\n  - Sound effects library\n  - Multi-track control and output configuration\n\n### Image Processing\n  - Trim, add, delete, duplicate\n  - Crop and adjust color/brightness\n\n### Overlays \u0026 Effects\n  - Text, stickers, animated overlays\n  - Linear and non-linear speed ramps\n  - Transitions between clips\n\n### AI‑Powered Tools\n  - Auto-generated captions\n  - Object/face detection and beautification\n  - Scene-to-beat synchronization\n\n## App Workflow\n  - Import media (videos, audio, images)\n  - Preview media and apply edits\n  - Adjust output settings (resolution, bitrate)\n  - Save project/export to local storage\n\n## Screenshots\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"./images/Screenshot_20231214_033218.jpg\" width=\"250\" title=\"Initial UI\"\u003e\n\u003c/p\u003e\n\n## License\nDistributed under the GPL‑3.0 License — open, shareable, and free for all\n","funding_links":[],"categories":[":shamrock:  **Categories**"],"sub_categories":[":rocket: Productivity"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukuldeep%2FOSSAVE","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukuldeep%2FOSSAVE","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukuldeep%2FOSSAVE/lists"}