docs: add QSV on FreeBSD

libva and libdrm are pulled as dependencies of intel-media-sdk.
This commit is contained in:
Jan Beich
2020-01-06 14:37:13 +00:00
committed by Bradley Sepos
parent 0d7e7b0d4b
commit a70ae030a4
3 changed files with 10 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ 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 Quick Sync Video, append `--enable-qsv`. To build the command line interface only, disable the graphical interface by appending `--disable-gtk`.
./configure --launch-jobs=$(sysctl -n hw.ncpu) --launch

View File

@@ -61,6 +61,10 @@ Dependencies:
- python
- speex
Intel Quick Sync Video dependencies (optional):
- intel-media-sdk
Graphical interface dependencies:
- atk
@@ -94,6 +98,10 @@ Build and install the `lame` source port.
sudo make install || sudo make reinstall
cd "$LASTDIR"
To build with Intel Quick Sync Video support, install the QSV dependencies.
sudo pkg install intel-media-sdk
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
sudo pkg install atk cairo dbus dbus-glib desktop-file-utils gdk-pixbuf2 gettext glib gnome3 gstreamer1-plugins-gdkpixbuf gtk3 intltool libdvdcss libnotify libvpx pango

View File

@@ -21,6 +21,7 @@ Intel QuickSync Video
- Intel Skylake (6th Generation Core) CPU or later with Intel HD Graphics or better
- Windows 10
- Linux
- FreeBSD
Please note, these are not hard limits. Hardware encoding via Intel QSV *might* work on older series GPUs and older operating systems, but this is not officially supported.