guides/obs/high-quality-streaming: Add Intel QSV

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-06 06:40:45 +01:00
parent 55115228f2
commit 815aeaeb0b
2 changed files with 67 additions and 13 deletions
+28 -13
View File
@@ -23,21 +23,26 @@
"project": {
"name": "Projects",
"entries": {
"streamfx": {
"name": "StreamFX",
"url": "/projects/obs/streamfx/",
"blank": false
"obs-studio": {
"name": "OBS Studio",
"entries": {
"streamfx": {
"name": "StreamFX",
"url": "/projects/obs/streamfx/",
"blank": false
},
"ocean-blue": {
"name": "Ocean Blue",
"url": "/projects/obs/ocean-blue/",
"blank": false
}
}
},
"voicefx": {
"name": "VoiceFX (for VST)",
"url": "/projects/voicefx/",
"blank": false
},
"obs-ocean-blue": {
"name": "Ocean Blue (for OBS Studio)",
"url": "/projects/obs/ocean-blue/",
"blank": false
},
"all": {
"name": "All Projects",
"url": "/projects/",
@@ -53,10 +58,20 @@
"url": "guides/obs/high-quality-recording/",
"blank": false
},
"streaming_nvenc": {
"name": "High Quality Streaming with NVENC (in OBS® Studio)",
"url": "guides/obs/high-quality-streaming-nvenc/",
"blank": false
"streaming": {
"name": "High Quality Streaming (in OBS® Studio)",
"entries": {
"streaming_nvenc": {
"name": "NVIDIA NVENC",
"url": "guides/obs/high-quality-streaming/nvenc/",
"blank": false
},
"streaming_qsv": {
"name": "Intel QSV",
"url": "guides/obs/high-quality-streaming/qsv/",
"blank": false
}
}
},
"lost_knowledge": {
"name": "Lost Knowledge & Secrets",