• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Feature Requests Video -> Thumbnail multi pictures preview

     
    • 0 Vote(s) - 0 Average

    Video -> Thumbnail multi pictures preview

    rs232
    Offline

    Junior Member

    Posts: 14
    Threads: 11
    Joined: 2024 Nov
    Reputation: 0
    #1
    2025-01-11, 07:35 AM (This post was last modified: 2025-01-11, 08:15 AM by rs232. Edited 7 times in total.)
    I have brought up this feature request already when I was a Plex user and as usual it was just ignored.
    I still think this is a great feature to have, so I'm bringing it up to the Jellyfin community.

    https://forums.plex.tv/t/video-thumbnail...e-s/871122

    Without going through the generating, saving, etc, IMO this could even be displayed on the fly when the details of the movie is opened.

    AI gave some interesting idea (requiring ImageMagick) on how to achieve this:

    This extracts one frame every 15 minutes (900 seconds) and produce images named thumb001.png, thumb002.png, etc.
    Code:
    ffmpeg -i input_video.mp4 -vf "select='not(mod(n\,45000))'" -vsync vfr thumb%03d.png
    After extracting the frames, use the montage command from ImageMagick to create a single image containing all the thumbnails:
    Code:
    montage thumb*.png -tile 4x4 -geometry +2+2 output_thumbnail.jpg



    I hope this would be considered.
    Thanks
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-01-12, 03:32 PM (This post was last modified: 2025-01-12, 03:33 PM by TheDreadPirate. Edited 1 time in total.)
    Jellyfin already KIND OF does this with chapter image extraction.

       
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode