{"id":15105136,"url":"https://github.com/hilcj/vrsubtitlemaker","last_synced_at":"2025-10-19T01:53:41.648Z","repository":{"id":62587865,"uuid":"178251942","full_name":"hilcj/vrsubtitlemaker","owner":"hilcj","description":"VR 3D 360 Subtitle Maker","archived":false,"fork":false,"pushed_at":"2019-03-29T18:59:53.000Z","size":11469,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T22:07:56.926Z","etag":null,"topics":["image-processing","kivy","opencv","video-processing","virtual-reality"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hilcj.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}},"created_at":"2019-03-28T17:28:30.000Z","updated_at":"2022-05-09T16:05:01.000Z","dependencies_parsed_at":"2022-11-03T17:49:13.161Z","dependency_job_id":null,"html_url":"https://github.com/hilcj/vrsubtitlemaker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hilcj/vrsubtitlemaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hilcj%2Fvrsubtitlemaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hilcj%2Fvrsubtitlemaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hilcj%2Fvrsubtitlemaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hilcj%2Fvrsubtitlemaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hilcj","download_url":"https://codeload.github.com/hilcj/vrsubtitlemaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hilcj%2Fvrsubtitlemaker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264257664,"owners_count":23580469,"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":["image-processing","kivy","opencv","video-processing","virtual-reality"],"created_at":"2024-09-25T20:21:20.159Z","updated_at":"2025-10-19T01:53:36.600Z","avatar_url":"https://github.com/hilcj.png","language":"Python","funding_links":["http://paypal.me/hilcj0001"],"categories":[],"sub_categories":[],"readme":"# VR-3D-360-Subtitle-Maker\n\nAdding subtitles to VR-360 images / video.\n\nTo work with a VR-360 video, please use ffmpeg to convert video to image sequences, and use the batch mode in the software to add subtitle to each image file, and then compose video back from image files.\n\nFor examples:\n```bash\nffmpeg -i vr_video.mp4 temp/out%d.png\n```\nand\n```bash\nffmpeg -i temp/out%d.png out.mp4\n```\n\nTo run the software from source code, please see \"Installation\"!\n\n## Usage\n\n1. Create subtitles to image files.\n2. Add subtitles to the VR image.\n\n![CreatSubtitle.png](/imgs_readme/create_subtitle.png?raw=true \"CreateSubtitle\")\n\n![AddPatterns.png](/imgs_readme/add_patterns.png?raw=true \"AddPatterns\")\n\n## Installation\n\nThe package is coded in python.\nTo manage things around, I would like to recommend you to work with python anaconda environment https://www.anaconda.com/distribution/\n\nAfter download and install the anaconda latest version,\n\n### Step 1: open terminal\n(on windows) open anaconda-navigator, click \"Environments\" tab, and then click on the triangle near \"base\" and select \"Open Terminal\".  (on Linux/mac) Just open a normal terminal.\n\n### Step 2: install\nin terminal, type below commands to install the environment.  This may take up to 5 minutes.\n```bash\npip install cython vrsubtitlemaker\n```\n\n### Step 3: run\nin the same terminal, just type\n``` bash\ncreate_subtitles\n```\nor\n``` bash\nadd_patterns\n```\nto start the GUI.\n\n### Step 4\nto start the GUI in future, just follow step 1 to open a terminal, and type:\n``` bash\ncreate_subtitles # or add_patterns\n```\n\n## Input VR image\nThe input VR image should be a top/bottom VR image in omnidirectional stereo projection (https://support.google.com/jump/answer/6399843?hl=en), with left image on top and right image on bottom.\n\nInput patterns can be any image format of any size.\n\n## Support me\nPaypal\nhttp://paypal.me/hilcj0001\n\nWechat / Alipay\n![alipay_wechat.png](/imgs_readme/alipay_wechat.png?raw=true \"alipay_wechat\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhilcj%2Fvrsubtitlemaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhilcj%2Fvrsubtitlemaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhilcj%2Fvrsubtitlemaker/lists"}