• 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 mkv nvidia shield pro issue

     
    • 0 Vote(s) - 0 Average

    mkv nvidia shield pro issue

    having issues playing mkv files on nvidia shield pro
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-01-19, 05:16 PM
    90% certain the MKV file was not properly authored. Usually bad packet timestamps. You can use ffmpeg to regenerating the packet timestamps without having to reencode.

    This is how you would do it in Linux. You can probably do something similar with the Windows command prompt.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags genpts -i "/path/to/your/video.mkv" -map 0:v -map 0:a -map 0:s -map_chapters 0 -c:v copy -c:a copy -c:s copy outputFile.mkv
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    mkv nvidia shield pro issue - by spookyfish - 2024-01-19, 04:57 AM
    RE: mkv nvidia shield pro issue - by mikesulsenti - 2024-01-19, 07:21 AM
    RE: mkv nvidia shield pro issue - by tmsrxzar - 2024-01-19, 02:13 PM
    RE: mkv nvidia shield pro issue - by TheDreadPirate - 2024-01-19, 05:16 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