Skip to content

Commit 16fdbbe

Browse files
Updated README
1 parent 79937fb commit 16fdbbe

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
* FFmpeg for Android compiled with x264, libass, fontconfig, freetype and fribidi
55
* Supports Android L
66

7-
Supported Architecture
8-
----
7+
## Supported Architecture
98
* armv7
109
* armv7-neon
1110
* x86
1211

13-
## Adding Library to Project
12+
## Adding Library to Project (Android Studio)
1413
* TODO : I am still working to push this library to maven central repo
1514
* Download [AAR File](https://github.com/hiteshsondhi88/ffmpeg-android-java/releases/download/v0.1.0/FFmpegAndroid.aar)
1615
* Copy FFmpegAndroid.aar to app/libs
@@ -87,9 +86,19 @@ try {
8786
// Handle if FFmpeg is already running
8887
}
8988
```
89+
90+
## Available Methods
91+
* `loadBinary(FFmpegLoadBinaryResponseHandler ffmpegLoadBinaryResponseHandler) throws FFmpegNotSupportedException`
92+
* `execute(Map<String, String> environvenmentVars, String cmd, FFmpegExecuteResponseHandler ffmpegExecuteResponseHandler) throws FFmpegCommandAlreadyRunningException`
93+
* `execute(String cmd, FFmpegExecuteResponseHandler ffmpegExecuteResponseHandler) throws FFmpegCommandAlreadyRunningException`
94+
* `getDeviceFFmpegVersion() throws FFmpegCommandAlreadyRunningException`
95+
* `getLibraryFFmpegVersion()`
96+
* `isFFmpegCommandRunning()`
97+
* `killRunningProcesses()`
98+
* `setTimeout(long timeout)`
99+
90100
## JavaDoc
91101
* [Javadoc](http://hiteshsondhi88.github.io/ffmpeg-android-java/docs/)
92102

93-
License
94-
----
95-
check file LICENSE.GPLv3 and Make sure to follow the licensing terms and conditions of the project and the software used to build the project.
103+
## License
104+
* Check file LICENSE.GPLv3 and Make sure to follow the licensing terms and conditions of the project and the software used to build the project.

0 commit comments

Comments
 (0)