projects: Add FFmpeg Encoder

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-07 13:05:42 +01:00
parent 3da436bf7f
commit cc110038aa
3 changed files with 22 additions and 2 deletions
+6 -1
View File
@@ -27,10 +27,15 @@
"name": "OBS Studio",
"entries": {
"amd-encoder": {
"name": "AMD Encoder",
"name": "AMD Encoders",
"url": "/projects/obs/amd-encoder/",
"blank": false
},
"ffmpeg-encoder": {
"name": "FFmpeg Encoders",
"url": "/projects/obs/ffmpeg-encoder/",
"blank": false
},
"ocean-blue": {
"name": "Ocean Blue",
"url": "/projects/obs/ocean-blue/",
+1 -1
View File
@@ -1,6 +1,6 @@
---
layout: default
title: "AMD AMF Encoder (for OBS® Studio)"
title: "AMD AMF Encoders (for OBS® Studio)"
comments: false
date: "2022-03-07"
---
+15
View File
@@ -0,0 +1,15 @@
---
layout: default
title: "FFmpeg Encoders (for OBS® Studio)"
comments: false
date: "2022-03-07"
---
{% capture content %}FFmpeg Encoders (for OBS® Studio) enabled the use of FFmpeg encoders directly in OBS Studio. As the code base had massive overlaps with StreamFX's code, it was merged into StreamFX and is now a core feature of it.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="Further Links" float="clear" %}
{% capture content %}
<li>{% include inline/link.liquid url="https://github.com/xaymar/obs-ffmpeg-encoder" content="Source Code" %}</li>
<li>{% include inline/link.liquid url="https://obsproject.com/forum/threads/ffmpeg-encoders-for-obs-studio.108253/" content="Project thread on OBS Project" %}</li>
<li>{% include inline/link.liquid url="https://obsproject.com/forum/resources/ffmpeg-encoders-for-obs-studio.826/" content="Resource on OBS Project (Archived)" %}</li>
{% endcapture %}{% include blocks/list.liquid content=content %}