From e9d8afc60a952eec2ff17751ee49173d3fa7b267 Mon Sep 17 00:00:00 2001 From: Hitesh Sondhi Date: Thu, 11 Sep 2014 19:01:25 +0530 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f7f2b..21b75d0 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -69,6 +69,8 @@ try { // Handle if FFmpeg is already running } ``` +## Java Docs +* TODO License ----