Skip to content

Generate video thumbnails using LibVLC in android

For audio files it is possible to generate thumbnails using media.parse() and get them using media.getMeta(Media.Meta.Art).

For videos how can I generate and get the thumbnails in Android?

Thanks in advance :).