guides/obs/high-quality-streaming: Add Intel QSV
This commit is contained in:
+22
-7
@@ -22,22 +22,27 @@
|
|||||||
},
|
},
|
||||||
"project": {
|
"project": {
|
||||||
"name": "Projects",
|
"name": "Projects",
|
||||||
|
"entries": {
|
||||||
|
"obs-studio": {
|
||||||
|
"name": "OBS Studio",
|
||||||
"entries": {
|
"entries": {
|
||||||
"streamfx": {
|
"streamfx": {
|
||||||
"name": "StreamFX",
|
"name": "StreamFX",
|
||||||
"url": "/projects/obs/streamfx/",
|
"url": "/projects/obs/streamfx/",
|
||||||
"blank": false
|
"blank": false
|
||||||
},
|
},
|
||||||
|
"ocean-blue": {
|
||||||
|
"name": "Ocean Blue",
|
||||||
|
"url": "/projects/obs/ocean-blue/",
|
||||||
|
"blank": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"voicefx": {
|
"voicefx": {
|
||||||
"name": "VoiceFX (for VST)",
|
"name": "VoiceFX (for VST)",
|
||||||
"url": "/projects/voicefx/",
|
"url": "/projects/voicefx/",
|
||||||
"blank": false
|
"blank": false
|
||||||
},
|
},
|
||||||
"obs-ocean-blue": {
|
|
||||||
"name": "Ocean Blue (for OBS Studio)",
|
|
||||||
"url": "/projects/obs/ocean-blue/",
|
|
||||||
"blank": false
|
|
||||||
},
|
|
||||||
"all": {
|
"all": {
|
||||||
"name": "All Projects",
|
"name": "All Projects",
|
||||||
"url": "/projects/",
|
"url": "/projects/",
|
||||||
@@ -53,11 +58,21 @@
|
|||||||
"url": "guides/obs/high-quality-recording/",
|
"url": "guides/obs/high-quality-recording/",
|
||||||
"blank": false
|
"blank": false
|
||||||
},
|
},
|
||||||
|
"streaming": {
|
||||||
|
"name": "High Quality Streaming (in OBS® Studio)",
|
||||||
|
"entries": {
|
||||||
"streaming_nvenc": {
|
"streaming_nvenc": {
|
||||||
"name": "High Quality Streaming with NVENC (in OBS® Studio)",
|
"name": "NVIDIA NVENC",
|
||||||
"url": "guides/obs/high-quality-streaming-nvenc/",
|
"url": "guides/obs/high-quality-streaming/nvenc/",
|
||||||
"blank": false
|
"blank": false
|
||||||
},
|
},
|
||||||
|
"streaming_qsv": {
|
||||||
|
"name": "Intel QSV",
|
||||||
|
"url": "guides/obs/high-quality-streaming/qsv/",
|
||||||
|
"blank": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"lost_knowledge": {
|
"lost_knowledge": {
|
||||||
"name": "Lost Knowledge & Secrets",
|
"name": "Lost Knowledge & Secrets",
|
||||||
"url": "",
|
"url": "",
|
||||||
|
|||||||
@@ -0,0 +1,39 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
category: "OBS"
|
||||||
|
title: "High Quality Streaming with Intel® QSV (in OBS® Studio)"
|
||||||
|
comments: true
|
||||||
|
---
|
||||||
|
|
||||||
|
{% capture content %}A new contender in the high quality streaming field has appeared: Intel! Their current generation of encoder hardware is capable of matching (and sometimes exceeding) the <i>fast</i> preset in x264, while exceeding real-time speeds at that quality. This makes Intel a good alternative to NVIDIA Turing/Ampere GPUs for budget builds, and as such makes Dual-PC streaming far more affordable.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% include blocks/heading.liquid level=1 content="Setting up QuickSync (for Streaming)" %}
|
||||||
|
|
||||||
|
{% capture content %}At the moment, the only Intel encoder available is the built-in QuickSync H.264 encoder maintained by Intel and the OBS Project team. Using the FFmpeg variant does not improve quality, so it is enough to use the built-in encoder for streaming. Simply select <i>QuickSync H.264</i> and apply the settings shown below.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}
|
||||||
|
<thead><tr>
|
||||||
|
<th width="20%">GPU</th>
|
||||||
|
<th>UHD Graphics 730, 750, 770</th>
|
||||||
|
</tr></thead>
|
||||||
|
<tr>
|
||||||
|
<td>Target Usage</td>
|
||||||
|
<td colspan=65535>veryslow</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Profile</td>
|
||||||
|
<td colspan=65535>high</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Rate Control</td>
|
||||||
|
<td colspan=65535>LA_CBR</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Latency</td>
|
||||||
|
<td colspan=65535>normal</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>B Frames</td>
|
||||||
|
<td colspan=65535>3</td>
|
||||||
|
</tr>
|
||||||
|
{% endcapture %}{% include blocks/table.liquid content=content caption="Ideal settings" %}
|
||||||
Reference in New Issue
Block a user