Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex8088/EvPlayer
Video player base on Electron
https://github.com/alex8088/EvPlayer
electron player video vue
Last synced: 3 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T13:51:35.000Z (over 1 year ago)
- Last Synced: 2024-07-27T11:38:21.059Z (4 months ago)
- Topics: electron, player, video, vue
- Language: TypeScript
- Homepage:
- Size: 515 KB
- Stars: 83
- Watchers: 2
- Forks: 16
- Open Issues: 3
-
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
![screenshot](https://alex8088.github.io/assets/evplayer-screenshot.png?x)
## 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