Jellyfin Forum
Re-issue of tone mapping - 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: Re-issue of tone mapping (/t-re-issue-of-tone-mapping)

Pages: 1 2 3 4


RE: Re-issue of tone mapping - TheDreadPirate - 2024-09-28

Same build. 2024092305. The problem for you is that the TranscodeHelper on the server did not construct the ffmpeg command properly. There is a comma or bracket or something missing and parameters aren't being read in correctly. In my case, the VPP driver bundled with Jellyfin is borked.


RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28

(Yesterday, 01:58 AM)TheDreadPirate Wrote: Same build.  2024092305.  The problem for you is that the TranscodeHelper on the server did not construct the ffmpeg command properly.  There is a comma or bracket or something missing and parameters aren't being read in correctly.  In my case, the VPP driver bundled with Jellyfin is borked.

Well I made an issue. Man open source is great, but it can be a pain sometimes.


RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-28

(Yesterday, 01:58 AM)TheDreadPirate Wrote: Same build.  2024092305.  The problem for you is that the TranscodeHelper on the server did not construct the ffmpeg command properly.  There is a comma or bracket or something missing and parameters aren't being read in correctly.  In my case, the VPP driver bundled with Jellyfin is borked.

Oh yes, once they fix it, how will the update get to me?


RE: Re-issue of tone mapping - TheDreadPirate - 2024-09-28

Unstable releases are pushed out once a week. If they merge a fix it should show up in the following week's update. You'd use "sudo apt update ; sudo apt upgrade" whenever that happens to pull down the updated packages.

In my case I'd pull down the latest docker image.