projects: Add AMD Encoder

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-07 12:42:46 +01:00
parent b13414824b
commit 69e5a51c4b
2 changed files with 24 additions and 3 deletions
+8 -3
View File
@@ -26,15 +26,20 @@
"obs-studio": { "obs-studio": {
"name": "OBS Studio", "name": "OBS Studio",
"entries": { "entries": {
"streamfx": { "amd-encoder": {
"name": "StreamFX", "name": "AMD Encoder",
"url": "/projects/obs/streamfx/", "url": "/projects/obs/amd-encoder/",
"blank": false "blank": false
}, },
"ocean-blue": { "ocean-blue": {
"name": "Ocean Blue", "name": "Ocean Blue",
"url": "/projects/obs/ocean-blue/", "url": "/projects/obs/ocean-blue/",
"blank": false "blank": false
},
"streamfx": {
"name": "StreamFX",
"url": "/projects/obs/streamfx/",
"blank": false
} }
} }
}, },
+16
View File
@@ -0,0 +1,16 @@
---
layout: default
title: "AMD AMF Encoder (for OBS® Studio)"
comments: false
date: "2022-03-07"
---
{% capture content %}The AMD Encoder plugin for OBS Studio enables AMD GPU owners to use their GPUs to encode H.264 and H.265 video directly. It leverages the AMF SDK (and in older versions a Media Codec SDK), which enables direct integration of AMDs video engine into other Software. At the peak of its lifetime, the AMD Encoder was integrated into OBS Studio and became part of its core toolset.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% capture content %}The project is now unmaintained and completely abandoned, after the de-facto only maintainer (me) left the project. This decision was made due to repeated disagreements with the OBS Project team and harassment from people affiliated with the OBS Project team.{% 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/obsproject/obs-amd-encoder" content="Source Code" %}</li>
<li>{% include inline/link.liquid url="https://web.archive.org/web/20200505213214/https://obsproject.com/forum/threads/amd-hardware-encoder-s.52305/" content="Project page on OBS Project (Archived)" %}</li>
{% endcapture %}{% include blocks/list.liquid content=content %}