-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1036080
commit f619d82
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|