# EvPlayer
**Repository Path**: li_wenbin/ev-player
## Basic Information
- **Project Name**: EvPlayer
- **Description**: Electron+vue3+ts实现视频播放器
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 2
- **Created**: 2023-12-27
- **Last Updated**: 2024-08-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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