Skip to content

Commit 935fd21

Browse files
save file
1 parent f1a81ff commit 935fd21

File tree

1 file changed

+1
-0
lines changed
  • blog/25-11-15/ffmpeg-in-the-browser/ex/mp4box

1 file changed

+1
-0
lines changed

blog/25-11-15/ffmpeg-in-the-browser/ex/mp4box/ex.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
input.onchange = async e=>{
88

99
var buf = await input.files[0].arrayBuffer();
10+
1011
buf.fileStart = 0;
1112
var mp4 = MP4Box.createFile();
1213
mp4.onReady = diplsay;

0 commit comments

Comments
 (0)