This commit is contained in:
sim1222 2022-01-28 03:12:00 +09:00
parent da6951fab5
commit 7cd8f2f1c7

View File

@ -42,7 +42,7 @@ function select(src: any, label: string | null, multiple: boolean): Promise<Driv
os.toast('Start await beffile');
//ここでストップ
console.log('Start await beffile');
const befFile = await readFromBlobOrFile(input.files[0]);
const befFile = new Uint8Array(await readFromBlobOrFile(input.files[0]));
os.toast('Loading FFmpeg.wasm');
console.log('Loading FFmpeg.wasm');