wseemann / FFmpegMediaMetadataRetriever

FFmpegMediaMetadataRetriever provides a unified interface for retrieving frame and meta data from an input media file.
1.72k stars 387 forks source link

Get thumbnail from HLS VOD content #266

Closed forfiter9 closed 1 year ago

forfiter9 commented 1 year ago

Hi,

it is possible to get using your library the thumbnail for HLS VOD content? I have now splitted content to 3s segments .m4s, .m3u8 playlist, file_init.mp4 I am trying to get a thumbnail for this.

Br

wseemann commented 1 year ago

Can you provide a sample URL for me to test with? Have you tried passing one of the video segments (not the playlist URL) to FFmpegMediaMetadataRetriever and checked the output?

wseemann commented 1 year ago

Closed due to inactivity.