Solution - Linux / Fedora Hardware Acceleration Support for NVidia nvenc and Intel QSync

e.s. kohen

New Member
Borrowing from the Fedora 22 unofficial installation, and Negativo's FFMpeg w/ Hardware Acceleration Guide:

I also proposed an edit to the installation wiki regarding this.

  • For Linux Hardware Acceleration support, choose an FFmpeg build that has NVidia nvenc or Intel QSync enabled in the build options.
Code:
sudo dnf config-manager --add-repo=http://negativo17.org/repos/fedora-handbrake.repo
sudo dnf install ffmpeg --setopt=install_weak_deps=True
ffmpeg -codecs | grep nvenc

sudo rpm --import http://repo.tech-3.net/Fedora/TECH3-GPG-KEY.public
sudo dnf config-manager --add-repo http://repo.tech-3.net/Fedora/tech-3.repo
sudo dnf clean all && sudo dnf update -y
sudo dnf install obs-studio
 

Attachments

  • Screenshot from 2016-01-05 14-14-14.png
    Screenshot from 2016-01-05 14-14-14.png
    441.1 KB · Views: 112
Last edited:
Has anyone figured out settings to use to moment qsync? I've got an Intel NUC at my disposal that I would like to use. It will strictly be used for streaming 2 webcams, a Logitech c920 and a Microsoft studio cinema, as well as 2 Samson q2u mics.
 
Top