Skip to content

Commit

Permalink
Use FFprobe to get media info
Browse files Browse the repository at this point in the history
ffprobe can output media info in json format, which makes
parsing easier and less brittle. As the the FFmpeg Android
library includes ffprobe, make use of it.
  • Loading branch information
brarcher committed Apr 1, 2018
1 parent a70f571 commit a429306
Show file tree
Hide file tree
Showing 5 changed files with 685 additions and 263 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies {
compile 'commons-io:commons-io:2.5'
compile group: 'com.google.guava', name: 'guava', version: '20.0'
compile 'com.github.codekidX:storage-chooser:2.0.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.8.11.1'
testCompile 'junit:junit:4.12'
testCompile "org.robolectric:robolectric:3.6.1"
}
Expand Down
Loading

0 comments on commit a429306

Please sign in to comment.