From c0ba24dc368a5c1ca75ff8b7351a37933707ed54 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Mon, 6 Aug 2018 13:03:11 -0400 Subject: [PATCH] docs: Add Intel QSV on Linux info and link to Media SDK. Closes #48. --- source/docs/en/latest/developer/build-linux.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/docs/en/latest/developer/build-linux.markdown b/source/docs/en/latest/developer/build-linux.markdown index 2104f9e2..c85b11b1 100644 --- a/source/docs/en/latest/developer/build-linux.markdown +++ b/source/docs/en/latest/developer/build-linux.markdown @@ -29,13 +29,15 @@ Dependency installation instructions are available for the following distributio - [Gentoo](install-dependencies-gentoo.html) - [Ubuntu](install-dependencies-ubuntu.html) +HandBrake's experimental support for Intel Quick Sync Video on Linux requires the [Intel Media SDK](https://github.com/Intel-Media-SDK/MediaSDK/releases). + ## Building HandBrake Clone the HandBrake repository. git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake -Build HandBrake. To build the command line interface only, disable the graphical interface by appending `--disable-gtk`. +Build HandBrake. To enable experimental support for Intel QSV via the [Intel Media SDK](https://github.com/Intel-Media-SDK/MediaSDK/releases), append `--enable-qsv`. To build the command line interface only, disable the graphical interface by appending `--disable-gtk`. ./configure --launch-jobs=$(nproc) --launch