If you missed it check out part 1! Lot's of good stuff here even if you already have a Jellyfin setup: kzbin.info/www/bejne/m3vZgn6Ci9egi5o Also big thank you Linode for supporting the channel! Get $100 - 60 day credit on new LINODE : www.linode.com/techhut
@NyneIX92 жыл бұрын
Dude, I'm so happy you're doing this series. I've already been able to improve my Jellyfin despite using it for the past year.
@isaacgumbrell2 жыл бұрын
This is such a good tutorial. Just what I needed.
@leventevarga30062 жыл бұрын
Bunch amount of option missing, from Jellyfin. I know what should use for transcoding, but that's missing from the Web GUI. Have to type in manually
@suhass53314 ай бұрын
Hello ! I would love to know about the helpful plugins you were talking about in part 1. If you can please cover *arr suite and how to set them up linked to the jellyfin server.
@everadept2 күн бұрын
Genuinely. Really easy to setup. Just reboot the system after installing the drivers the first time. Then it will work in jellyfin.
@ThylineTheGay3 жыл бұрын
Is there a way to do it with amd gpu without the pro drivers?
@peacemekka Жыл бұрын
Yes. Follow the guide mostly and just disable unsupported codecs and disable Tone Mapping. Tone Mapping is OpenCL only and will require the pro drivers. Anything requiring OpenCL is going to use the pro drivers. Also the AMD AMF will require the pro drivers. I got it setup and it works wonderful.
@doctorsaysitall9336 Жыл бұрын
hi i am having a problem on this" This client isn't compatible with the media and the server isn't sending a compatible media format."
@IcoKirov3 жыл бұрын
i'm confused. was hardware acceleration disabled when we played the first frozen.avi?
@Mtaalas2 жыл бұрын
not disabled, it just wasn't supported on the client side with that codec, so server had to transcode it on the fly to something client supported. when you then go and re encode that file into something client supports, you get rid of that transcoding process... with lossy codecs,m you obviously take a hit into the video quality.
@will300c3 жыл бұрын
always had audio sync issues with jellyfin tried 2 x. times on different OS's. I use mkv format for all vids
@NIHAR7433 жыл бұрын
there might incompatibility with audio codec. mkv, mp4, avi all are just container for audio and video codec.
@will300c3 жыл бұрын
@@NIHAR743 That maybe possible, but i am now using Emby and i do not have those audio issues.
@priit7777 Жыл бұрын
Getting the hardware acceleration to work on linux actually is wayyyy more complicated, sadly. (especially when you be using one of the misguided distros, dropping HW de- and encoding in mesa drivers). Even when following the jellifin own documentation for enabling it. It's very hit and miss with older GPU's and their supported formats. Real benefit would be ofc to have some newest generation GPU with all the possible hw encoders and decoders presents, but most of us aren't that lucky.
@peacemekka Жыл бұрын
How old is your GPU? I set mine up using an RX 580 on a debian lxc.
@elechtma Жыл бұрын
Thanks for the tutorial. I have Jellyfin installed using portainer in open media vault on my pi 4. Any advice to get hardware acceleration set up?
@peacemekka Жыл бұрын
If its a docker container you might first want to look into how to pass down the GPU device( mine was /dev/dri/card0 and /dev/dri/render128. I have an AMD GPU ) from the host. Then its just a matter of going through the jellyfin documentation and choosing if you want the pro or the amdgpu drivers and enabling and disabling features and codecs according to the drivers required by each feature & codec. And in the end just point to the gpu device in the jellyfin dashboard.
@hariranormal55842 жыл бұрын
I am confused, so, we get a video, we convert it to HEVC H265 for best efficiency, put it in our directory, and make sure the settings are made so the server can transcode the H265 to H264, and give it to the client ??
@mklinux7772 жыл бұрын
hii can you explain more, please.
@hariranormal55842 жыл бұрын
@@mklinux777 About which? :) My question was basically, you have a movie , call it just movie.mp4 Say you got it from pirating it, and the torrent gave you it in H264 format, meaning if you now transcode the full movie file to HEVC, H265 (same thing essentially just different technical names), its format is in H265 obviously, and will have a smaller file size, less bit rate etc. All the advantages. If a client (a device like a phone, laptop, smart TV etc) tries to watch this movie, how will it work? Because not all clients can support H265 playback, so it means of they don't the device will just not show up the video at all and might error out. The way Jellyfin and other works is, If the Device does NOT support H265, but does support H264, and the movie.mp4 is in H265, it does a temporary transcode session, and streams data back to the client via H264 language so it can play back smoothly. However this isn't free, this either uses your CPU power or GPU power (of the server!! Not the client) depending on how you configure your Jellyfin (which is exactly what this video talks about)
@_mnejing2 жыл бұрын
It's only going to transcode from h265 to h264 if the device you're watching it on can't natively decode h265 video. If the device you're watching on (like your phone or tablet) can natively decode h265, then again, the server is just going to stream the file. If your phone or tablet are older and ONLY have an h264 decoder, then the server is now going to be tasked with transcoding from 265 to 264.
@rodrigo.55 Жыл бұрын
@@hariranormal5584 you can search what are the limitations of your clients in terms of hardware codec and then only if it is the case, convert the files via something like tdarr. But is kinda nuts recompressing to x265 all of the files that are already compressed in x264. The only scenario that i think this is doable is to download plenty of offline media in mobile devices that have little storage space and don't run natively something like h265 10bits. Personally i just let jellyfin do its thing transcode or whatever even thinkering a lot in ffmpeg algorithm you can't go much far with recompression.
@selfhosted3 жыл бұрын
I believe conversion can all be done within the Jellyfin UI with options. EDIT: Nevermind, but it is possible within Emby.
@TheMatthewDMerrill Жыл бұрын
How can I automate this to not have to change the file everytime?
@rcmanaure5 ай бұрын
Yes, you can easily automate using a Python script and cronjobs. I made one myself, check all the MKV files in the folder and start the transcoding to MP4, and if everything is fine, delete the MKV file and move on to the next one. The task scheduled with crontab, I configured it to run the script every day at midnight and if there is no MKV file to process it does nothing and waits until the next call at midnight.
@nicolaslavinicki40293 жыл бұрын
Awesome content, bro! Can't wait for part 3! What is going to be? Can you coverage external access?
@phanikumarjasti6540 Жыл бұрын
@techHut I am having Issues with Jellyfin using more memory like 3Gig which is unusual , any thoughts or suggestions would be appreciated. Thanks in advance
@Widur4211 ай бұрын
How do you transcode MPEG4. It does not seem to work for me at all, neither with ffmpeg nor with quick sync. Would love to know how you set up your jellyfin to do that.
@raydsa18086 ай бұрын
hey Tech how do you back up your jellyfin database link the user names and harddriver config?
@AllGO19889 ай бұрын
Hello, is it necessary to have a graphics card installed to have more video codecs?
@andrewgibbs96744 ай бұрын
running jellyfin on Fedora from flatpak, I'm not that good with computers, anyone know how to get hardware acceleration working? They just have details for debian and arch on the wiki
@rcmanaure5 ай бұрын
Yes, you can easily automate using a Python script and cronjobs. I made one myself, check all the MKV files in the folder and start the transcoding to MP4, and if everything is fine, delete the MKV file and move on to the next one. The task scheduled with crontab, I configured it to run the script every day at midnight and if there is no MKV file to process it does nothing and waits until the next call at midnight.
@rcmanaure5 ай бұрын
I'm going to create a guide on git hub with the script and the necessary steps to implement it. But before doing so I would like to know if you still need it with a like or comments.
@jaimerios13783 жыл бұрын
Dang good vid. Thanks for putting this together 😁
@MattiasMagnusson2 жыл бұрын
Is there any way to auto convert all media once added to the library?
@tobasama2 жыл бұрын
tdarr is great at this
@Suzuki_Hiakura Жыл бұрын
So I have just found this and was wondering if I can't just playback my H.265 media directly, or decode it. I don't see why it has issues as I used Plex before and it never had issues, I assume because decoding was handled by the server. Is there a way I can fix it to not convert to H.264? The quality tanks drastically as I need to lower the quality down to 320p... only then does it stop stuttering due to the annoying internet speed I have at home; it is the reason I spent so much time converting my media to h.265 so I can save space on the drives while also saving bandwidth by several mb...
@reljoy Жыл бұрын
I have an Orange Pi 5+ and have set up Casaos and Jellyfin media server. My personal videos rendered by Kdenlive on my Linux Mint 20.3 computer do NOT work on my TCL smart TV even though I rendered using Generic MP4 - the dominant format (H264/AAC). Are you able to advise me?
@RINEGANALQUIMISTA2 жыл бұрын
You should have a videos of how to configure the URL and the EMCRIPTACION
@rickeyhaughton60302 жыл бұрын
Good morning how to get it to work on the go or my phone or tab?
@rithvik23782 жыл бұрын
Can I do the same for Intel?
@peacemekka Жыл бұрын
Just point to the Intel GPU. Jellyfin has a guide for Intel iGPU and dGPUs
@Quettesh3 жыл бұрын
The codec support in Plex is currently the only thing that keeps me from switching - x265 saves so much space with the same or even better quality.
@bhatushar3 жыл бұрын
Correct me if I'm wrong but, since VLC supports x265 , if we use that as the default player then there won't be any transcoding. Right?
@CraftBasti Жыл бұрын
Wait, is there no way to have multiple encodings saved? I have Terrabytes of storage, I don't care if I save every movie two times
@dakotap1488 Жыл бұрын
Just make a copy of the file before transcoding it and you’ll have both……
@CraftBasti Жыл бұрын
@@dakotap1488 I didn't know jellyfin supported that, but it does!
@barbarella70282 жыл бұрын
have a drink each time he says "go ahead and..."
@TechHut2 жыл бұрын
I don't have the liver for that
@mrdeadworry Жыл бұрын
You do not need amd pro drivers in linux. Fedora Linux works just fine in this work load, using a AMD cpu and gpu.
@DudeItsDallyBoy2 жыл бұрын
Jellyfin is great but I decided to switch to emby with a premium pass. Its just a bit more well rounded and I like the plugin and smart features a bit more
@EvlEgle Жыл бұрын
Never heard of nuhvidia gpus
@MykeHawke-r9r6 ай бұрын
Thank you for this video
@HellmiauzАй бұрын
Worst part of kids is when they discover Ferdinand.
@danijelvrebac2 жыл бұрын
I didn't know Edge supports x265. Nice :D
@kaydog8902 жыл бұрын
Just tested, it is not. Fine print: HEVC decoding is only supported on Windows 10 with the HEVC Video Extension from the Microsoft store.
@danijelvrebac2 жыл бұрын
@@kaydog890 Let me guess, you have to pay for it 😁?
@mikerollin4073 Жыл бұрын
Good stuff thanks
@YannMetalhead Жыл бұрын
Good video.
@Usernotknown213 жыл бұрын
My fedora keeps crashing. I reinstalled multiple times
@PANDA-fv6bi Жыл бұрын
This sounds too complex for someone who doesn't know much about computers
@JoshuaKnab Жыл бұрын
It's only complex because he is not using windows. It's not as bad as it seems. Just convert videos to the right format. And turn on hardware acceleration
@dakotap1488 Жыл бұрын
Now is a good time to learn, can’t learn if you don’t do it
@atoms_dancingАй бұрын
It's not for plebs who couldn't care to learn about technology.
@bobbyshaftoe452 жыл бұрын
Linode is **NOT** independent: Akamai [stock: AKAM] purchased Linode in 2022.
@kittyyyyyyyy Жыл бұрын
nevidia
@angablade2 жыл бұрын
You are pronouncing Nvidia incorrectly. This triggers me bad. I can't watch the video because of it.
@rudysal14292 жыл бұрын
Nvidia schill
@angablade2 жыл бұрын
@@rudysal1429 Incorrect. I do not own a single Nvidia product.