Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Sep 11, 2014
1 parent 230fd30 commit e9d8afc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ try {
### Execute Binary
This method executes ffmpeg command and provides callback through FFmpegExecuteResponseHandler interface. You also need to pass command as argument
to this method.
e.g - To execute "ffmpeg -version" command you just need to pass "-version" as cmd parameter.
* To execute "ffmpeg -version" command you just need to pass "-version" as cmd parameter.
```java
FFmpeg ffmpeg = FFmpeg.getInstance(context);
try {
Expand All @@ -69,6 +69,8 @@ try {
// Handle if FFmpeg is already running
}
```
## Java Docs
* TODO

License
----
Expand Down

0 comments on commit e9d8afc

Please sign in to comment.