Fix video

This commit is contained in:
MysticExile 2020-12-03 03:16:24 +01:00 committed by GitHub
parent c50a1c5231
commit 4c92f6c2a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?**