yangjie10930/EpMedia

Unable to find a suitable output format for 'jpeg'

jayeshghyperlink opened this issue · 0 comments

EPMedia Version :- 0.9.5
support lib version :- 28.0.0

I am using code to get image from video
fun createThumbnailFromVideo(inputVideo:File,imageFile:File,onEditorListener:OnEditorListener) { EpEditor.execCmd( "-i ${inputVideo.absolutePath} -ss 00:00:01.000 -vframes 1 ${imageFile.absolutePath}", 0L, onEditorListener ) }

but facing issue as show below

Unable to find a suitable output format for '/storage/emulated/0/Android/data/com.app.recdy/files/Thumbnail_176/1583907432531_mixed.jpg'