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) |
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 (2024-09-28, 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 (2024-09-28, 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. RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-30 (2024-09-28, 03:15 AM)TheDreadPirate Wrote: 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. Welp it seems that the issue has in fact, gotten worse. Thats fun. RE: Re-issue of tone mapping - therealgamer9982 - 2024-09-30 (2024-09-28, 03:15 AM)TheDreadPirate Wrote: 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. I FOUND THIS Code: [h264_vaapi @ 0x5bcd48a96000] Driver does not support some wanted packed headers (wanted 0xd, found 0x1). Ok so Mr. Pirate (Im gonna call you that) can you please tell me what Mesa version you have and what VA-API version you have. RE: Re-issue of tone mapping - therealgamer9982 - 2024-10-01 (2024-09-28, 03:15 AM)TheDreadPirate Wrote: 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. so apparently vainfo and Code: sudo /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128 AH HA! Apparently, it wasent decoding or tone mapping that was the problem, it was hardware encoding! RE: Re-issue of tone mapping - gnattu - 2024-10-01 > it was hardware encoding If that is the case then welcome to the AMD encoder quality party. We have multiple user reported the quality issues about AMD encoders both in the forum and GitHub. Unfortunately we can do little if it is really the case. We have something way worse like reported here: https://github.com/jellyfin/jellyfin/discussions/12745 RE: Re-issue of tone mapping - therealgamer9982 - 2024-10-01 (2024-10-01, 01:29 AM)gnattu Wrote: > it was hardware encoding Good thing my cpu is decent enough, cuz Ill just use that for now. But like... Whyyyyyyyyy.... Whhyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy......................................................... Also, I have found that the only option that causes this crap is under hardware encoding, enable hardware encoding. The intel one (which im not even sure works on my amd gpu/cpu but whatev) works perfectly fine so what gives?? |