• 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 SOLVED: Weird pixelation and stuttering issues when playing on Samsung TV app

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

     
    • 0 Vote(s) - 0 Average

    SOLVED: Weird pixelation and stuttering issues when playing on Samsung TV app

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2025-04-02, 08:33 PM
    Glad it works, but it is not a great solution, IMO.

    Could you run this command and then share the resulting file with me via Google drive or something. Send me a PM with the link.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -i "/media/TV & Shows/Severance/Severance.S01E03.1080p.WEB.H264-CAKES[TGx]/severance.s01e03.1080p.web.h264-cakes.mkv" -vn -an -map 0:s -codec copy /tmp/serverance.s01e03.subsOnly.mkv

    Share the resulting file written to /tmp.
    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]
    chrissous
    Offline

    Junior Member

    Posts: 23
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #12
    2025-04-03, 12:05 AM
    (2025-04-02, 08:33 PM)TheDreadPirate Wrote: Glad it works, but it is not a great solution, IMO.

    Could you run this command and then share the resulting file with me via Google drive or something.  Send me a PM with the link.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -i "/media/TV & Shows/Severance/Severance.S01E03.1080p.WEB.H264-CAKES[TGx]/severance.s01e03.1080p.web.h264-cakes.mkv" -vn -an -map 0:s -codec copy /tmp/serverance.s01e03.subsOnly.mkv

    Share the resulting file written to /tmp.

    Done!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2025-04-03, 03:36 PM
    I don't see anything obviously wrong in the contents of the ENGLISH subs. When I extracted just the english subs and did SRT to SRT conversion, that resulted in identical checksums. Which indicates that it isn't malformed. I did the same with every subtitle track and the "converted" subs all had identical checksums to the original.

    For testing, let's try removing all the extra sub tracks you don't need and replace the original with the new file with just english subs. I'm assuming you're using the english subs based on the US flag icon in your forum profile. Please correct me if I'm wrong.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/media/TV & Shows/Severance/Severance.S01E03.1080p.WEB.H264-CAKES[TGx]/severance.s01e03.1080p.web.h264-cakes.mkv" -map 0:v -map 0:a -map 0:s:0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled /media/S01E03.mkv

    Make a backup copy of the original, replace the original with the new file we put in /media, rescan your library, set subtitle burn in back to auto on your TV, try to play this episode again.
    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]
    chrissous
    Offline

    Junior Member

    Posts: 23
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #14
    2025-04-03, 07:30 PM
    (2025-04-03, 03:36 PM)TheDreadPirate Wrote: I don't see anything obviously wrong in the contents of the ENGLISH subs.  When I extracted just the english subs and did SRT to SRT conversion, that resulted in identical checksums.  Which indicates that it isn't malformed.  I did the same with every subtitle track and the "converted" subs all had identical checksums to the original.

    For testing, let's try removing all the extra sub tracks you don't need and replace the original with the new file with just english subs.  I'm assuming you're using the english subs based on the US flag icon in your forum profile.  Please correct me if I'm wrong.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/media/TV & Shows/Severance/Severance.S01E03.1080p.WEB.H264-CAKES[TGx]/severance.s01e03.1080p.web.h264-cakes.mkv" -map 0:v -map 0:a -map 0:s:0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled /media/S01E03.mkv

    Make a backup copy of the original, replace the original with the new file we put in /media, rescan your library, set subtitle burn in back to auto on your TV, try to play this episode again.

    Okay so having done that, the issue of pixelation every time there is dialogue isnt happening anymore which is great. Only thing Im noticing now is what seems like buffering. The video will pause every minute or so for about 15 to 20 seconds, then goes back to playing. I do notice during that time, on the server's web client dashboard it says that Tizen app is working just fine and the elapsed time keeps going, as if it is de synchronized.
    chrissous
    Offline

    Junior Member

    Posts: 23
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #15
    2025-04-04, 12:51 AM
    Oh man, I cant even stream anything at this point, burning subtitles or not, the loading times and the constant buffering are unbearable. I dont know if its related to this same issue or its something else entirely.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2025-04-04, 01:50 PM
    So this is happening to all your files now? Not just the couple you originally had?
    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]
    chrissous
    Offline

    Junior Member

    Posts: 23
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #17
    2025-04-04, 04:18 PM (This post was last modified: 2025-04-04, 04:19 PM by chrissous. Edited 1 time in total.)
    (2025-04-04, 01:50 PM)TheDreadPirate Wrote: So this is happening to all your files now?  Not just the couple you originally had?

    Same show, only difference is this is in 4k as opposed to 1080p. I tried some movies I also had and they loaded up just fine and played w/ subtitles no issue. Im really at a loss here. Ill post all these logs and hopefully it uncovers something.

    FFmpeg transcode for the movie

    Jellyfin log

    FFmpeg transcode

    FFmpeg transcode (same show, next season)
    Another FFmpeg transcode

    As soon as I posted the last one I saw a ton of transcode logs so I decided to stop for now unless you need more please let me know

       


    If it ends up I cant figure this out I think another solution would be to get me a docking station and just dock my laptop to the TV
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2025-04-04, 05:25 PM
    From the server side of things, everything looks fine. I won't be able to setup your test file until I get home. I'll get back to you on that.

    But if I don't find anything wrong with the file, besides your laptop, is some TV dongle something you can get? ONN TV boxes are pretty good and cheap. I also like Rokus.
    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]
    chrissous
    Offline

    Junior Member

    Posts: 23
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #19
    2025-04-04, 05:36 PM (This post was last modified: 2025-04-04, 05:42 PM by chrissous. Edited 1 time in total.)
    (2025-04-04, 05:25 PM)TheDreadPirate Wrote: From the server side of things, everything looks fine.  I won't be able to setup your test file until I get home.  I'll get back to you on that.

    But if I don't find anything wrong with the file, besides your laptop, is some TV dongle something you can get?  ONN TV boxes are pretty good and cheap.  I also like Rokus.

    TV dongle would be the best bet, cause I was going to expand to the non smart tv in the garage eventually. Im starting to think its just this TV itself is just shat itself from age. Unrealted, which would be the most stable dongle I should go with in the event I go that route? Dont get me wrong, I still want to get to the bottom of this issue though
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #20
    2025-04-05, 12:40 AM
    Your test file, with subs enabled, plays fine on all my devices. So definitely something specific to your TV.
    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]
    Pages (3): « Previous 1 2 3 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