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.
- Add captions to a video with text and timestamp
- Play the video with captions displayed at specified timestamps
- Validate video URL before adding captions
- React
- React Router
- React Player
- Tailwind CSS
To get started with Spyne Captions, follow these steps:
-
Clone the repository:
git clone https://github.com/Nishant4coding/spyne-captions.git
-
Install dependencies:
cd spyne npm install
-
Start the development server:
npm start
4.Open your browser and navigate to http://localhost:3000 to see the application running
- 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.