We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230fd30 commit e9d8afcCopy full SHA for e9d8afc
README.md
@@ -43,7 +43,7 @@ try {
43
### Execute Binary
44
This method executes ffmpeg command and provides callback through FFmpegExecuteResponseHandler interface. You also need to pass command as argument
45
to this method.
46
-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.
47
```java
48
FFmpeg ffmpeg = FFmpeg.getInstance(context);
49
try {
@@ -69,6 +69,8 @@ try {
69
// Handle if FFmpeg is already running
70
}
71
```
72
+## Java Docs
73
+* TODO
74
75
License
76
----
0 commit comments