NikitaIvanovV / ctpv

Image previews for lf file manager
https://www.nikitaivanov.com/man1/ctpv
MIT License
264 stars 23 forks source link

video cover support #87

Open foxjaw opened 7 months ago

foxjaw commented 7 months ago

Some videos also contain cover art. Sometimes as a 2nd video stream:

Stream #0:2[0x0]: Video: png, rgb24(pc, gbr/unknown/unknown), 1280x720, 90k tbr, 90k tbn (attached pic)

& sometimes as an webp image attachment

Stream #0:2: Attachment: none
    Metadata:
      filename        : cover.webp
      mimetype        : image/webp

of video downloaded from yt-dlp with --embed-thumbnail flag. Not sure how to pull this off in config file. Probably has to do something with ffprobe.