Skip to content

Commit ea1f860

Browse files
save file
1 parent 5073eb8 commit ea1f860

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/video/video-thumbnail-generator/video-thumbnail-generator.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
468468

469469

470470
gen.png = async function(w,h,secs){
471-
console.log(w,h,secs);
471+
//console.log(w,h,secs);
472472
var fn = cur.file.filename;
473473
var fn2 = fn.split('.')[0];
474474
var thumb = fn2+`-${w}x${h}-${secs}s.png`;
@@ -528,6 +528,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
528528
results.append(nitem);
529529
chk.add(results,`#${id}`);
530530
list[id] = blob;
531+
console.log(id);
531532

532533
function onload(){
533534

@@ -546,6 +547,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
546547
function source(){
547548

548549
var id = chk.read();
550+
console.log(id);
549551
var blob = list[id];
550552
return blob;
551553

0 commit comments

Comments
 (0)