I am looking for a good forum post/ replies here about when to use and not use hardware trans-coding.
And what hardware is required for either SW or HW
There is a lot of talk about Intel CPU is best for HW acceleration, but very little info about using an AMD cpu without HW acc turned on. And very little about configuring an nVidia GPU. and especially AMD CPU with nVidia GPU.
So what is best?
Currently I use desktop with 8700K cpu, and HW acc. turned OFF Hence interested in using laptop with a Ryzen 9 4900H, which is quite a lot faster. But all of the dialogue I read does not suggest whether SW transcoding is OK on this chip.
Very confusing as to why Intel is required when not considering HW acc.
does software transcoding only provide 1 stream at a time?
First, you’re right – good media curation is the key to success.
As the old expression goes: Garbage In yields Garbage Out.
“Buffering” is like saying “my car isn’t running right”.
A lot more info is needed to find the root cause.
When does it happen?
a. extremely high bit rate movies (80+ Mbps) ?
b. When local using a browser?
c. Remote?
d. Wired connection or WiFi?
e. Subtitles involved?
I think my old problems may not be relevant anymore. (however I will test) so let me ask my main questions again, to get back on track.
What does HW acceleration do?
Can I run an AMD Chip in HW acc OFF mode the same as an i7 chip?
Can we expand on the what with respect to the hardware AMD vs intel (QuickSync)
In the meantime I am testing HW mode on on my intel chip.
my next investigation will be what happens when I add my nVidia1070 gpu to the HTC.
Hardware Acceleration uses the Intel QSV (Quick Sync Video) ASIC in Intel CPUS or Nvidia PCI-E GPU cards to offload the conversion of the video stream from one form to another (e.g. High bit rate HEVC → lower bit rate H.264 to send to a lesser-capable device)
Plex does not yet support the MESA / Gallium capabilities inherent to AMD chips but they are exploring it.
To answer your specific question:
Can I run an AMD Chip in HW acc OFF mode the same as an i7 chip?
With hardware turned off, it’s no different than an i7. An AMD Ryzen 7 3700x will however , most likely, whip it silly at the increased raw computational performance.
Hardware accelerated transcoding offloads the work of decoding the stream from one codec and encoding it to another to purpose-built decoding/encoding hardware. This improves performance and generally increases the number of simultaneous transcodes which can be performed. The potential tradeoff is visual quality, but that has likely improved to the point where you won’t notice it.
Yes.
It’s best to think of Intel CPUs (with integrated graphics) as two different devices: A CPU and a GPU. The reason Intel CPUs are supported for hardware accelerated transcoding is that the GPU portion of the chip supports a feature called Quick Sync Video. This is the feature which performs the transcoding. AMD CPUs, while some have integrated GPUs, do not support Quick Sync (they have their own decoding/encoding feature). On Linux, you have two choices currently for hardware accelerated transcoding: Intel CPUs which support Quick Sync Video and certain Nvidia GPU-based graphics cards.
The story is a bit different on Windows as it provides an API, which Plex uses, to abstract the underlying hardware from the implementation. So, you can use (at least some) AMD GPUs in that environment, including CPUs with them integrated.
So, to summarize:
On Linux, you can use Intel CPUs with Quick Sync Video for hardware accelerated transcoding.
On Linux, you can use certain Nvidia GPU-based graphics cards for hardware accelerated transcoding, whether you’re using an Intel or AMD CPU.
On any platform you can use any CPU for software transcoding, provided it provides sufficient performance to do so.