🔧H264 Encoder Showdown: Which one is the best?
This commit is contained in:
@@ -26,12 +26,22 @@ videos:
|
||||
- "640x360"
|
||||
bitrates: [10000, 8500, 6000, 3500]
|
||||
encoders:
|
||||
- name: "x264 veryfast"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/x264/veryfast/:video-:res-:ratek-x264.mp4"
|
||||
- name: "x264 medium"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/x264/:video-:res-:ratek-x264.mp4"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/x264/medium/:video-:res-:ratek-x264.mp4"
|
||||
- name: "AMD Vega H.264"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/amd-vega/:video-:res-:ratek-amf264.mp4"
|
||||
- name: "AMD Vega H.264 (HQ)"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/amd-vega-hq/:video-:res-:ratek-amf264.mp4"
|
||||
- name: "AMD Vega H.264 (HQ+MB)"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/amd-vega-hq+mb/:video-:res-:ratek-amf264.mp4"
|
||||
- name: "AMD RDNA2 H.264"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/amd-rdna2/:video-:res-:ratek-amf264.mp4"
|
||||
- name: "AMD RDNA2 H.264 (HQ)"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/amd-rdna2-hq/:video-:res-:ratek-amf264.mp4"
|
||||
- name: "AMD RDNA2 H.264 (HQ+MB)"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/amd-rdna2-hq+mb/:video-:res-:ratek-amf264.mp4"
|
||||
- name: "NVIDIA Ampere H.264"
|
||||
url: "https://cdn.xaymar.com/blog/2022/01/hes/nvidia-ampere/:video-:res-:ratek-nv264.mp4"
|
||||
# - name: "AMD Vega H.265"
|
||||
@@ -48,6 +58,8 @@ videos:
|
||||
|
||||
{% capture content %}So, as it is usual, I drank my coffee as my automated script did what I told it to do. Then I fixed the automated script to actually do what I thought it did, and repeated this charade twice more because it's obviously fun, and I definitely did not forget to put an "s" at the end of a variable reference - twice. Without any further interruptions, here are a few hundred video examples for your watching pleasure.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||
|
||||
{% capture content %}<b>Update 2022-01-11:</b> Added x264 veryfast files and newly discovered AMF settings that drastically improve performance.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||
|
||||
{% for video in page.videos.videos %}
|
||||
{% capture capture_video %}
|
||||
{% for bitrate in page.videos.bitrates %}
|
||||
@@ -86,7 +98,9 @@ videos:
|
||||
<li>x264 fast <sub>(Hidden)</sub><br>
|
||||
x264 faster <sub>(Hidden)</sub></li>
|
||||
<li>NVIDIA NVENC Pascal <sub>(Estimated from previous Test Run)</sub><br>
|
||||
x264 veryfast <sub>(Hidden)</sub></li>
|
||||
AMD AMF RDNA2 (HQ)
|
||||
x264 veryfast</li>
|
||||
<li>AMD AMF RDNA2 (HQ+MB)</li>
|
||||
<li>AMD AMF GCN3 and GCN3 <sub>(Estimated from previous Test Run)</sub></li>
|
||||
<li>x264 superfast <sub>(Hidden)</sub></li>
|
||||
<li>AMD AMF RDNA2</li>
|
||||
|
||||
Reference in New Issue
Block a user