Skip to content

Nishant4coding/spyne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spyne Captions

Spyne Captions is a web application that allows users to add captions to a video by specifying the text and the timestamp. The application displays the captions in sync with the video playback.

Features

  • Add captions to a video with text and timestamp
  • Play the video with captions displayed at specified timestamps
  • Validate video URL before adding captions

Technologies Used

  • React
  • React Router
  • React Player
  • Tailwind CSS

Getting Started

To get started with Spyne Captions, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Nishant4coding/spyne-captions.git
    
  2. Install dependencies:

    cd spyne
    npm install
    
  3. Start the development server:

    npm start
    

4.Open your browser and navigate to http://localhost:3000 to see the application running

Usage

  • Enter a valid video URL in the input field.
  • Add captions by specifying the text and timestamp.
  • View the video with the captions displayed at the specified times.