• 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 Jellyfin Tone Mapping Problems

    Pages (4): « Previous 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    Jellyfin Tone Mapping Problems

    Jellyfin can have some strange tone mapping things happen
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #11
    2024-09-12, 02:43 PM
    (2024-09-12, 02:40 PM)TheDreadPirate Wrote: I'd love to see a video of when this happens.  But, if I'm interrupting this right, it doesn't happen consistently.  I'm also assuming that it doesn't happen in the same place in a video.  As in you couldn't repeat it in a controlled way.

    However, it does look like that all your video playbacks are transcoded.  Are you manually selecting a lower bit rate or something?  The video bit rate being set is all over the place.  Sometimes pretty low.

    Ill try to get you a video, and with the transcoding, I'm manually setting the bitrate lower and higher to test the colors to make sure it actually looks good.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-09-12, 02:46 PM
    Does it only happen during transcoding? If you set the max bit rate on the client to something stupid high, do your video's direct play? Note that setting the max bit rate really high does not transcode the video up to that bit rate.
    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]
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #13
    2024-09-12, 02:55 PM
    (2024-09-12, 02:46 PM)TheDreadPirate Wrote: Does it only happen during transcoding?  If you set the max bit rate on the client to something stupid high, do your video's direct play?  Note that setting the max bit rate really high does not transcode the video up to that bit rate.

    Using findroid, the video plays fine, completely fine, but as you know, I can't have it set to the highest quality all the time.

    Also here is a screen recording, its really zoomed out though, and I don't know why.
    https://drive.google.com/file/d/1kCM4nzw...p=drivesdk
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-09-12, 04:11 PM
    It looks like you started screen recording while still vertical. It certainly looks like something is going on either with the transcoding itself or something else.

    Do you have any other applications running on your server?
    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]
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #15
    2024-09-12, 04:30 PM
    (2024-09-12, 04:11 PM)TheDreadPirate Wrote: It looks like you started screen recording while still vertical.  It certainly looks like something is going on either with the transcoding itself or something else.

    Do you have any other applications running on your server?

    Only jellyfin
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-09-12, 04:53 PM
    What is the output of these two commands.

    Code:
    sudo /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128
    sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device drm=dr:/dev/dri/renderD128 -init_hw_device vulkan@dr
    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]
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #17
    2024-09-12, 05:32 PM
    (2024-09-12, 04:53 PM)TheDreadPirate Wrote: What is the output of these two commands.

    Code:
    sudo /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128
    sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device drm=dr:/dev/dri/renderD128 -init_hw_device vulkan@dr

    I would love too, once I get back (might take a while)
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #18
    2024-09-12, 08:34 PM
    (2024-09-12, 04:53 PM)TheDreadPirate Wrote: What is the output of these two commands.

    Code:
    sudo /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128
    sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device drm=dr:/dev/dri/renderD128 -init_hw_device vulkan@dr

    Alright, here is what I got: https://pastebin.com/jMQa5Kr2
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #19
    2024-09-12, 08:48 PM
    @nyanmisaka - Do you have any ideas?
    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]
    therealgamer9982
    Offline

    Member

    Posts: 66
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    #20
    2024-09-12, 08:53 PM
    (2024-09-12, 08:48 PM)TheDreadPirate Wrote: @nyanmisaka - Do you have any ideas?

    What could theoretically be causing this? 

    Do you think it could be because of how I have my settings configured?
    Pages (4): « Previous 1 2 3 4 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