https://github.com/alex8088/evplayer
Video player base on Electron
https://github.com/alex8088/evplayer
electron player video vue
Last synced: 10 months ago
JSON representation
Video player base on Electron
- Host: GitHub
- URL: https://github.com/alex8088/evplayer
- Owner: alex8088
- License: mit
- Created: 2022-04-23T11:31:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T13:51:35.000Z (about 3 years ago)
- Last Synced: 2025-09-02T12:55:07.790Z (10 months ago)
- Topics: electron, player, video, vue
- Language: TypeScript
- Homepage:
- Size: 515 KB
- Stars: 88
- Watchers: 2
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EvPlayer
> Video player base on Electron
## Features
- [x] Cross Platform: Windows, Mac and Linux
- [x] Simple and no ads
- [x] Video thumbnails
- [x] Playback history
- [x] Keyboard shortcut controls
- [ ] Remember playback progress
- [ ] Screenshot
- [ ] AVI, MKV and more format support
## Supports
- MP4 H.264
- WebM
- Ogg Theora Vorbis
## Download
You can download from [Release](https://github.com/alex8088/EvPlayer/releases) page
## Screenshots

## Shortcuts
| Shortcut | Description |
| :----------- | :------------------ |
| `Space` | Play or Pause |
| `→` | Forward 5 seconds |
| `←` | Rewind 5 seconds |
| `↑` | Volume up |
| `↓` | Volume down |
| `m` | Muted or not |
| `f` or `F11` | Fullscreen or not |
## Develop
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```
## License
[MIT](./LICENSE) © alex.wei