Skip to content

Commit bb536d6

Browse files
save file
1 parent 10ebd54 commit bb536d6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
});
9393
var time = Date.now()-start;
9494
var {data:output} = result[0];
95-
console.log(output);
95+
//console.log(output);
9696

9797
var cmd = `ffmpeg -nostdin -ss 00:00:03.00 -i output.mp4 -vframes 1 -vf scale=-1:50 output.jpg`;
9898
var args = cmd.split(' ').slice(1);

0 commit comments

Comments
 (0)