• 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 Support Troubleshooting Trickplay 4k Image Generation not working

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Trickplay 4k Image Generation not working

    Scheduled Task is not generating Trickplay images for 4k content
    AudioVisualAndy
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    #1
    2025-02-10, 01:11 PM
    My scheduled task is not generating Trickplay images for 4k content. The lower resolution Trickplay images get generated without a problem.

    I searched for my issue and came across other users having the same problem, but this was always in the context of the (previous) Trickplay plugin, and not the integrated Trickplay capability. From reading the problem description, there is an issue with transcoding the 4k image to a Trickplay image and the process (probably) times out for 4k content. For the plugin, there was a setting to increase the timeout setting to allow for the process to complete, but I cannot find an analogous setting in Jellyfin now that Trickplay is integrated.

    I am running 10.10.3 in Docker on a Synology NAS, so no GPU or hardware acceleration is available.

    I also searched Github and could not find an issue. Am I missing something? Is there a preferred solution?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-02-11, 01:20 PM
    Can you share your jellyfin logs via privatebin.net? And screenshots of how you have trickplay configured? Dashboard > Playback > Trickplay.
    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]
    AudioVisualAndy
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    #3
    2025-02-12, 04:06 PM (This post was last modified: 2025-02-12, 04:07 PM by AudioVisualAndy. Edited 1 time in total.)
    Here is the log: https://privatebin.net/?cb483abff5e94dfc...y36ErZ8PxA
    Here is my config: https://privatebin.net/?ef14a961e4d438c9...ut3E18RZFE

    I didn't change the default expiration time of one day. What should I choose in the future?
    gnattu
    Offline

    Team Member

    Posts: 340
    Threads: 0
    Joined: 2024 Feb
    Reputation: 17
    #4
    2025-02-12, 04:41 PM
    > [2025-02-12 03:00:40.205 -05:00] [INF] [195] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay process unresponsive.

    Your CPU is too slow to generate high resolution pictures. You need to increase the ImageExtractionTimeoutMs to something larger. like 30 seconds (30000). The default is 10second and it looks like your cpu cannot do that in 10s. You can also enable the Only from keyframe option as that option can provide significant speedup(up to 100x depending on your system)
    AudioVisualAndy
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    #5
    2025-02-13, 01:34 PM
    Where is the 'ImageExtractionTimeoutMs' setting located?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-02-13, 02:20 PM
    It is a parameter in system.xml.

    I can't tell if this is a bare metal linux or docker install.

    /etc/jellyfin/system.xml for a bare metal linux install.
    /config/config/system.xml for a docker install.
    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]
    AudioVisualAndy
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    #7
    2025-02-14, 12:08 AM
    I just set that setting to 30000, it was 0. I kicked off the Generate Trickplay Images Scheduled Task. I will let you know if it works.
    AudioVisualAndy
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    #8
    2025-02-14, 01:48 AM
    I am still seeing failures. I set it to 30000 ms, and bounced the container in case the settings did not dynamically update.

    https://privatebin.net/?ac71747fc57347c5...BJ4dniaBLn
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2025-02-14, 02:01 PM
    Did you ever enable "Only generate images from key frames" as gnattu suggested? That should massively speed up trickplay creation.
    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]
    AudioVisualAndy
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    #10
    2025-02-14, 02:19 PM
    No, I did not. I understand that this would require less images to be generated, but I should still be able to configure resources to enable this to task to finish. The first time I ran the Trickplay Task, it took 22 days to complete. I am fine with that performance as long as it completes.

    Is there a way for me to devote more resources to this task? Will just increasing the timeout, e.g. 1,000,000 ms, get the task to complete? Is this timeout for every single image that is being generated, or are the images batched, etc.?
    Pages (2): 1 2 Next »

    « 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