You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Overview
20
20
FFmpegMediaMetadataRetriever is a reimplementation of Android's MediaMetadataRetriever class. The FFmpegMediaMetadataRetriever class provides a unified interface for retrieving frame and meta data from an input media file and uses FFmpeg as its backend.
21
21
22
22
Key Features:
23
-
* ARM, ARMv7, x86, x86_64and MIPS support
23
+
* ARM, ARMv7, x86, x86_64, MIPS and ARM_64 support
24
24
* Support for API 12+
25
25
* URL support (Unlike MediaMetadataRetriever, see: http://code.google.com/p/android/issues/detail?id=35794)
26
26
@@ -39,12 +39,12 @@ Using FMMR in your application (Android Studio)
39
39
Add the following maven dependency to your project's `build.gradle` file:
0 commit comments