Last active
March 19, 2019 18:47
-
-
Save dturner/b9450994f50db78601deea6659aa12ec to your computer and use it in GitHub Desktop.
FFmpeg vs Android NDK decode speeds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compression format | Decode time (seconds) NDKMediaCodec | Decode time (seconds) FFmpeg | |
---|---|---|---|
MP3 | 16.7 | 1.2 | |
AAC (with M4A container) | 18.8 | 0.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment