{"id":20500091,"url":"https://github.com/zevaverbach/viraloverlay","last_synced_at":"2026-04-21T04:31:31.575Z","repository":{"id":62587501,"uuid":"169120955","full_name":"zevaverbach/viraloverlay","owner":"zevaverbach","description":"Timed Text Overlaid on Videos!","archived":false,"fork":false,"pushed_at":"2019-03-09T03:09:55.000Z","size":77037,"stargazers_count":2,"open_issues_count":20,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-21T20:11:38.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zevaverbach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-04T17:47:10.000Z","updated_at":"2019-03-09T03:09:56.000Z","dependencies_parsed_at":"2022-11-03T22:42:48.514Z","dependency_job_id":null,"html_url":"https://github.com/zevaverbach/viraloverlay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zevaverbach/viraloverlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fviraloverlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fviraloverlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fviraloverlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fviraloverlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zevaverbach","download_url":"https://codeload.github.com/zevaverbach/viraloverlay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fviraloverlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32076870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-15T18:19:46.651Z","updated_at":"2026-04-21T04:31:31.560Z","avatar_url":"https://github.com/zevaverbach.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ViralOverlay™\n\nAdd styled, timed text to videos 'n GIFs!  Kinda like this:\n\n![Demo](demo.gif)\n\n# Usage\n\n    vo [OPTIONS] FILEPATH OVERLAY_DATA\n\n    OVERLAY_DATA: a JSON file path OR a JSON-formatted string containing an\n    array of overlays, each containing key-value pairs of at least \"text\",\n    \"start\", and \"stop\". optional keys: \"font_size\", \"font_color\",\n    \"text_position_x\", and \"text_position_y\"\n\n    Options:\n      -g, --gif             output to GIF instead of MP4\n      -f, --font-path TEXT  path to the font you'd like to use.\n      --help                Show this message and exit.\n\n## Example\n\n    $ vo \u003cpath_to_video\u003e \u003cjson_transcript_filepath_or_string\u003e [--gif --font]\n\n    (lots of ffmpeg output...)\n    Okay, I overlaid your text on \u003cpath_to_video_overlaid\u003e.\n\n## JSON Transcript Format\n\nThe `json_transcript` string or file should look like this:\n\n    [\n        {\n            \"start\": 1.03,\n            \"stop\": 1.21,\n            \"text\": \"I\"\n        },\n        {\n            \"start\": 1.21,\n            \"stop\": 1.44,\n            \"text\": \"am\"\n        },\n        {\n            \"start\": 1.45,\n            \"stop\": 1.84,\n            \"text\": \"saying\"\n        },\n        {\n            \"start\": 1.85,\n            \"stop\": 2.25,\n            \"text\": \"some\"\n        },\n        {\n            \"start\": 2.25,\n            \"stop\": 2.97,\n            \"text\": \"words\"\n        }\n    ]\n\nSee sibling projects [Transcribe all the Things](https://github.com/zevaverbach/tatt) and [tpro](https://github.com/zevaverbach/tpro) for easy, automatic generation of such transcripts.\n\n# Installation\n\n    pip install viraloverlay\n    brew install ffmpeg  # (if you don't have ffmpeg already)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevaverbach%2Fviraloverlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzevaverbach%2Fviraloverlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevaverbach%2Fviraloverlay/lists"}