Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonXiao001 committed Feb 8, 2019
1 parent 1036080 commit f619d82
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#EasyPlayer
A tiny weight player base on [FFmpeg](http://ffmpeg.org/) for Android.
## Summary
EasyPlayer is a tiny player base on [FFmpeg](http://ffmpeg.org/) for Android, Aim to demonstrate how to decode av stream and render on an Android phone.
We try to keep the code simple, and interface of the player is nearly the same as Android's MediaPlayer.

## main technique
- FFmpeg decode
- opensles render audio on native level
- native window render video on native level

##usage
Put your video file under root of your Android phone and just start EasyPlayer.

0 comments on commit f619d82

Please sign in to comment.