• 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 SOLVED: Trickplay enabled, but not working

     
    • 0 Vote(s) - 0 Average

    SOLVED: Trickplay enabled, but not working

    mjeshurun
    Offline

    Junior Member

    Posts: 22
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #16
    2024-06-07, 07:42 PM
    I'm seeing errors in the log for the Trickplay Image generation task.
    Does anyone know how to fix this? 🙏

    [22:37:39] [INF] [54] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /data/media/tv/Masters of the Air/Masters.of.the.Air.S01E03.HDR.2160p.WEB.h265-ETHEL[TGx].mkv [ID: 942f4ba6-8769-1145-4e9b-00cfefe584cf]
    [22:37:39] [INF] [54] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -init_hw_device opencl=ocl@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/data/media/tv/Masters of the Air/Masters.of.the.Air.S01E03.HDR.2160p.WEB.h265-ETHEL[TGx].mkv" -noautoscale -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,scale_vaapi=w=320:h=132:extra_hw_frames=24,hwmap=derive_device=opencl,tonemap_opencl=format=nv12:p=bt709:t=bt709:m=bt709:tonemap=bt2390:peak=100:desat=0,hwmap=derive_device=qsv:reverse=1:extra_hw_frames=16,format=qsv" -threads 1 -c:v mjpeg_qsv -qscale:v 4 -f image2 "/config/cache/temp/f6520cdd40664f94a468480ca27c7c6c/%08d.jpg"
    libva info: VA-API version 1.21.0
    libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
    libva info: Found init function __vaDriverInit_1_21
    libva info: va_openDriver() returns 0
    libva info: VA-API version 1.21.0
    libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
    libva info: Found init function __vaDriverInit_1_21
    libva info: va_openDriver() returns 0
    [22:39:39] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: Attempting to cancel Scheduled Task Generate Trickplay Images
    [22:39:39] [INF] [40] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Stopping trickplay extraction.
    [22:39:40] [INF] [40] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Killing ffmpeg process
    [22:39:40] [ERR] [40] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: ffmpeg image extraction failed for /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -init_hw_device opencl=ocl@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/data/media/tv/Masters of the Air/Masters.of.the.Air.S01E03.HDR.2160p.WEB.h265-ETHEL[TGx].mkv" -noautoscale -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,scale_vaapi=w=320:h=132:extra_hw_frames=24,hwmap=derive_device=opencl,tonemap_opencl=format=nv12:p=bt709:t=bt709:m=bt709:tonemap=bt2390:peak=100:desat=0,hwmap=derive_device=qsv:reverse=1:extra_hw_frames=16,format=qsv" -threads 1 -c:v mjpeg_qsv -qscale:v 4 -f image2 "/config/cache/temp/f6520cdd40664f94a468480ca27c7c6c/%08d.jpg"
    [22:39:40] [ERR] [40] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Error creating trickplay images.
    MediaBrowser.Common.FfmpegException: ffmpeg image extraction failed for /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -init_hw_device opencl=ocl@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/data/media/tv/Masters of the Air/Masters.of.the.Air.S01E03.HDR.2160p.WEB.h265-ETHEL[TGx].mkv" -noautoscale -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,scale_vaapi=w=320:h=132:extra_hw_frames=24,hwmap=derive_device=opencl,tonemap_opencl=format=nv12:p=bt709:t=bt709:m=bt709:tonemap=bt2390:peak=100:desat=0,hwmap=derive_device=qsv:reverse=1:extra_hw_frames=16,format=qsv" -threads 1 -c:v mjpeg_qsv -qscale:v 4 -f image2 "/config/cache/temp/f6520cdd40664f94a468480ca27c7c6c/%08d.jpg"
    at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.ExtractVideoImagesOnIntervalInternal(String inputArg, String filterParam, String vidEncoder, Nullable1 outputThreads, Nullable1 qualityScale, Nullable`1 priority, CancellationToken cancellationToken)
    at Jellyfin.Server.Implementations.Trickplay.TrickplayManager.RefreshTrickplayDataInternal(Video video, Boolean replace, Int32 width, TrickplayOptions options, CancellationToken cancellationToken)
    [22:39:40] [INF] [40] Emby.Server.Implementations.ScheduledTasks.TaskManager: Generate Trickplay Images Cancelled after 2 minute(s) and 1 seconds
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Trickplay enabled, but not working - by Skankhunt42 - 2024-05-22, 08:56 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-05-22, 08:58 PM
    RE: Trickplay enabled, but not working - by Skankhunt42 - 2024-05-22, 09:16 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-05-22, 09:25 PM
    RE: Trickplay enabled, but not working - by Skankhunt42 - 2024-05-25, 11:50 PM
    RE: Trickplay enabled, but not working - by mcgregormx - 2024-06-14, 05:16 AM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 09:21 AM
    RE: Trickplay enabled, but not working - by Efficient_Good_5784 - 2024-06-07, 10:37 AM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 11:25 AM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-06-07, 03:15 PM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 05:25 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-06-07, 05:48 PM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 07:07 PM
    RE: Trickplay enabled, but not working - by MisterMcDuck - 2024-06-07, 07:06 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-06-07, 07:10 PM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 07:16 PM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 07:42 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-06-07, 07:53 PM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 08:08 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-06-07, 08:10 PM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 08:13 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-06-07, 08:57 PM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 09:11 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-06-07, 09:15 PM
    RE: Trickplay enabled, but not working - by mjeshurun - 2024-06-07, 09:21 PM
    RE: Trickplay enabled, but not working - by RostigerSpieler - 2024-07-16, 08:08 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-07-16, 08:40 PM
    RE: Trickplay enabled, but not working - by RostigerSpieler - 2024-07-16, 09:07 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-07-16, 09:23 PM
    RE: Trickplay enabled, but not working - by RostigerSpieler - 2024-07-17, 06:41 AM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-07-17, 01:11 PM
    RE: Trickplay enabled, but not working - by RostigerSpieler - 2024-07-17, 08:06 PM
    RE: Trickplay enabled, but not working - by TheDreadPirate - 2024-07-17, 09:22 PM
    RE: Trickplay enabled, but not working - by RostigerSpieler - 2024-07-18, 06:10 PM
    RE: Trickplay enabled, but not working - by ryanfur - 2025-03-02, 03:11 AM
    RE: Trickplay enabled, but not working - by Efficient_Good_5784 - 2025-03-02, 03:19 AM
    RE: Trickplay enabled, but not working - by ryanfur - 2025-03-02, 03:23 AM

    • 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