←back to thread

333 points indigodaddy | 2 comments | | HN request time: 0s | source
Show context
jghn ◴[] No.33579728[source]
I have used Plex for about 12-13 years but am very very far from a power user. I find it mildly annoying I need to login but other than that I've not noticed anything that annoys me. I admit this is most likely due to how little I use it and how non-advanced that usage is. Given this, is there any value add to Jellyfin for someone like myself?

My read on this article is that it gets back to an earlier, more raw state of Plex. For my use case my interpretation is that would mean extra work for potentially lower quality, and unlikely any value add given that nothing annoys me about current Plex. Does that sound right?

replies(2): >>33579819 #>>33579917 #
russelg ◴[] No.33579917[source]
If you don't want to pay for Plex then you don't have hardware transcoding. This is of course free in Jellyfin.
replies(1): >>33580049 #
dylan604 ◴[] No.33580049[source]
Who has hardware for transcoding any more, and what hardware is modern for that?

Last dedicated hardware encoder I used was bad old days of MPEG2 for DVDs, but that went the way of the dodo when MPEG2 went native to the CPU. Never used hardware for h.264/5. I guess there was a board for J2k doing realtime lossless, but that was 2010ish.

So I'm legit curious what hardware transcoding looks like today, and that Plex charges for the pleasure

replies(8): >>33580111 #>>33580279 #>>33580342 #>>33580592 #>>33580618 #>>33580639 #>>33582073 #>>33585729 #
aew4ytasghe5 ◴[] No.33580618{3}[source]
Not sure if you are trolling.

Hardware transcoding is available with modern GPU:s.

replies(2): >>33580700 #>>33584625 #
1. dylan604 ◴[] No.33580700{4}[source]
not trolling at all. i just don't think of the GPU as that. probably silly on my part, but as stated, i come from the world of expensive dedicated encoding devices vs generic parts of a computer you already have.
replies(1): >>33580748 #
2. gardnr ◴[] No.33580748[source]
EDIT: Looks like QSV is the new transcoding api for Intel CPUs. My info was out of date.

VAAPI is in Intel chips: https://www.intel.com/content/www/us/en/developer/articles/t...

It represents parts of the CPU optimized to transcode video. The newer CPUs support HEVC/h265 which would otherwise introduce a huge load on a machine when done in a normal CPU.

Having the "hardware transcoder" as part of the chip means you can transcode huge videos without consuming huge amounts of system resources.

Jellyfin includes this, or more accurately exposes the ffmpeg implementation of this, whereas Plex charges for it.