Fix video

This commit is contained in:
MysticExile 2020-12-04 02:00:35 +01:00 committed by GitHub
parent 0c6dc2d487
commit a073755e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
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">
Your browser does not support the video tag.
</video>