![]() |
SOLVED: Trickplay enabled, but not working - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Trickplay enabled, but not working (/t-solved-trickplay-enabled-but-not-working) |
RE: Trickplay enabled, but not working - TheDreadPirate - 2024-07-17 If you click on "new reply" or "preview post" it will show the full reply editor. Only in the full reply editor can you attach files. RE: Trickplay enabled, but not working - RostigerSpieler - 2024-07-17 Here u have it ![]() RE: Trickplay enabled, but not working - TheDreadPirate - 2024-07-17 It looks like it WAS failing for some reason. But you restarted Jellyfin and it appears to be working properly now. Before the Jellyfin restart. Code: [2024-07-16 21:34:04.572 +02:00] [ERR] [76] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Error creating trickplay images. After the Jellyfin restart. Code: [2024-07-16 22:09:28.817 +02:00] [INF] [3] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "D:\FILME\Filme (Animation - Trick)\Alien - Covenant (2017)(720p).mp4" [ID: c5a5ff49-583b-4f66-a6ae-73bc6d3ab3ae] After the restart it was all successes. RE: Trickplay enabled, but not working - RostigerSpieler - 2024-07-18 (2024-07-17, 09:22 PM)TheDreadPirate Wrote: It looks like it WAS failing for some reason. But you restarted Jellyfin and it appears to be working properly now. Yes, I looked again. Server has been running for a few days now. 20% progress on Trickplay. I'm still having problems with the “Identify” function. But I'll record a video next week to show where the problem is. It's a bit difficult to describe via text message. And since I'm on vacation next week, I'll have a little more time. RE: Trickplay enabled, but not working - ryanfur - 2025-03-02 I am having a issue where Its enabled but i can't see it I had hardware execlation turned on for trickplay and when i did the task it would complete in 0 seconds and nothing would actually happen But with it off it trys to do stuff but I get these errors in the log " [03:04:34] [INF] [21] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for /media/Movies/Homestead (2024)/Homestead (2024) WEBDL-1080p Proper.mkv [ID: d480ba06-84b7-0f4d-855c-d5f3eb1cd36c] [03:04:34] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -threads 1 -i file:"/media/Movies/Homestead (2024)/Homestead (2024) WEBDL-1080p Proper.mkv" -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*(a*sar))\,320)/2)*2:trunc(ow/(a*sar)/2)*2,format=yuv420p" -threads 1 -c:v mjpeg -qscale:v 4 -fps_mode passthrough -f image2 "/tmp/jellyfin/ca22759aca794facb3ea6a5a50082972/%08d.jpg" [03:09:44] [INF] [41] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. " RE: Trickplay enabled, but not working - Efficient_Good_5784 - 2025-03-02 (2025-03-02, 03:11 AM)ryanfur Wrote: I am having a issue where Its enabled but i can't see it I had hardware execlation turned on for trickplay and when i did the task it would complete in 0 seconds and nothing would actually happen But with it off it trys to do stuff but I get these errors in the logThat is not an error. It's an information log telling you that the trickplay job is currently working on a temp file which will be moved to the correct location once done. Your initial issue with HWA is probably due to the GPU being setup wrong, or some incompatibility with the GPU and trickplays. Unless you have a really low-powered CPU, HWA for trickplays doesn't help much and might actually make things worse. There's a feature for trickplays where you can set it to use keyframes. Using keyframes for trickplays is way faster, so you should set that if you want it to progress at a fast speed. RE: Trickplay enabled, but not working - ryanfur - 2025-03-02 (2025-03-02, 03:19 AM)Efficient_Good_5784 Wrote:(2025-03-02, 03:11 AM)ryanfur Wrote: I am having a issue where Its enabled but i can't see it I had hardware execlation turned on for trickplay and when i did the task it would complete in 0 seconds and nothing would actually happen But with it off it trys to do stuff but I get these errors in the logThat is not an error. It's an information log telling you that the trickplay job is currently working on a temp file which will be moved to the correct location once done. Oh thank you! Im new to this and i thought the long time + " -loglevel error" was a error |