{"id":13908143,"url":"https://github.com/gitfu/scc2vtt","last_synced_at":"2025-07-18T07:30:33.981Z","repository":{"id":95678826,"uuid":"65699937","full_name":"gitfu/scc2vtt","owner":"gitfu","description":"Translates Scenarist SCC caption files to WebVTT subtitles","archived":false,"fork":false,"pushed_at":"2019-05-15T00:38:53.000Z","size":39,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-25T17:45:55.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/gitfu.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-15T02:56:32.000Z","updated_at":"2021-07-28T17:17:22.000Z","dependencies_parsed_at":"2023-03-13T16:48:10.802Z","dependency_job_id":null,"html_url":"https://github.com/gitfu/scc2vtt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gitfu/scc2vtt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitfu%2Fscc2vtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitfu%2Fscc2vtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitfu%2Fscc2vtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitfu%2Fscc2vtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitfu","download_url":"https://codeload.github.com/gitfu/scc2vtt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitfu%2Fscc2vtt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265720333,"owners_count":23817210,"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":[],"created_at":"2024-08-06T23:02:29.959Z","updated_at":"2025-07-18T07:30:33.696Z","avatar_url":"https://github.com/gitfu.png","language":"Python","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# scc2vtt\nTranslates Scenarist SCC  closed captions to WebVTT \n\n### Requires Python3\n\n* This is a work in progress, \n* The times and text are accurate, however no formating or positioning is retained .\n* Rollups are removed. \n* Sys.argv[1] is the input , \n* if sys.argv[2] is present it's the output,  else the output file is call out.vtt\n\n\n## How to use\n\n* Full working example.\n\n* Create conv_scc.py  \n* Write this to  conv_scc.py \n```\nimport scc2vtt\nimport sys\n\n\ndef name_files():\n\tif len(sys.argv) \u003e 1:\n\t\tinfile=sys.argv[1]\n\t\ttry: outfile=sys.argv[2]\n\t\texcept: outfile=\"out.vtt\"\n\treturn infile,outfile\n\nif __name__=='__main__':\n\tinfile,outfile=name_files()\n\tscc2vtt.scc_decoder(infile,outfile)\n\n```\n\n* Run it like so.\n\n```\npython conv_scc.py  my_in.scc my_out.vtt\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitfu%2Fscc2vtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitfu%2Fscc2vtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitfu%2Fscc2vtt/lists"}