Files
com.xaymar.www/_posts/2020/2020-06-23-the-art-of-encoding-with-nvidia-turing-nvenc.html
T
2023-04-04 04:11:26 +02:00

1249 lines
48 KiB
HTML

---
title: The Art of encoding with NVIDIA NVENC
category: Blog
tags: [Tutorial, NVENC, NVIDIA, OBS Studio]
---
<p class="block">Streaming with more than one PC has been the leader in H.264 encoding for years, but NVIDIAs Turing and
Ampere generation has put a significant dent into that lead. The new generation of GPUs with the brand new encoder
brought comparable quality x264 medium - if you can find a GPU that is. Let's take a look at what's needed to set up
your stream for massively improved quality.</p><!--more-->
<p class="block align-center"><br><strong>The guide has been updated for:</strong><br>StreamFX v0.11 and OBS Studio 27.0
</p>
<h1 class="block">Setting up NVENC (for Streaming)</h1>
<p class="block">Modern OBS Studio has two ways to achieve the expected quality: the built-in <em>NVENC H.264 (new)</em>
and the addition from <a rel="noreferrer noopener" href="https://github.com/Xaymar/obs-StreamFX/wiki"
data-type="URL" data-id="https://github.com/Xaymar/obs-StreamFX/wiki" target="_blank">StreamFX</a> called <em><a
rel="noreferrer noopener" href="https://github.com/Xaymar/obs-StreamFX/wiki/Encoder-FFmpeg-NVENC"
data-type="URL" data-id="https://github.com/Xaymar/obs-StreamFX/wiki/Encoder-FFmpeg-NVENC"
target="_blank">NVIDIA NVENC H.264/AVC (via FFmpeg)</a></em>. Both Options can achieve similar quality to
x264 medium, but the latter is able to exceed that and rival x264 medium/slow in various situations. Whichever you
pick, both of them support zero-copy encoding, and they're both valid options for streaming.</p>
<h3 class="block">Built-In: OBS Studio NVENC H.264 (new)</h3>
<!-- wp:image {"align":"right","id":2204,"width":128,"height":128,"sizeSlug":"thumbnail","linkDestination":"media"} -->
<div class="wp-block-image">
<figure class="alignright size-thumbnail is-resized"><a
href="https://blog.xaymar.com/wp-content/uploads/2021/04/obs64_qDmeL8SVgE.png"><img
src="https://blog.xaymar.com/wp-content/uploads/2021/04/obs64_qDmeL8SVgE-128x128.png" alt=""
class="wp-image-2204" width="128" height="128" /></a>
<figcaption>Image reference for Turing/Ampere</figcaption>
</figure>
</div>
<!-- /wp:image -->
<p class="block">The built-in NVENC option in OBS Studio is by far the simplest option and will give you almost
identical quality on Maxwell, Pascal, Turing and Ampere, though Turing and Ampere will make use of the new
improvements of the NVENC chip. Maxwell and Pascal users can expect to reach x264 veryfast/faster-like quality,
while Turing and Ampere users can expect to hit fast/medium-like quality. Below are the settings you need to set:
</p>
<figure class="block block-table">
<table>
<thead>
<tr>
<th>Option</th>
<th>Maxwell/Pascal</th>
<th>Turing/Ampere</th>
</tr>
</thead>
<tbody>
<tr>
<td>Preset</td>
<td>Quality</td>
<td>Max Quality or Quality</td>
</tr>
<tr>
<td>Profile</td>
<td>high</td>
<td>high</td>
</tr>
<tr>
<td>Look-ahead</td>
<td>Enabled/Checked</td>
<td>Enabled/Checked</td>
</tr>
<tr>
<td>Psycho Visual Tuning</td>
<td>Enabled/Checked</td>
<td>Enabled/Checked</td>
</tr>
<tr>
<td>Max B-Frames</td>
<td>1 or 2</td>
<td>3 or 4</td>
</tr>
</tbody>
</table>
<figcaption>Best Built-in NVENC settings</figcaption>
</figure>
<h3 class="block">StreamFX: NVIDIA NVENC H.264/AVC (via FFmpeg)</h3>
<!-- wp:image {"align":"right","id":2210,"sizeSlug":"thumbnail","linkDestination":"media"} -->
<div class="wp-block-image">
<figure class="alignright size-thumbnail"><a
href="https://blog.xaymar.com/wp-content/uploads/2021/04/obs64_GIKxqNQRNW.png"><img
src="https://blog.xaymar.com/wp-content/uploads/2021/04/obs64_GIKxqNQRNW-128x128.png" alt=""
class="wp-image-2210" /></a>
<figcaption>Image reference for Turing/Ampere</figcaption>
</figure>
</div>
<!-- /wp:image -->
<p class="block">If you're new to StreamFX's NVENC integration, it will most likely overwhelm you with the settings it
offers. But thanks to all those settings, you can actually go above the default quality by quite a significant
amount. Note that I will only cover critical settings, as other settings like Bitrate, Buffer Size and Key Frame
Interval are explained elsewhere. </p>
<figure class="block block-table">
<table>
<thead>
<tr>
<th>Option</th>
<th>Kepler, Maxwell &amp; Pascal</th>
<th>Volta, Turing &amp; Ampere</th>
</tr>
</thead>
<tbody>
<tr>
<td>Preset</td>
<td>High Quality</td>
<td>High Quality</td>
</tr>
<tr>
<td><strong>H264</strong></td>
<td></td>
<td></td>
</tr>
<tr>
<td>► Profile</td>
<td>High</td>
<td>High</td>
</tr>
<tr>
<td>► Level</td>
<td>Automatic</td>
<td>Automatic</td>
</tr>
<tr>
<td><strong>Rate Control Options</strong></td>
<td></td>
<td></td>
</tr>
<tr>
<td>► Mode</td>
<td>High Quality<br>Constant Bitrate</td>
<td>High Quality<br>Constant Bitrate</td>
</tr>
<tr>
<td>► Two Pass</td>
<td>Disabled</td>
<td>Enabled</td>
</tr>
<tr>
<td>► Look Ahead</td>
<td>8 - 12</td>
<td>16 - 32</td>
</tr>
<tr>
<td>► Adaptive I-Frames</td>
<td>Enabled</td>
<td>Enabled</td>
</tr>
<tr>
<td>► Adaptive B-Frames</td>
<td>Enabled</td>
<td>Enabled</td>
</tr>
<tr>
<td><strong>Adaptive Quantization</strong></td>
<td></td>
<td></td>
</tr>
<tr>
<td>► Spatial (AQ)</td>
<td>Enabled</td>
<td>Enabled</td>
</tr>
<tr>
<td>► Spatial (AQ) Strength</td>
<td>&lt;Any&gt;</td>
<td>&lt;Any&gt;</td>
</tr>
<tr>
<td>► Temporal (AQ)</td>
<td>Enabled</td>
<td>Enabled</td>
</tr>
<tr>
<td><strong>Other Options</strong></td>
<td></td>
<td></td>
</tr>
<tr>
<td>► Maximum B-Frames</td>
<td>1 or 2</td>
<td>3 or 4</td>
</tr>
<tr>
<td>► B-Frame References</td>
<td>"middle"</td>
<td>"middle"</td>
</tr>
<tr>
<td>► Zero Latency</td>
<td>Disabled</td>
<td>Disabled</td>
</tr>
<tr>
<td>► Weighted Prediction</td>
<td>Disabled</td>
<td>Disabled</td>
</tr>
<tr>
<td>► Non-reference P-Frames</td>
<td>Enabled</td>
<td>Enabled</td>
</tr>
<tr>
<td>► Reference Frames</td>
<td>-1 (Automatic)</td>
<td>-1 (Automatic)</td>
</tr>
<tr>
<td><strong>FFmpeg Options</strong> (Optional)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>► Custom Settings</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<figcaption>Ideal NVENC Settings for StreamFX's NVENC</figcaption>
</figure>
<p class="block">For certain platforms it may be necessary to turn off Adaptive I-Frames due to how their internal
processing works, such as Twitch. This has a drastic quality impact and should only be done if you rely on that
platform alone to reach your audience.</p>
<h1 class="block">Setting up Resolution and Framerate to match the Bitrate</h1>
<p class="block">It is no secret than H.264/AVC is an outdated codec and that platforms should have paved the way for
better codecs a long time ago, but it is the solution that we are stuck with until AV1 is adopted by the masses. So
in order to get the best quality out of our stream, we should aim to also set up our stream according to the bitrate
and codec we use. Below is the average result of a few hundred thousand tests at various resolutions and bitrates,
according to PSNR and VMAF (weighted PSNR 30:70 VMAF):</p>
<figure class="block block-table">
<table>
<thead>
<tr>
<th class="has-text-align-right" data-align="right">Resolution</th>
<th class="has-text-align-center" data-align="center">3.5mbit<br>30 FPS</th>
<th class="has-text-align-center" data-align="center">3.5mbit<br>60 FPS</th>
<th class="has-text-align-center" data-align="center">6.0mbit<br>30 FPS</th>
<th class="has-text-align-center" data-align="center">6.0mbit<br>60 FPS</th>
<th class="has-text-align-center" data-align="center">8.5mbit<br>30 FPS</th>
<th class="has-text-align-center" data-align="center">8.5mbit<br>60 FPS</th>
</tr>
</thead>
<tbody>
<tr>
<td class="has-text-align-right" data-align="right">640x360</td>
<td class="has-text-align-center" data-align="center">6</td>
<td class="has-text-align-center" data-align="center">6</td>
<td class="has-text-align-center" data-align="center">8</td>
<td class="has-text-align-center" data-align="center">7</td>
<td class="has-text-align-center" data-align="center">9</td>
<td class="has-text-align-center" data-align="center">8</td>
</tr>
<tr>
<td class="has-text-align-right" data-align="right">960x540</td>
<td class="has-text-align-center" data-align="center">5</td>
<td class="has-text-align-center" data-align="center">4</td>
<td class="has-text-align-center" data-align="center">6</td>
<td class="has-text-align-center" data-align="center">5</td>
<td class="has-text-align-center" data-align="center">7</td>
<td class="has-text-align-center" data-align="center">7</td>
</tr>
<tr>
<td class="has-text-align-right" data-align="right">1280x720</td>
<td class="has-text-align-center" data-align="center">4</td>
<td class="has-text-align-center" data-align="center">3</td>
<td class="has-text-align-center" data-align="center">4</td>
<td class="has-text-align-center" data-align="center">3</td>
<td class="has-text-align-center" data-align="center">5</td>
<td class="has-text-align-center" data-align="center">4</td>
</tr>
<tr>
<td class="has-text-align-right" data-align="right">1536x864</td>
<td class="has-text-align-center" data-align="center">3</td>
<td class="has-text-align-center" data-align="center">2</td>
<td class="has-text-align-center" data-align="center">4</td>
<td class="has-text-align-center" data-align="center">3</td>
<td class="has-text-align-center" data-align="center">4</td>
<td class="has-text-align-center" data-align="center">4</td>
</tr>
<tr>
<td class="has-text-align-right" data-align="right">1600x900</td>
<td class="has-text-align-center" data-align="center">3</td>
<td class="has-text-align-center" data-align="center">2</td>
<td class="has-text-align-center" data-align="center">3</td>
<td class="has-text-align-center" data-align="center">2</td>
<td class="has-text-align-center" data-align="center">4</td>
<td class="has-text-align-center" data-align="center">3</td>
</tr>
<tr>
<td class="has-text-align-right" data-align="right">1920x1080</td>
<td class="has-text-align-center" data-align="center">2</td>
<td class="has-text-align-center" data-align="center">1</td>
<td class="has-text-align-center" data-align="center">2</td>
<td class="has-text-align-center" data-align="center">2</td>
<td class="has-text-align-center" data-align="center">3</td>
<td class="has-text-align-center" data-align="center">3</td>
</tr>
</tbody>
</table>
<figcaption>Rating from 1 to 10 based on VMAF and PSNR, weighted towards producing useful ranges. Tests performed
with x264 slow.<br>A 10 is perfect, 9 is near lossless, 8 is indistinguishable, 7 is high quality, 5 is
acceptable quality and 3 is watchable.</figcaption>
</figure>
<p class="block">Please note that watchable in video encoding means that you can decode information within it with
reasonable accuracy, instead of it having turned to full garbage. Higher resolutions than 1920x1080 were omitted
from the table as the rows would be filled with values between 0 and 1, which just are not very useful to us.</p>
<p class="block">This means that at 3.5mbit, the highest resolution and framerate for a variety streamer is 1280x720 at
30 FPS, or 960x540 at 60 FPS. The equation shifts slightly for 6.0mbit, where you can either go for 1536x864 at 30
FPS or 1280x720 at 60 FPS. Finally at 8.5mbit you are looking at a maximum resolution and framerate of 1920x1080 at
30 FPS or 1536x864 at 60 FPS.</p>
<h2 class="block">Final Words</h2>
<p class="block">In the past few years NVIDIA has made massive improvements to their encoder, which has evened the
playing field far beyond what was expected. With no need to transfer frames from the GPU to the CPU, and quality
comparable to x264 medium (or better), NVIDIAs Turing NVENC is pushing the boundaries of what is possible in a
single consumer PC.</p>
<p class="block">Whether you use it or not is entirely up to you however. If you already have a working Dual-PC setup
that can achieve x264 medium (or better) quality, then you don't gain much from moving to Turing NVENC. But if
you're currently stuck on anything below x264 medium, or have a Turing GPU ready to test it out - why not give it a
shot?</p>
<h1 class="block" id="examples">Video Examples</h1>
<!-- wp:group -->
<div class="wp-block-group"><!-- wp:heading -->
<h2>ARMA 3 "Walk through the Jungle" #002</h2>
<!-- /wp:heading -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">x264 slow</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2258} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.x264-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2259} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.x264-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2260} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.x264-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2261} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.x264-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2262} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.x264-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">OBS Studio 27.x</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2263} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.obsnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2264} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.obsnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2265} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.obsnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2266} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.obsnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2267} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.obsnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">StreamFX v0.10</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2268} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.sfxnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2269} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.sfxnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2270} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.sfxnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2271} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.obsnvenc-6000-0540-1.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2272} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.sfxnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">FFmpeg 4.4</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2273} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.newnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2274} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.newnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2275} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.newnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2276} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.newnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2277} -->
<figure class="wp-block-video"><video controls preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/arma_3-002.newnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
</div>
<!-- /wp:columns -->
</div>
<!-- /wp:group -->
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
<!-- wp:group -->
<div class="wp-block-group"><!-- wp:heading -->
<h2>Black Mesa #001</h2>
<!-- /wp:heading -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">x264 slow</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2280} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.x264-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2281} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.x264-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2282} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.x264-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2283} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.x264-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2284} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.x264-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">OBS Studio 27.x</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2285} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.obsnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2286} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.obsnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2287} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.obsnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2288} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.obsnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2289} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.obsnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">StreamFX v0.10</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2290} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.sfxnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2291} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.sfxnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2292} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.sfxnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2293} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.sfxnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2294} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.sfxnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">FFmpeg 4.4</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2295} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.newnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2296} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.newnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2297} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.newnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2298} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.newnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2299} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/black_mesa-001.newnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
</div>
<!-- /wp:columns -->
</div>
<!-- /wp:group -->
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
<!-- wp:group -->
<div class="wp-block-group"><!-- wp:heading -->
<h2>Call of Duty Modern Warframe TDM Broadcast</h2>
<!-- /wp:heading -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">x264 slow</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2238} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.x264-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2239} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.x264-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2240} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.x264-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2241} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.x264-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2242} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.x264-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">OBS Studio 27.x</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2243} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.obsnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2245} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.obsnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2244} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.obsnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2246} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.obsnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2247} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.obsnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">StreamFX v0.10</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2248} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.sfxnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2250} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.sfxnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2249} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.sfxnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2252} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.sfxnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2251} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.sfxnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">FFmpeg 4.4</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2254} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.newnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2253} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.newnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2255} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.newnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2256} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.newnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2257} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/call_of_duty_modern_warfare-tdm_broadcast-001.newnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
</div>
<!-- /wp:columns -->
</div>
<!-- /wp:group -->
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
<!-- wp:group -->
<div class="wp-block-group"><!-- wp:heading -->
<h2>Forza Horizon 4 #002</h2>
<!-- /wp:heading -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">x264 slow</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2304} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.x264-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2306} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.x264-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2305} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.x264-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2307} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.x264-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2308} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.x264-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">OBS Studio 27.x</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2310} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.obsnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2311} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.obsnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2314} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.obsnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2312} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.obsnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2313} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.obsnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">StreamFX v0.10</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2316} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.sfxnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2315} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.sfxnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2317} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.sfxnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2319} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.sfxnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2318} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.sfxnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">FFmpeg 4.4</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2320} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.newnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2321} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.newnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2322} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.newnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2323} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.newnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2324} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/forza_4_horizon-002.newnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
</div>
<!-- /wp:columns -->
</div>
<!-- /wp:group -->
<!-- wp:nextpage -->
<!--nextpage-->
<!-- /wp:nextpage -->
<!-- wp:group -->
<div class="wp-block-group"><!-- wp:heading -->
<h2>GRIP Combat Racing #007 (at 60 FPS)</h2>
<!-- /wp:heading -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">x264 slow</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2216} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.x264-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2217} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.x264-8500-0720.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2218} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.x264-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2219} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.x264-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2220} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.x264-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">OBS Studio 27.x</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2221} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.obsnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2222} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.obsnvenc-6000-1080.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2223} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.obsnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2224} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.obsnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2225} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.obsnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">StreamFX v0.10</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2226} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.sfxnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2228} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.sfxnvenc-8500-0720.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2229} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.sfxnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2231} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.obsnvenc-6000-0540-1.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2232} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.sfxnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="has-text-align-center">FFmpeg 4.4</h4>
<!-- /wp:heading -->
<!-- wp:video {"id":2233} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.newnvenc-8500-1080.mp4"></video>
<figcaption>1920x1080x60 at 8.5mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2234} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.newnvenc-8500-0720.mp4"></video>
<figcaption>1920x1080x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2237} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.newnvenc-6000-0720.mp4"></video>
<figcaption>1280x720x60 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2236} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.newnvenc-6000-0540.mp4"></video>
<figcaption>960x540 at 6.0mbit</figcaption>
</figure>
<!-- /wp:video -->
<!-- wp:video {"id":2235} -->
<figure class="wp-block-video"><video controls muted preload="none"
src="https://blog.xaymar.com/wp-content/uploads/2021/04/grip_combat_racing-007.newnvenc-3500-0360.mp4"></video>
<figcaption>640x360 at 3.5mbit</figcaption>
</figure>
<!-- /wp:video -->
</div>
<!-- /wp:column -->
</div>
<!-- /wp:columns -->
</div>
<!-- /wp:group -->