4:4:4 Decoding using FFmpeg

If your client computer does not have a hardware decoder that supports 4:4:4 video decoding, you can use a third party software library called FFmpeg to add software (CPU) based decoding to your client.  FFmpeg will be slower than hardware decoder while also using more system resources, so we always advise upgrading to an NVIDIA or Intel GPU that supports 4:4:4 hardware decoding.

In order to add FFmpeg to your Windows Client computer:

Note: You must have administrator privileges on your computer in order to copy files into C:\Windows\System32

In order to add FFmpeg to your Ubuntu based client computer:

  • Open Terminal
  • Type "sudo apt-get install libavcodec58"
  • Enter your password
  • Agree to any questions