Use mp4 instead of webm format
This commit is contained in:
parent
a63e4b9816
commit
c4703c59c3
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
||||
*.avi filter=lfs diff=lfs merge=lfs -text
|
||||
*.webm filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
. !text !filter !merge !diff
|
||||
|
@ -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:
|
||||
|
BIN
apps/website/static/video/playground-how-to.mp4
Normal file
BIN
apps/website/static/video/playground-how-to.mp4
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user