Use mp4 instead of webm format

This commit is contained in:
Jerome Wu
2023-08-05 13:55:10 +08:00
parent a63e4b9816
commit c4703c59c3
4 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ ffmpeg.wasm fundamentals.
Demo Video:
<video width="100%" controls>
<source src="/video/playground-how-to.webm" type="video/webm" />
<source src="/video/playground-how-to.mp4" type="video/mp4" />
</video>
A typical flow to use ffmpeg.wasm is: