Skip to content

Commit 9ee0e74

Browse files
authored
Editor: Replace FFmpeg with WebCodecs for video rendering. (#32728)
1 parent 20417c3 commit 9ee0e74

File tree

3 files changed

+327
-73
lines changed

3 files changed

+327
-73
lines changed

editor/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
<script src="js/libs/esprima.js"></script>
3737
<script src="js/libs/jsonlint.js"></script>
3838

39-
<script src="https://cdn.jsdelivr.net/npm/@ffmpeg/ffmpeg@0.11.6/dist/ffmpeg.min.js"></script>
40-
4139
<link rel="stylesheet" href="js/libs/codemirror/addon/dialog.css">
4240
<link rel="stylesheet" href="js/libs/codemirror/addon/show-hint.css">
4341
<link rel="stylesheet" href="js/libs/codemirror/addon/tern.css">

0 commit comments

Comments
 (0)