16 lines
1022 B
HTML
16 lines
1022 B
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 %}
|