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
0c6dc2d487
commit
a073755e9d
|
@ -67,7 +67,7 @@ In order to decode VP9, I needed the frame data along with a "compressed" and "u
|
||||||
The Switch GPU provided me with the frame data, but the headers needed to be manually constructed based on meta data provided by the GPU.
|
The Switch GPU provided me with the frame data, but the headers needed to be manually constructed based on meta data provided by the GPU.
|
||||||
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.
|
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.
|
||||||
|
|
||||||
<video width="1280" height="720" autoplay>
|
<video width="1280" height="720" controls>
|
||||||
<source src="./ssbu_2.mp4" type="video/mp4">
|
<source src="./ssbu_2.mp4" type="video/mp4">
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
|
|
Loading…
Reference in a new issue