Skip to content

Commit ce36c2d

Browse files
committed
Add documentation for Intel QuickSync
1 parent 305b538 commit ce36c2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/codecs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ toc: true
3333

3434
### Intel Graphics
3535

36-
If you have Intel integrated graphics you may be able to use it using [VA-API](#va-api).
36+
If you have Intel integrated graphics you may be able to use it using [VA-API](#va-api) or [Quicksync](#intel-quicksync).
3737

3838
### NVIDIA GPUs
3939

@@ -45,11 +45,11 @@ As of July 2019 Kepler, Maxwell, Pascal, Volta and Turing generation GPUs suppor
4545

4646
[VA-API](#va-api) is supported on AMD and ATI GPUs by the [libva-mesa-driver](https://is.gd/ZvSdpo).
4747

48-
Note: ffmpeg 5 is not currently supported with VA-API. Please use a version less than 5. Read the [issue](https://github.com/owncast/owncast/issues/2071) about this particular issue to learn more.
48+
Note: ffmpeg 5+ is not currently supported with VA-API. Please use a version less than 5. Read the [issue](https://github.com/owncast/owncast/issues/2071) about this particular issue to learn more.
4949

5050
## Compatible codecs/libraries
5151

52-
<!-- ### Intel QuickSync
52+
### Intel QuickSync
5353

5454
"Intel Quick Sync Video" is the marketing name for the hardware video decoding and encoding features on Intel processors with integrated graphics. Processors with an Intel iGPU can be used to do hardware video encoding as long as you have `libva` installed and the processors iGPU supports the video codec and resolution you want to use.
5555

@@ -58,7 +58,7 @@ Follow the instructions on Intel's site on [how to get QuickSync setup on Linux]
5858
Links:
5959

6060
- [Setting up QuickSync on Ubuntu](https://wiki.ubuntu.com/IntelQuickSyncVideo)
61-
- [Intel Graphics at Linux Reviews](https://linuxreviews.org/Intel_graphics) -->
61+
- [Intel Graphics at Linux Reviews](https://linuxreviews.org/Intel_graphics)
6262

6363
### VA-API
6464

0 commit comments

Comments
 (0)