• 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 Search Results

    Pages (29): 1 2 3 4 5 … 29 Next »
     

    Search Results
    Post Author Forum Replies Views Posted [asc]
      Thread: transcoding settings
    Post: RE: transcoding settings

    No, Jellyfin will transcode as quickly as the hardware you have made available is capable -- unless you turn on the throttle transcodes setting (which can save some power if folks decide to stop watch...
    bitmap General Questions 10 331 2024-12-14, 02:40 AM
      Thread: Hardware recommendations for Jellyfin please?
    Post: RE: Hardware recommendations for Jellyfin please?

    I have an LG C1, so I feel the pain. Supposedly jellyfin-ffmpeg7+ supports auto-removing DolbyVision. If you need to re-encode and inject the DolbyVision metadata back in, you can do so with dovi_tool...
    bitmap General Questions 6 232 2024-12-09, 06:55 PM
      Thread: Ideal Hardware for Jellyfin
    Post: RE: Ideal Hardware for Jellyfin

    I would guess the DV media was exclusively DolbyVision without HDR/10/+ fallback. If the DV profile is incompatible with the client, the fallback data is used to still provide HDR, but not DolbyVision...
    bitmap Self-hosting & Homelabs 28 7,602 2024-12-09, 05:31 PM
      Thread: Hardware recommendations for Jellyfin please?
    Post: RE: Hardware recommendations for Jellyfin please?

    So 4K transcoding, my understanding, is not dependent upon the hardware acceleration (i.e., the iGPU in your NAS) but on the CPU due to tonemapping, which can tax less powerful machines. Your machine ...
    bitmap General Questions 6 232 2024-12-09, 05:24 PM
      Thread: Audio Track and Subtitles Names Translation
    Post: RE: Audio Track and Subtitles Names Translation

    Code: -- ffmpeg -i "[input_file]" -c copy -metadata:s:s:0 title="Français" -metadata:s:s:0 language="fra" "[output_file]" -- There doesn't appear to be any metadata. You can set this for audio track...
    bitmap General Questions 11 332 2024-12-07, 04:30 PM
      Thread: Encoding Discussion Megathread (ffmpeg, Handbrake, AV1, etc...)
    Post: RE: Encoding Discussion Megathread (ffmpeg, Handbr...

    Here's the full command I used for that messed up encode: Code: -- MEDIA="Media" && INPUT="Media.mkv" && \ cd "/mnt/media/Media" && \ mkdir -p "/mnt/media/${MEDIA}" && \ echo "Calculating crop va...
    bitmap General Discussion 113 25,549 2024-12-06, 06:41 PM
      Thread: Encoding Discussion Megathread (ffmpeg, Handbrake, AV1, etc...)
    Post: RE: Encoding Discussion Megathread (ffmpeg, Handbr...

    I would skip further in. I've been using -ss 300 (five minutes into the media) to avoid detecting any intros. It's arbitrary, but you're less likely to get anything odd in this way. The example I foun...
    bitmap General Discussion 113 25,549 2024-12-05, 02:53 AM
      Thread: Encoding Discussion Megathread (ffmpeg, Handbrake, AV1, etc...)
    Post: RE: Encoding Discussion Megathread (ffmpeg, Handbr...

    Holy cow, I tried this with a stubborn piece of media from the 80's and the results were....entirely unexpected. No real change in file size, but awesome artifacts and color shifts (R+G removed?). ...
    bitmap General Discussion 113 25,549 2024-12-04, 05:55 PM
      Thread: Encoding Discussion Megathread (ffmpeg, Handbrake, AV1, etc...)
    Post: RE: Encoding Discussion Megathread (ffmpeg, Handbr...

    Okay, tested with one of my favorite media and, using the settings discussed, I halved the size of my previous encode, which is a very significant reduction (4.1 GB --> 1.9 GB). At first glance and sp...
    bitmap General Discussion 113 25,549 2024-12-04, 04:27 PM
      Thread: Encoding Discussion Megathread (ffmpeg, Handbrake, AV1, etc...)
    Post: RE: Encoding Discussion Megathread (ffmpeg, Handbr...

    So I'm not getting the same results that you are. I need some other things to test on and benchmark since animated content is most of what I've done since throwing these in there. I will test with/wit...
    bitmap General Discussion 113 25,549 2024-12-04, 06:50 AM
      Thread: Encoding Discussion Megathread (ffmpeg, Handbrake, AV1, etc...)
    Post: RE: Encoding Discussion Megathread (ffmpeg, Handbr...

    I missed that you had some new posts since my last one. I'm still semi-automated since I'm altering based on what type of media as well as age. The easier media are seasons or shows where you expect a...
    bitmap General Discussion 113 25,549 2024-12-03, 02:28 AM
      Thread: Encoding Discussion Megathread (ffmpeg, Handbrake, AV1, etc...)
    Post: RE: Encoding Discussion Megathread (ffmpeg, Handbr...

    Back to an old discussion @TheDreadPirate and I had regarding auto-cropping (if you trust cropdetect at all). I snagged some awk from somewhere and another person offered an expansion that sorts all r...
    bitmap General Discussion 113 25,549 2024-12-03, 02:18 AM
      Thread: WebOS Struggles w/ DS4K+HDR Content
    Post: RE: WebOS Struggles w/ DS4K+HDR Content

    gnattu Wrote: (2024-11-10, 03:39 PM) -- Again, it is not related to DV, it is webOS HLS player in general. There is no easy fix unless you pre-transcode your file and let the webOS direct play it. --...
    bitmap Troubleshooting 14 643 2024-12-03, 02:09 AM
      Thread: WebOS Struggles w/ DS4K+HDR Content
    Post: RE: WebOS Struggles w/ DS4K+HDR Content

    TheDreadPirate Wrote: (2024-11-10, 03:40 AM) -- What is "jffmpeg" aliased to?  Is it attached to something other than jellyfin-ffmpeg 7.0.2-5? -- Code: -- alias jffmpeg="/usr/lib/jellyfin-ffmpeg/f...
    bitmap Troubleshooting 14 643 2024-11-10, 02:55 PM
      Thread: WebOS Struggles w/ DS4K+HDR Content
    Post: RE: WebOS Struggles w/ DS4K+HDR Content

    Host-in-the-Shell Wrote: (2024-11-09, 05:48 PM) -- Do you by any chance agreed to everything under the terms of service for the TV? I had terrible performance issues on the JF app, manifesting itself...
    bitmap Troubleshooting 14 643 2024-11-10, 02:59 AM
      Thread: WebOS Struggles w/ DS4K+HDR Content
    Post: RE: WebOS Struggles w/ DS4K+HDR Content

    Perfect. I'll head down that path. Updated jellyfin-ffmpeg7 to 7.0.2-5-noble, which should incorporate the bitstream filter you've mentioned.
    bitmap Troubleshooting 14 643 2024-11-08, 07:15 PM
      Thread: WebOS Struggles w/ DS4K+HDR Content
    Post: RE: WebOS Struggles w/ DS4K+HDR Content

    TheDreadPirate Wrote: (2024-11-08, 06:42 PM) -- I had a ton of issues getting jf-ffmpeg7 to work with the dovi_tool extracted HDR10 HEVC files.  Reverting to jf-ffmpeg6 "solved" the problem.  I spoke...
    bitmap Troubleshooting 14 643 2024-11-08, 06:48 PM
      Thread: WebOS Struggles w/ DS4K+HDR Content
    Post: RE: WebOS Struggles w/ DS4K+HDR Content

    This is literally all of the output of the log while viewing the first five minutes of one media file: Code: -- [2024-11-08 11:36:21.941 -07:00] [INF] [81] Jellyfin.Api.Helpers.MediaInfoHelper: User...
    bitmap Troubleshooting 14 643 2024-11-08, 06:43 PM
      Thread: WebOS Struggles w/ DS4K+HDR Content
    Post: WebOS Struggles w/ DS4K+HDR Content

    I'll provide a log in just a few but writing this out will take me a minute so I wanted to get that done. The media in question is downscaled (4K --> 1080p), encoded using av1_qsv (g:q 22) with jel...
    bitmap Troubleshooting 14 643 2024-11-08, 06:26 PM
      Thread: Hardware Acceleration with Intel Core i3-9100
    Post: RE: Hardware Acceleration with Intel Core i3-9100

    That sounds as though you may not have the correct drivers installed. The only necessary device to pass into the container is /dev/dri/renderD12* (where it's 128 for iGPU, increased by 1 for each addi...
    bitmap Troubleshooting 2 399 2024-11-02, 06:04 AM
    Pages (29): 1 2 3 4 5 … 29 Next »
     

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System