We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab958d commit 8ad6290Copy full SHA for 8ad6290
apps/website/docs/getting-started/usage.md
@@ -64,7 +64,7 @@ function() {
64
}
65
```
66
67
-## Transcode avi to mp4 video (multi-thread)
+## Transcode webm to mp4 video (multi-thread)
68
69
:::caution
70
As SharedArrayBuffer is required for multithread version, make sure
@@ -348,7 +348,7 @@ function() {
348
? (
349
<>
350
<video ref={videoRef} controls></video><br/>
351
- <button onClick={transcode}>Transcode avi to mp4 with text</button>
+ <button onClick={transcode}>Transcode webm to mp4 with text</button>
352
<p ref={messageRef}></p>
353
<p>Open Developer Tools (Ctrl+Shift+I) to View Logs</p>
354
</>
0 commit comments