a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
362 stars 115 forks source link

MediaMetadataRetrieverJNI: getEmbeddedPicture: Call to getEmbeddedPicture failed. #67

Open deepbhavsar opened 2 years ago

deepbhavsar commented 2 years ago

Hi, I am using 11.0 (R) - API 30 and getting this error when start video trimmer.

Below is code:

TrimVideo.activity(Uri.fromFile(File(p0?.first()?.originalPath)).toString())
                .start(this@ChatActivity, startForResult)

Please let me know if any solution.