Files
com.xaymar.www/_projects/obs/ffmpeg-encoder.html
T
Michael Fabian 'Xaymar' Dirks cc110038aa projects: Add FFmpeg Encoder
2022-03-07 13:05:42 +01:00

16 lines
1.0 KiB
HTML

---
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 %}