• 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 Dark Bars on certain 4k movies

     
    • 0 Vote(s) - 0 Average

    Dark Bars on certain 4k movies

    ph1go
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    #31
    2025-02-20, 12:12 PM
    (2024-10-29, 06:58 AM)firas1 Wrote: Hey folks,
    I have this strange issue on my Bravia 9 (Android TV), that some 4k movies have "dark bars" inside the movie.
    When watching the exact same file on my AppleTV 4K it does not show them.
    I think this issue is somehow created on the internal app, because watching the file on the PC does also not show this bars.
    (2024-11-27, 02:30 PM)TheDreadPirate Wrote: I believe this is the issue.
    https://github.com/google/ExoPlayer/issues/8803
    My understanding is that the issue is how the UI is rendered when the Dolby Vision video is not 3840x2160.  All the Dolby Vision movies I've encountered were still 3840x2160 canvases even though the actual movie was a narrower aspect ratio.  If your movie's canvas is 3840x1600, the Dolby Vision metadata is still 3840x2160 most of the time but the black bars on the bottom and top are baked into the DV metadata.  Whatever Sony is doing does not render the black bars as part of the video and thus compresses the DV metadata vertically, resulting in uneven brightness.
    The issue in this thread is absolutely a media issue (specifically a Dolby Vision issue) and not a TV/Jellyfin/etc issue.

    The files have been encoded with bad DV RPU cropping values but it's fixable - it's not necessary to strip out the DV. There's a (Windows) tool called DDVT ( https://forum.doom9.org/showthread.php?t=183479 ) that does all the work for you. It uses dovi_tool ( https://github.com/quietvoid/dovi_tool ) under the hood but offers a more convenient way to fix this particular problem (and others).

    After downloading the scripts and tools into the same directory (the tools into their own "tools" subdirectory), run DDVT_FILEINFO.cmd <path to bad DV file> in an elevated command prompt. Then, select C to "CHECK RPU CROPPING VALUES" and then S when it inevitably comes back and says "CROPPING VALUES INCORRECT. Press [S] to fix them!".

    Make sure there's 2-3x the original file of space on the drive where the bad file resides (it makes a temp dir next to it where it demuxes the video) and, a word of warning, the script outputs the files to the root of the drive from which the script is running so if you're looking in the original media folder, you'll think it hasn't done anything (especially confusing if the media's not on the same drive as the scripts). Then replace the original media, rescan with Jellyfin and voila, you have working DV with no translucent black borders over the video.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Dark Bars on certain 4k movies - by firas1 - 2024-10-29, 06:58 AM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-10-29, 12:44 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-10-29, 12:46 PM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-10-29, 01:52 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-10-29, 02:05 PM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-10-29, 02:19 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-10-29, 02:21 PM
    RE: Dark Bars on certain 4k movies - by theguymadmax - 2024-10-29, 04:29 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-10-30, 07:06 AM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-10-30, 01:47 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-10-31, 07:55 AM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-10-31, 12:32 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-11-04, 10:54 AM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-11-04, 03:59 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-11-06, 06:43 AM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-11-06, 02:15 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-11-06, 02:57 PM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-11-06, 04:58 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-11-07, 07:06 AM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-11-07, 02:19 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-11-07, 03:13 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-11-08, 11:01 AM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-11-08, 01:01 PM
    RE: Dark Bars on certain 4k movies - by firas1 - 2024-11-14, 08:03 AM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-11-14, 02:01 PM
    RE: Dark Bars on certain 4k movies - by thorleif - 2024-11-26, 10:12 PM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-11-26, 10:24 PM
    RE: Dark Bars on certain 4k movies - by thorleif - 2024-11-27, 10:21 AM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2024-11-27, 02:30 PM
    RE: Dark Bars on certain 4k movies - by thorleif - 2024-11-27, 10:33 PM
    RE: Dark Bars on certain 4k movies - by ph1go - 2025-02-20, 12:12 PM
    RE: Dark Bars on certain 4k movies - by theguymadmax - 2025-02-20, 08:26 PM
    RE: Dark Bars on certain 4k movies - by farshman - 2025-04-30, 02:28 PM
    RE: Dark Bars on certain 4k movies - by thorleif - 2025-04-30, 02:36 PM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2025-02-20, 03:31 PM
    RE: Dark Bars on certain 4k movies - by ph1go - 2025-02-20, 06:42 PM
    RE: Dark Bars on certain 4k movies - by TheDreadPirate - 2025-02-20, 07:36 PM

    • 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