From 69e5a51c4b7b73bbb0f2e77ad0dbb6a7672db0e9 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 7 Mar 2022 12:42:46 +0100 Subject: [PATCH] projects: Add AMD Encoder --- _data/navigation.json | 11 ++++++++--- _projects/obs/amd-encoder.html | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 _projects/obs/amd-encoder.html diff --git a/_data/navigation.json b/_data/navigation.json index aab829e..4847276 100644 --- a/_data/navigation.json +++ b/_data/navigation.json @@ -26,15 +26,20 @@ "obs-studio": { "name": "OBS Studio", "entries": { - "streamfx": { - "name": "StreamFX", - "url": "/projects/obs/streamfx/", + "amd-encoder": { + "name": "AMD Encoder", + "url": "/projects/obs/amd-encoder/", "blank": false }, "ocean-blue": { "name": "Ocean Blue", "url": "/projects/obs/ocean-blue/", "blank": false + }, + "streamfx": { + "name": "StreamFX", + "url": "/projects/obs/streamfx/", + "blank": false } } }, diff --git a/_projects/obs/amd-encoder.html b/_projects/obs/amd-encoder.html new file mode 100644 index 0000000..4bf3fed --- /dev/null +++ b/_projects/obs/amd-encoder.html @@ -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 %} +
  • {% include inline/link.liquid url="https://github.com/obsproject/obs-amd-encoder" content="Source Code" %}
  • +
  • {% 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)" %}
  • +{% endcapture %}{% include blocks/list.liquid content=content %}