Giter Site home page Giter Site logo

vrsubtitlemaker's Introduction

VR-3D-360-Subtitle-Maker

Adding subtitles to VR-360 images / video.

To 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.

For examples:

ffmpeg -i vr_video.mp4 temp/out%d.png

and

ffmpeg -i temp/out%d.png out.mp4

To run the software from source code, please see "Installation"!

Usage

  1. Create subtitles to image files.
  2. Add subtitles to the VR image.

CreatSubtitle.png

AddPatterns.png

Installation

The package is coded in python. To manage things around, I would like to recommend you to work with python anaconda environment https://www.anaconda.com/distribution/

After download and install the anaconda latest version,

Step 1: open terminal

(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.

Step 2: install

in terminal, type below commands to install the environment. This may take up to 5 minutes.

pip install cython vrsubtitlemaker

Step 3: run

in the same terminal, just type

create_subtitles

or

add_patterns

to start the GUI.

Step 4

to start the GUI in future, just follow step 1 to open a terminal, and type:

create_subtitles # or add_patterns

Input VR image

The 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.

Input patterns can be any image format of any size.

Support me

Paypal http://paypal.me/hilcj0001

Wechat / Alipay alipay_wechat.png

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.