{"id":18084104,"url":"https://github.com/victorwoo/transcript-video","last_synced_at":"2025-07-08T11:41:28.039Z","repository":{"id":260002212,"uuid":"880023250","full_name":"victorwoo/transcript-video","owner":"victorwoo","description":"A PowerShell script that automatically generates subtitles in bulk for video files using whisper-ctranslate2.","archived":false,"fork":false,"pushed_at":"2024-11-09T09:10:28.000Z","size":14901,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-09T10:18:56.951Z","etag":null,"topics":["batch","generative-ai","openai","powershell","script","subtitle","video","video-processing"],"latest_commit_sha":null,"homepage":"https://github.com/victorwoo/transcript-video","language":"PowerShell","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/victorwoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-10-29T01:09:51.000Z","updated_at":"2024-11-09T09:10:31.000Z","dependencies_parsed_at":"2024-10-29T02:37:35.759Z","dependency_job_id":null,"html_url":"https://github.com/victorwoo/transcript-video","commit_stats":null,"previous_names":["victorwoo/transcript-video"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorwoo%2Ftranscript-video","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorwoo%2Ftranscript-video/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorwoo%2Ftranscript-video/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorwoo%2Ftranscript-video/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victorwoo","download_url":"https://codeload.github.com/victorwoo/transcript-video/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230394217,"owners_count":18218705,"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":["batch","generative-ai","openai","powershell","script","subtitle","video","video-processing"],"created_at":"2024-10-31T15:05:44.977Z","updated_at":"2024-12-19T06:42:59.317Z","avatar_url":"https://github.com/victorwoo.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transcript Video Script\n\nA [PowerShell](https://learn.microsoft.com/en-us/powershell/) script that automatically generates `.srt` subtitles in bulk for video files using `whisper-ctranslate2`.\n\n![Banner](./Images/Banner.png)\n\n## Features\n\n- **Video Transcription**: Supports .mp4, .avi, mkv, and .mov formats.\n- **Subtitle Management**: Removes existing subtitle files with .json, .tsv, .txt, or .vtt extensions.\n- **Progress Tracking**: Provides a progress bar to monitor the process.\n- **Verbose Mode**: Display detailed execution information when `-Verbose` is used.\n\n## Screen Shots\n\nRunning the script:\n\n![running script](./Images/Screen%20shot%20-%20001.png)\n\nThe video has been subtitled and is displayed correctly in the player:\n\n![subtitled video](./Images/Screen%20shot%20-%20002.png)\n\n## Prerequisites\n\n- [Python](https://www.python.org/) environment must be installed on your system.\n- Install the `whisper-ctranslate2` Python package using the following command:\n\n```powershell\npip install -U whisper-ctranslate2\n```\n\n- For more information, visit the official repository:  \n  \u003chttps://github.com/Softcatala/whisper-ctranslate2\u003e\n\n## Usage\n\n### Basic Usage\n\nTo process all video files in the current directory:\n\n```powershell\nPS\u003e .\\TranscriptVideo.ps1\n```\n\n### Process a Specific Folder\n\nTo specify the folder containing video files:\n\n```powershell\nPS\u003e .\\TranscriptVideo.ps1 -FolderPath \"C:\\Videos\"\n```\n\n### Enable Verbose Mode\n\nTo display detailed output:\n\n```powershell\nPS\u003e .\\TranscriptVideo.ps1 -Verbose\n```\n\n## Parameters\n\n- **FolderPath**: (Optional) The path to the folder containing video files. If not provided, the current directory will be used.\n\n## Example\n\n```powershell\nPS\u003e .\\TranscriptVideo.ps1 -FolderPath \"C:\\Videos\" -Verbose\n```\n\nProcesses all video files in C:\\Videos with detailed output enabled.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Author\n\n- [Victor Woo](https://github.com/victorwoo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorwoo%2Ftranscript-video","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorwoo%2Ftranscript-video","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorwoo%2Ftranscript-video/lists"}