File tree Expand file tree Collapse file tree 1 file changed +30
-5
lines changed
blog/25-11-15/ffmpeg-in-the-browser Expand file tree Collapse file tree 1 file changed +30
-5
lines changed Original file line number Diff line number Diff line change 6060 var hdr ;
6161 var log ;
6262
63+ var vcdemo ;
64+ var vctldr ;
65+ var fwdemo ;
66+ var fwtldr ;
67+
68+
69+
6370
6471 //:
6572
7178 hdr = mod [ 'blog-hdr' ]
7279 log = mod . log ;
7380
81+ vcdemo = mod [ 'videoconverter-demo' ] ;
82+ vctldr = mod [ 'videoconverter-tldr' ] ;
83+ fwdemo = mod [ 'ffmpeg-wasm-demo' ] ;
84+ fwtldr = mod [ 'ffmpeg-wasm-tldr' ] ;
85+
7486 hdr . initmod ( { ext, $} ) ;
7587 log . initmod ( { ext, $} ) ;
88+ vcdemo . initmod ( { ext, $, menu, ace} ) ;
89+ vctldr . initmod ( { ext, $, menu, ace} ) ;
90+ fwdemo . initmod ( { ext, $, menu, ace} ) ;
91+ fwtldr . initmod ( { ext, $, menu, ace} ) ;
92+
7693
7794 await Promise . all ( [
7895 hdr . init ( ) ,
7996 log . init ( ) ,
97+ vcdemo . init ( ) ,
98+ vctldr . init ( ) ,
99+ fwdemo . init ( ) ,
100+ fwtldr . init ( ) ,
80101 ] ) ;
81102
82103
@@ -252,14 +273,13 @@ <h3>
252273 </ p >
253274
254275
255- <!-- snippet -- >
276+ < snippet-html-console id = videoconverter-demo component v2.0 src =' ex/videoconverter/demo.html ' > </ snippet-html-console >
256277
257278 < p >
258279 tl;dr
259280 </ p >
260281
261-
262- <!-- tldr -->
282+ < snippet-html-console id =videoconverter-tldr component v2.0 src ='ex/videoconverter/demo-tldr.html '> </ snippet-html-console >
263283
264284 </ section >
265285
@@ -308,13 +328,13 @@ <h3>
308328 </ a >
309329 < br >
310330
311- <!-- snippet -- >
331+ < snippet-html-console id = ffmpeg-wasm-demo component v2.0 src =' ex/ffmpeg-wasm/demo.html ' > </ snippet-html-console >
312332
313333 < p >
314334 tl;dr
315335 </ p >
316336
317- <!-- tldr -- >
337+ < snippet-console id = ffmpeg-wasm- tldr component v2.0 src =' ex/ffmpeg-wasm/demo-tldr.html ' > </ snippet-console >
318338
319339 </ section >
320340
@@ -378,6 +398,11 @@ <h3>
378398 hdr . initdom ( ) ;
379399 log . initdom ( ) ;
380400
401+ vcdemo . initdom ( ) ;
402+ vctldr . initdom ( ) ;
403+
404+ fwdemo . initdom ( ) ;
405+ fwtldr . initdom ( ) ;
381406
382407 } //initdom
383408
You can’t perform that action at this time.
0 commit comments