mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-27 12:11:56 +00:00
Fix video
This commit is contained in:
parent
c50a1c5231
commit
4c92f6c2a4
|
@ -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
|
|||
<h4 style="text-align:center;">
|
||||
<b>Please consider supporting us on [Patreon](https://www.patreon.com/yuzuteam)!<br>
|
||||
If you would like to contribute to this project, check out our [GitHub](https://github.com/yuzu-emu/yuzu)!</b>
|
||||
</h4>
|
||||
</h4>
|
||||
|
|
Loading…
Reference in a new issue