https://github.com/eranshmil/video-player
An electron video player and subtitles editor. (WIP)
https://github.com/eranshmil/video-player
angular electron nodejs player video
Last synced: about 1 month ago
JSON representation
An electron video player and subtitles editor. (WIP)
- Host: GitHub
- URL: https://github.com/eranshmil/video-player
- Owner: eranshmil
- License: mit
- Created: 2018-11-15T13:57:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T19:10:51.000Z (about 7 years ago)
- Last Synced: 2025-02-15T04:58:22.770Z (over 1 year ago)
- Topics: angular, electron, nodejs, player, video
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VideoPlayer
An electron video player and subtitles editor. (Work in progress)

## Development
```sh
# Clone the repository
git clone https://github.com/eranshmil/video-player.git
# Install dependencies
yarn install
# Serving inside electron container
yarn start:electron
# Serving in browser
yarn start
```
## Features
1. Open video file via drag & drop / menu.
1. Open subtitle file via drag & drop / menu. (Currently, only vtt is supported)