William Seemann
William Seemann
Can you post a sample video I can test with?
@Fly-Felix Please include a sample file or URL so I can debug your issue.
I'd need to see exactly how you are using the library to debug your issue. Are you doing this in a loop, do you create a new FFmpegMediaMetadataRetriever instance on...
Hello @NeighborhoodCoding Make sure you are adding: ``` dependencies { implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.16' implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.16' } ``` to your app or libraries `build.gradle`. Sync your project after that and the library...
Can someone provide an actual log or stacktrace of the crash rather than posting pointless "+1's" and "me toos"?
This issue should be fixed in the newest version (v1.0.4).
I already provide binaries for `arm64-v8a`, what was the point of this fork @Hackmodford ?
Also, @Hackmodford please don't post native prebuilt binaries here. From a security perspective, it's not a good idea to encourage users to use random binaries.
I'm trying to test the current version in a arm64-v8a device however it seems Google doesn't provide emulators for this anymore @Hackmodford ? What are you using for testing?
No worries, can you post a stack trace or anything I could use to debug the crash? I don't have a physical device to test on and it appears arm64...