We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89ba06 commit f620c64Copy full SHA for f620c64
utils/video/video-thumbnail-generator/video-thumbnail-generator.html
@@ -345,7 +345,8 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
345
346
347
gen.complete = function(blob,fn){
348
-
+
349
+ cur.status = false;
350
var url = window.URL.createObjectURL(thumbnail);
351
img.src = url;
352
@@ -393,6 +394,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
393
394
var get = url=>fetch(url).then(res=>res.blob());
395
396
var blob;
397
+ //delete window.parent['ffmpeg-wasm'];
398
if(window.parent['ffmpeg-wasm']){
399
disp('** ffmpeg-wasm **');
400
blob = window.parent['ffmpeg-wasm'];
0 commit comments