• 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 Hardware recommendation? Would this be adequate?

     
    • 0 Vote(s) - 0 Average

    Hardware recommendation? Would this be adequate?

    Hardware recommendation?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 16,210
    Threads: 11
    Joined: 2023 Jun
    Reputation: 485
    Country:United States
    #4
    2026-05-30, 07:18 PM
    I don't know about TVHeadEnd, but you can do this in jellyfin with a post processing script.  An example from mine, though I'm just copying the content from the original TS container to MP4.  Adjust the ffmpeg command appropriately.

    [Image: attachment.php?aid=9733]

    Code:
    #!/bin/bash

    INPUTFILE=$1   # This is the path variable in the Jellyfin screenshot above
    NEWFILE=$(echo "$INPUTFILE" | sed 's/\.ts/\.mp4/g')

    /usr/lib/jellyfin-ffmpeg/ffmpeg -nostdin -y -fflags +genpts+igndts -i "$INPUTFILE" -map 0 -codec copy -max_muxing_queue_size 2048 -avoid_negative_ts disabled -max_interleave_delta 0 "$NEWFILE"

    rm -f "$INPUTFILE"


    Attached Files Thumbnail(s)
       
    Jellyfin 12.0 (Docker)
    Debian 13 w/Xanmod amd64v3 LTS kernel
    AMD Ryzen 5500 w/32GB DDR4
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    ZFS Storage pool
        vdev1 - 6x WD Red Pro 6TB CMR in RAIDZ1
        vdev2 - 3x WD Red Pro 18TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Hardware recommendation? Would this be adequate? - by ronbaby79 - 2026-05-13, 06:14 AM
    RE: Hardware recommendation? Would this be adequate? - by conor - 2026-05-19, 04:39 PM
    RE: Hardware recommendation? Would this be adequate? - by ronbaby79 - 2026-05-30, 01:41 PM
    RE: Hardware recommendation? Would this be adequate? - by TheDreadPirate - 2026-05-30, 07:18 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