Raman
Results
1
issues of
Raman
```kotlin val mmr = FFmpegMediaMetadataRetriever() val videoFile = assets.openFd("test.mp4").fileDescriptor Log.d("Logging", " : $videoFile") mmr.setDataSource(videoFile) ``` This is the code that i am using and this seems very similar to #20....