{"id":20497517,"url":"https://github.com/likhithsai2580/yt-video-editor","last_synced_at":"2025-09-15T14:42:13.340Z","repository":{"id":254252576,"uuid":"845955439","full_name":"Likhithsai2580/yt-video-editor","owner":"Likhithsai2580","description":"Editing Video for Everyone, Everywhere","archived":false,"fork":false,"pushed_at":"2025-01-11T18:46:28.000Z","size":35,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T09:21:50.310Z","etag":null,"topics":["ai","automation","youtube","youtube-automation","yt"],"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/Likhithsai2580.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["Likhithsai2580"],"patreon":"anony45","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-08-22T08:58:15.000Z","updated_at":"2025-03-02T17:41:20.000Z","dependencies_parsed_at":"2024-10-17T22:25:43.597Z","dependency_job_id":"72e952b8-8328-48c9-9efd-0cecb1bc3742","html_url":"https://github.com/Likhithsai2580/yt-video-editor","commit_stats":null,"previous_names":["likhithsai2580/yt-video-editor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Likhithsai2580%2Fyt-video-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Likhithsai2580%2Fyt-video-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Likhithsai2580%2Fyt-video-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Likhithsai2580%2Fyt-video-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Likhithsai2580","download_url":"https://codeload.github.com/Likhithsai2580/yt-video-editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248764228,"owners_count":21158047,"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","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":["ai","automation","youtube","youtube-automation","yt"],"created_at":"2024-11-15T18:11:18.611Z","updated_at":"2025-04-13T18:40:41.737Z","avatar_url":"https://github.com/Likhithsai2580.png","language":"Python","funding_links":["https://github.com/sponsors/Likhithsai2580","https://patreon.com/anony45"],"categories":[],"sub_categories":[],"readme":"# Video Processor\n\nA powerful Python-based tool for automated video processing, including transcription, translation, topic segmentation, and application of effects and transitions.\n\n## Features\n\n- Audio extraction from video\n- Speech-to-text transcription with timestamps\n- Text translation using Google Translate\n- AI-powered topic segmentation\n- Dynamic application of video effects\n- Intelligent transition suggestions between segments\n- Final video compilation with effects and transitions\n\n## Requirements\n\n- Python 3.7+\n- Dependencies listed in `requirements.txt`\n\n## Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/Likhithsai2580/yt-video-editor.git\n   cd yt-video-editor\n   ```\n\n2. Create a virtual environment (optional but recommended):\n   ```\n   python -m venv venv\n   source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n   ```\n\n3. Install dependencies:\n   ```\n   pip install -r requirements.txt\n   ```\n\n4. Set up your API keys in `config.py`:\n   - Groq API key for LLM functionality\n   - Google Cloud API key for speech recognition (if using Google Speech-to-Text)\n\n## Usage\n\n1. Place your input video in the project directory.\n\n2. Run the main script:\n   ```\n   python vid_edit.py\n   ```\n\n3. Follow the prompts to specify input video and output preferences.\n\n## Configuration\n\n- Adjust settings in `config.py` (API keys, default parameters)\n- Customize effects in `effects/effects.json`\n- Modify transitions in `transitions/transitions.json`\n\n## Project Structure\n\n- `vid_edit.py`: Main script for video processing\n- `effects/`: Contains effects-related files\n  - `effects.py`: Implementation of video effects\n  - `effects.json`: Configuration for available effects\n- `transitions/`: Contains transitions-related files\n  - `transitions.py`: Implementation of video transitions\n  - `transitions.json`: Configuration for available transitions\n- `llm/`: Contains LLM-related files\n  - `llama.py`: Implementation of LLM functionality using Groq\n\n## Available Effects\n\nThe project supports various video effects, including:\n\n- Fade in/out\n- Color inversion\n- Brightness and contrast adjustment\n- Black and white conversion\n- Rotation and resizing\n- Cropping and mirroring\n- Speed adjustment\n- Text overlay\n- Vignette effect\n- Color filtering\n- Edge detection\n- Zoom effect\n- Saturation adjustment\n\nFor a complete list of effects and their parameters, refer to `effects/effects.json`.\n\n## Available Transitions\n\nThe project offers multiple transition effects between video segments:\n\n- Roll transition\n- B-roll overlay\n- Crossfade\n- Slide transition\n- Wipe effect\n- Zoom transition\n- Split screen\n- Circle reveal\n- Page turn effect\n- Light leak\n- Color inversion\n- Rotate transition\n- Diagonal wipe\n- Heart shape reveal\n- Film roll effect\n- Ripple effect\n- Starfield transition\n\nFor a complete list of transitions and their descriptions, refer to `transitions/transitions.json`.\n\n## Customization\n\n### Adding New Effects\n\n1. Implement the effect in `effects/effects.py`\n2. Add the effect details to `effects/effects.json`\n\n### Adding New Transitions\n\n1. Implement the transition in `transitions/transitions.py`\n2. Add the transition details to `transitions/transitions.json`\n\n## AI-Powered Features\n\n- Topic Segmentation: Utilizes LLM to intelligently divide the video into distinct topics.\n- Effect Suggestion: AI suggests appropriate effects based on video content.\n- Transition Recommendation: Intelligent selection of transitions between segments.\n\n## Performance Considerations\n\n- Processing time depends on video length and complexity of applied effects.\n- Consider using shorter video clips for testing and experimentation.\n\n## Troubleshooting\n\n- Ensure all dependencies are correctly installed.\n- Check API key configurations in `config.py`.\n- Verify input video format compatibility.\n- For LLM-related issues, check Groq API status and quota.\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository\n2. Create a new branch: `git checkout -b feature-branch-name`\n3. Make your changes and commit them: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin feature-branch-name`\n5. Submit a pull request\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgements\n\n- MoviePy for video processing capabilities\n- Groq for LLM functionality\n- Google Cloud Speech-to-Text for transcription\n- Google Translate for translation services\n\n## Future Enhancements\n\n- Support for batch processing multiple videos\n- GUI for easier interaction and preview of effects\n- Integration with cloud storage services\n- Enhanced AI-driven content analysis and editing suggestions\n- Support for additional languages in transcription and translation\n\n## Contact\n\nFor questions, issues, or suggestions, please open an issue on the GitHub issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithsai2580%2Fyt-video-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikhithsai2580%2Fyt-video-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithsai2580%2Fyt-video-editor/lists"}