From 4c92f6c2a47a412aa1399c979fe1c0c1a79e1213 Mon Sep 17 00:00:00 2001 From: MysticExile <30736337+MysticExile@users.noreply.github.com> Date: Thu, 3 Dec 2020 03:16:24 +0100 Subject: [PATCH] Fix video --- site/content/entry/yuzu-mini-dev-3/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/entry/yuzu-mini-dev-3/index.md b/site/content/entry/yuzu-mini-dev-3/index.md index 189fa563..667f9c1b 100644 --- a/site/content/entry/yuzu-mini-dev-3/index.md +++ b/site/content/entry/yuzu-mini-dev-3/index.md @@ -68,7 +68,7 @@ The Switch GPU provided me with the frame data, but the headers needed to be man I found myself spending countless hours reading the VP9 specification, and analyzing the video frame-by-frame in a tool that displays each frame's headers. Ultimately, it paid off, and many VP9 videos are decoded accurately. {{< imgs - "./sbbu_2.mp4| Footage of Super Smash Bros. Ultimate's intro video early in development." + "./ssbu_2.mp4| Footage of Super Smash Bros. Ultimate's intro video early in development." >}} **Q: Quite the task I imagine. Why did you opt for the FFMpeg library instead of other alternatives?** @@ -99,4 +99,4 @@ We hope you all enjoyed it, and we will be back soon with another featured yuzu