{"id":21857472,"url":"https://github.com/aavtic/thamburaan","last_synced_at":"2025-03-21T19:25:55.311Z","repository":{"id":252517791,"uuid":"840670189","full_name":"Aavtic/thamburaan","owner":"Aavtic","description":"auto-caption program for generation word by word captioning on a green-screen video","archived":false,"fork":false,"pushed_at":"2024-08-13T11:46:40.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T14:11:28.462Z","etag":null,"topics":["caption-generation","rust","text-to-speech","tts","video-captioning"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Aavtic.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}},"created_at":"2024-08-10T10:22:13.000Z","updated_at":"2024-08-23T11:59:44.000Z","dependencies_parsed_at":"2024-08-13T14:16:12.949Z","dependency_job_id":null,"html_url":"https://github.com/Aavtic/thamburaan","commit_stats":null,"previous_names":["aavtic/thamburaan"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aavtic%2Fthamburaan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aavtic%2Fthamburaan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aavtic%2Fthamburaan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aavtic%2Fthamburaan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aavtic","download_url":"https://codeload.github.com/Aavtic/thamburaan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244854180,"owners_count":20521426,"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":["caption-generation","rust","text-to-speech","tts","video-captioning"],"created_at":"2024-11-28T02:29:11.197Z","updated_at":"2025-03-21T19:25:55.269Z","avatar_url":"https://github.com/Aavtic.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdetails\u003e\n\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [Thamburaan](#Thamburaan)\n- [Installation](#installation)\n    \n    -[Modes](#modes)\n    -[Compile](#compile)\n    -[Note](#note)\n    -[Download](#downloads)\n        -[Linux](#linux)\n        -[windows](#windows)\n\n- [Introduction](#introduction)\n- [Usage](#usage)\n  - [if you compile](#if-you-compiled)\n  - [generated video](#generated-video)\n- [APIs Used](#apis-used)\n- [Licesnse](#license)\n\n\u003c/details\u003e\n\n\u003c!-- \u003cimg align=\"left\" src=\"https://github.com/Aavtic/ena/releases/download/tags/ena-logo.png\" alt=\"drawing\" width=\"200\"/\u003e --\u003e\n\n# Thamburaan\n\nThamburaan is a auto-caption program for generation word by word captioning on a green-screen video. The voice is AI generated and provided by [CloudTTS]\n\u0026nbsp;\n\n\u003cbr\u003e\n\u003c/br\u003e\n\n## Installation\n\n\n### Modes\n\u003cdetails\u003e\n\u003csummary\u003eModes of Installation\u003c/summary\u003e\n    \n- [Manually Compiling](#Compile)\n- [Downloading-executable](#Downloads)\n\n\u003c/details\u003e\n\n### Compile\nYou can clone this repo using git \n```shell\ngit clone https://github.com/Aavtic/thamburaan\n```\nThamburaan is written in Rust and you will have to install [rustup] to compile this program.\n\n### Note \nYou have to be in the same folder to run the next command.\n\nYou can install the requiremensts using this command.\n```shell\ncargo build\n```\n### Downloads\nYou can download the compiled program and run it directly.\n\n#### Linux\nYou can download [ForLinux]\n\n#### Windows\nYou can download [ForWindows]\n\n## Introduction\n\nThamburaan is a software which generates generates cool word-by-word captioning for videos using Text To Speech. We use [CloudTTS] to generate audio, which is a free online TTS service.\n\n## Usage\n\nOnce you have the program either compiled or downloaded you can run the program by the following commands.\n\n### If you compiled \n    You can find `thamburaan`, the compiled program in the `./target/debug/` folder for the compiled binary.\n\nOnce everything is set. You can execute the program by this command\nThe --text or -t flag can be used to feed in the text to be generated as auto-captions in your video.\n```shell\n    thamburaan -t Hello Friend how are you!\n```\nThis command will generate word-by-word captioned video in the `output` directory. The filename will be `final.mp4`\n\n### Generated video\nThe video will be saved in a new folder called `output` and the file name will be prefixed with `final` along with a timestamp.\n\n\n## APIs Used\n- [CloudTTS]\n\n\n## License\n\n[MIT](./LICENSE)\n\n\n[rustup]: https://www.rust-lang.org/tools/install\n[ForLinux]: https://github.com/Aavtic/thamburaan/releases/download/1.0/thamburaan.1.0.Linux.0\n[ForWindows]: https://github.com/Aavtic/thamburaan/releases/download/1.0/thamburaan.exe.Windows.exe\n[Git Download]: https://git-scm.com/downloads\n[CloudTTS]: https://cloudtts.com/about.html \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faavtic%2Fthamburaan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faavtic%2Fthamburaan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faavtic%2Fthamburaan/lists"}