• 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 General Questions Playback issue on Android TV app

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

     
    • 0 Vote(s) - 0 Average

    Playback issue on Android TV app

    ezrab552
    Offline

    Junior Member

    Posts: 24
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #21
    2024-07-07, 07:50 PM
    (2024-07-07, 02:22 PM)TheDreadPirate Wrote: Is the video an MKV?  We can try repackaging the video.  Sometimes a borked container can cause otherwise unexplained stuttering.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/your/video" -avoid_negative_ts make_zero -max_muxing_queue_size 2048  -map_chapters 0 -c:v copy -c:a copy -c:s copy -c:t? copy newFile.mkv

    The format it MP4. What I supposed to do with this code?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #22
    2024-07-08, 02:25 AM
    If it is MP4 we can try anyway. You copy and paste the code block into a Linux terminal or Windows command prompt. You'd have to adjust the file paths to match your operating system and the actual path for your video file.
    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]
    ezrab552
    Offline

    Junior Member

    Posts: 24
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #23
    2024-07-08, 12:57 PM
    (2024-07-08, 02:25 AM)TheDreadPirate Wrote: If it is MP4 we can try anyway.  You copy and paste the code block into a Linux terminal or Windows command prompt.  You'd have to adjust the file paths to match your operating system and the actual path for your video file.

    Like this? I'm on Windows.

    /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "F:\Movies\Live-Action\Underworld Collection\[#01] - Underworld (2003)" -avoid_negative_ts make_zero -max_muxing_queue_size 2048  -map_chapters 0 -c:v copy -c:a copy -c:s copy -c:t? copy newFile.mkv

    And than press Enter?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #24
    2024-07-08, 01:54 PM (This post was last modified: 2024-07-08, 01:54 PM by TheDreadPirate.)
    If this is on Windows you'd use "C:\Program Files\Jellyfin\ffmpeg.exe" (double check that path) instead of /usr/lib/jellyfin-ffmpeg/ffmpeg.
    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]
    ezrab552
    Offline

    Junior Member

    Posts: 24
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #25
    2024-07-08, 02:44 PM
    (2024-07-08, 01:54 PM)TheDreadPirate Wrote: If this is on Windows you'd use "C:\Program Files\Jellyfin\ffmpeg.exe" (double check that path) instead of /usr/lib/jellyfin-ffmpeg/ffmpeg.

    This is what I get. The ffmpeg.exe file is located in folder named "Server", so I changed that path.


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #26
    2024-07-08, 03:13 PM
    Try running the command prompt as admin and try 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]
    ezrab552
    Offline

    Junior Member

    Posts: 24
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #27
    2024-07-08, 07:56 PM
    (2024-07-08, 03:13 PM)TheDreadPirate Wrote: Try running the command prompt as admin and try again.

    Same error


    Attached Files Thumbnail(s)
       
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,187
    Threads: 0
    Joined: 2024 Jun
    Reputation: 61
    #28
    2024-07-08, 08:25 PM (This post was last modified: 2024-07-08, 08:26 PM by theguymadmax. Edited 1 time in total.)
    The file path is not complete. You need to give it the full name ex. "F:\Movies\Live-Action\Underworld Collection\[01] - Underworld (2003).mkv"

    If that's the just the folder then you need to extend it out ex. "F:\Movies\Live-Action\Underworld Collection\[01] - Underworld (2003)\whateveryourfilenameis.mkv"
    ezrab552
    Offline

    Junior Member

    Posts: 24
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #29
    2024-07-08, 08:49 PM
    (2024-07-08, 08:25 PM)theguymadmax Wrote: The file path is not complete. You need to give it the full name ex. "F:\Movies\Live-Action\Underworld Collection\[01] - Underworld (2003).mkv"

    If that's the just the folder then you need to extend it out ex.  "F:\Movies\Live-Action\Underworld Collection\[01] - Underworld (2003)\whateveryourfilenameis.mkv"

    Whats's next?


    Attached Files Thumbnail(s)
       
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,187
    Threads: 0
    Joined: 2024 Jun
    Reputation: 61
    #30
    2024-07-08, 09:41 PM (This post was last modified: 2024-07-08, 10:05 PM by theguymadmax. Edited 1 time in total.)
    The command didn't take, you'll need to edit it and rerun.

    Change this part of the command "-c:t?" to "-c:t"

    You should also change the output directory to someplace convenient like your desktop.

    .... -avoid_negative_ts make_zero -max_muxing_queue_size 2048  -map_chapters 0 -c:v copy -c:a copy -c:s copy -c:t copy c:\users\YOURUSERNAME\desktop\newFile.mkv


    Then rename and add to jellyfin and see if it helps your situation.
    Pages (5): « Previous 1 2 3 4 5 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