winziyuan / rockplayer

A cross-platform video player based on electron and ffmpeg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock Player

A cross-platform video player based on electron and ffmpeg.

Feature

  • Cross platform(Mac, Windows).
  • Plays most video files(mp4, webm, ogg, mkv, rmvb...).

Snapshot

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/relaxrock/rockplayer
# Go into the repository
cd rockplayer
# Install dependencies
npm install
# Run the app
npm start

package mac app:

npm run package:mac:app

package mac dmg:

npm run package:mac:dmg

package windows app:

npm run package:win32

About

A cross-platform video player based on electron and ffmpeg.

License:Apache License 2.0


Languages

Language:JavaScript 98.3%Language:HTML 1.7%