-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
621 lines (549 loc) · 25.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>VirtualFilmStudio</title>
<link rel="icon" href="https://virtualfilmstudio.github.io/src/imgs/logo.png" />
<link rel="stylesheet" href="fontawesome-5.5/css/all.min.css" />
<link rel="stylesheet" href="css/fontawesome.css" />
<link rel="stylesheet" href="slick/slick.css">
<link rel="stylesheet" href="slick/slick-theme.css">
<link rel="stylesheet" href="magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/tooplate-infinite-loop.css" />
<!--
Tooplate 2117 Infinite Loop
https://www.tooplate.com/view/2117-infinite-loop
-->
</head>
<body>
<!-- Hero section -->
<section id="infinite" class="text-white tm-font-big tm-parallax">
<!-- Navigation -->
<nav class="navbar navbar-expand-md tm-navbar" id="tmNav">
<div class="container">
<div class="tm-next">
<a href="#infinite" class="navbar-brand">VirtualFilmStudio</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars navbar-toggler-icon"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#infinite">Home</a>
</li>
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#goal">Goal</a>
</li>
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#vds">VDS</a>
</li>
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#cinetransfer">CineTransfer</a>
</li>
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#multicam">MultiCam</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="text-center tm-hero-text-container">
<div class="tm-hero-text-container-inner">
<h2 class="tm-hero-title">VirtualFilmStudio</h2>
<p class="tm-hero-subtitle">
Intelligent Cinematography
<br>Everyone can be a Director
</p>
</div>
</div>
<div class="tm-next tm-intro-next">
<a href="#goal" class="text-center tm-down-arrow-link">
<i class="fas fa-2x fa-arrow-down tm-down-arrow"></i>
</a>
</div>
</section>
<section id="goal" class="tm-section-pad-top">
<div class="container">
<div class="row tm-content-box"><!-- first row -->
<div class="col-lg-12 col-xl-12">
<div class="tm-intro-text-container">
<h2 class="tm-text-primary mb-4 tm-section-title">Our Goals</h2>
<p class="mb-4 tm-intro-text">
<strong> VirtualFilmStudio</strong> is dedicated to content creation specifically for the film industry, aiming to leverage artificial intelligence technology to enhance production efficiency across all aspects of film production. We firmly believe that the responsible and effective utilization of artificial intelligence technology will empower film practitioners to create superior artistic works, supporting them in their creative endeavors</a>.</p>
</div>
</div>
</div><!-- first row -->
<div class="row tm-content-box"><!-- second row -->
<div class="col-lg-1">
<i class="fas fa-3x fa-arrows-alt text-center tm-icon"></i>
</div>
<div class="col-lg-5">
<div class="tm-intro-text-container">
<h2 class="tm-text-primary mb-4">Mise-en-scène Inversion</h2>
<p class="mb-4 tm-intro-text">
Extract various visual elements from existing video footage,
including stage design, lighting and the arrangement of actors in scenes.</p>
</div>
</div>
<div class="col-lg-1">
<i class="fas fa-3x fa-camera text-center tm-icon"></i>
</div>
<div class="col-lg-5">
<div class="tm-intro-text-container">
<h2 class="tm-text-primary mb-4">Controllable Planning</h2>
<p class="mb-4 tm-intro-text">
Assist creators in planning scripts and formulating the shooting plan,
enabling efficient decision-making processes in film production.</p>
</div>
</div>
</div><!-- second row -->
<div class="row tm-content-box"><!-- third row -->
<div class="col-lg-1">
<i class="fas fa-3x fa-film text-center tm-icon"></i>
</div>
<div class="col-lg-5">
<div class="tm-intro-text-container">
<h2 class="tm-text-primary mb-4">Cinematic Style Transfer</h2>
<p class="mb-4 tm-intro-text">
Pay homage to the masters of film by replicating their iconic shots with distinct content, thereby showcasing our reverence for their artistic contributions.</p>
<!-- <div class="tm-continue">
<a href="#testimonials" class="tm-intro-text tm-btn-primary">Learn More</a>
</div> -->
</div>
</div>
<div class="col-lg-1">
<i class="fas fa-3x fa-wrench text-center tm-icon"></i>
</div>
<div class="col-lg-5">
<div class="tm-intro-text-container">
<h2 class="tm-text-primary mb-4">Simple Interactive Tools</h2>
<p class="mb-4 tm-intro-text">
Develop user-friendly tools that seamlessly integrate into existing workflows across various platforms to facilitate the content creation process.</p>
<!-- <div class="tm-continue">
<a href="#testimonials" class="tm-intro-text tm-btn-primary">Details</a>
</div> -->
</div>
</div>
</div><!-- third row -->
</div>
</section>
<section id="vds" class="tm-section-pad-top tm-parallax-2">
<div class="container tm-testimonials-content">
<div class="row">
<div class="col-lg-12 tm-content-box">
<h2 class="text-white text-center mb-4 tm-section-title"> Virtual Dynamic Storyboard </h2>
<p class="mx-auto tm-section-desc text-center">
Virtual Dynamic Storyboard (VDS) allows users storyboarding shots in virtual environments, where the filming staffs can easily test the settings of shots before the actual filming.
</p>
<div class="mx-auto tm-gallery-container tm-gallery-container-2">
</div>
</div>
</div>
</div>
<div class="tm-bg-overlay"></div>
</section>
<section id="gallery" class="tm-section-pad-top">
<div class="container tm-container-gallery">
<div class="row">
<div class="text-center col-12">
<div class="row" style="margin-top: 1em">
<div class="col-sm-4">
<div class="bold" style="text-align: right; line-height: 1.2em; font-size: 0.8em; margin-bottom: 1em;">
<div class="font-courier bold">[Story Script] </div>
<div class="font-georgia">
<span class="green-highlight">Jane and Jack</span>
<span class="yellow-highlight">are arguing</span>
<span class="red-highlight">in living room</span>.
</div>
<div class="font-courier bold" style="margin-top: 1em">[Camera Script] </div>
<div class="font-georgia">
<span class="green-highlight">Arc</span>
<span class="yellow-highlight">Medium</span>
<span class="red-highlight">High-angle</span>.
</div>
</div>
</div>
<div class="col-sm">
<video id="v11" width="100%" autoplay muted loop>
<source src="https://virtualfilmstudio.github.io/src/videos/omni_demo.mp4" type="video/mp4" />
</video>
</div>
<div class="col-sm-1"></div>
</div>
<!-- method overview & teaser -->
<div class="row" style="margin-top: 1em;" id="method">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<p class="mx-auto tm-section-desc-long text-justify">
Virtual Dynamic Storyboard runs on a “propose-simulate-discriminate” mode: given a formatted story script and a camera script as input, it generates several character animation and camera movement proposals following predefined story and cinematic rules⚡️.
</p>
</div>
<div class="col-sm"></div>
</div>
<div class="row" style="margin-top: 1em">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<img class="" width="90%" src="https://virtualfilmstudio.github.io/src/imgs/teaser.png" />
</div>
<div class="col-sm"></div>
</div>
<div class="tm-continue">
<a href="https://virtualfilmstudio.github.io/projects/vds" class="tm-intro-text tm-btn-primary">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<section id="cinetransfer" class="tm-section-pad-top tm-parallax-2">
<div class="container tm-testimonials-content">
<div class="row">
<div class="col-lg-12 tm-content-box">
<h2 class="text-white text-center mb-4 tm-section-title"> ScriptViz </h2>
<p class="mx-auto tm-section-desc text-center">
A Visualization Tool to Aid Scriptwriting based on a Large Movie Database.
</p>
<div class="mx-auto tm-gallery-container tm-gallery-container-2">
</div>
</div>
</div>
</div>
<div class="tm-bg-overlay"></div>
</section>
<section id="gallery" class="tm-section-pad-top">
<div class="container tm-container-gallery">
<div class="row">
<div class="text-center col-12">
<div class="row" style="margin-top: 0em">
<div class="col-sm-2">
</div>
<div class="col-sm">
<video id="v11" width="100%" autoplay muted loop>
<source src="https://virtualfilmstudio.github.io/src_scriptviz/videos/preview_interface.mp4" type="video/mp4" />
</video>
</div>
<div class="col-sm-2"></div>
</div>
<!-- method overview & teaser -->
<div class="row" style="margin-top: 0.5em;" id="method">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<p class="mx-auto tm-section-desc-long text-justify">
A screenwriter types in a script and selects their story’s fixed and variable attributes. ScriptViz retrieves sequences for the input script. The screenwriter iterates on the script based on the proposed sequences.
The visualization helps to enrich the details of the existing dialogue and write the unfinished dialogue.
</p>
</div>
<div class="col-sm"></div>
</div>
<div class="row" style="margin-top: 0em">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<img class="" width="90%" src="https://virtualfilmstudio.github.io/projects/scriptviz/img/pipeline.jpg" />
</div>
<div class="col-sm-1"></div>
</div>
<div class="tm-continue" style="margin-top: 1em">
<a href="https://virtualfilmstudio.github.io/projects/scriptviz" class="tm-intro-text tm-btn-primary">Learn More</a>
</div>
</div>
</div>
</section>
<section id="cinetransfer" class="tm-section-pad-top tm-parallax-2">
<div class="container tm-testimonials-content">
<div class="row">
<div class="col-lg-12 tm-content-box">
<h2 class="text-white text-center mb-4 tm-section-title"> CineTransfer </h2>
<p class="mx-auto tm-section-desc text-center">
Cinematic Behavior Transfer via NeRF-based Differentiable Filming.
</p>
<div class="mx-auto tm-gallery-container tm-gallery-container-2">
</div>
</div>
</div>
</div>
<div class="tm-bg-overlay"></div>
</section>
<section id="gallery" class="tm-section-pad-top">
<div class="container tm-container-gallery">
<div class="row">
<div class="text-center col-12">
<div class="row" style="margin-top: 1em">
<div class="col-sm-2">
</div>
<div class="col-sm">
<video id="v11" width="100%" autoplay muted loop>
<source src="https://virtualfilmstudio.github.io/src_cinetransfer/videos/lalaland-merge.mp4" type="video/mp4" />
</video>
</div>
<div class="col-sm-2"></div>
</div>
<!-- method overview & teaser -->
<div class="row" style="margin-top: 1em;" id="method">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<p class="mx-auto tm-section-desc-long text-justify">
Given a film shot, a series of visual continuous frames, containing complex camera movement and character motion, we present an approach that estimates the camera trajectory and character motion in a coherent global space. The extracted camera and characters' behavior can be applied to new 2D/3D content through our cinematic transfer pipeline. The 2D cinematic transfer replicates character motion, camera movement, and background with new characters.The 3D cinematic transfer result is similar to 2D results, but have more freedom than 2D, such as changing the lighting and environment.
</p>
</div>
<div class="col-sm"></div>
</div>
<div class="row" style="margin-top: -2em">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<img class="" width="90%" src="https://virtualfilmstudio.github.io/src_cinetransfer/images/teaser2.png" />
</div>
<div class="col-sm-1"></div>
</div>
<div class="tm-continue" style="margin-top: 1em">
<a href="https://virtualfilmstudio.github.io/projects/cinetransfer" class="tm-intro-text tm-btn-primary">Learn More</a>
</div>
<!-- <h2 class="tm-text-primary tm-section-title mb-4">Gallery</h2>
<p class="mx-auto tm-section-desc">
Praesent sed pharetra lorem, blandit convallis mi. Aenean ornare elit ac metus lacinia, sed iaculis nibh semper. Pellentesque est urna, lobortis eu arcu a, aliquet tristique urna.
</p> -->
</div>
</div>
</div>
</section>
<section id="multicam" class="tm-section-pad-top tm-parallax-2">
<div class="container tm-testimonials-content">
<div class="row">
<div class="col-lg-12 tm-content-box">
<h2 class="text-white text-center mb-4 tm-section-title"> Multi-Camera Editing</h2>
<p class="mx-auto tm-section-desc text-center">
Temporal and Contextual Transformer for Multi-Camera Editing of TV Shows.
</p>
<div class="mx-auto tm-gallery-container tm-gallery-container-2">
</div>
</div>
</div>
</div>
<div class="tm-bg-overlay"></div>
</section>
<section id="gallery" class="tm-section-pad-top">
<div class="container tm-container-gallery">
<div class="row">
<div class="text-center col-12">
<!-- method overview & teaser -->
<div class="row" style="margin-top: 1em;" id="method">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<p class="mx-auto tm-section-desc-long text-justify">
The ability to choose an appropriate camera view among multiple cameras plays a vital role in TV shows delivery. But it is hard to figure out the statistical pattern and apply intelligent processing due to the lack of high-quality training data. To solve this issue, we first collect a novel benchmark on this setting with four diverse scenarios including concerts, sports games, gala shows, and contests, where each scenario contains 6 synchronized tracks recorded by different cameras. It contains 88-hour raw videos that contribute to the 14-hour edited videos. Based on this benchmark, we further propose a new approach temporal and contextual transformer that utilizes clues from historical shots and other views to make shot transition decisions and predict which view to be used. Extensive experiments show that our method outperforms existing methods on the proposed multi-camera editing benchmark.
</p>
</div>
<div class="col-sm"></div>
</div>
<div class="row" style="margin-top: 0em">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<img class="" width="90%" src="https://virtualfilmstudio.github.io/projects/multicam/img/multicam.jpg" />
</div>
<div class="col-sm-1"></div>
</div>
<div class="tm-continue" style="margin-top: 1em">
<a href="https://virtualfilmstudio.github.io/projects/multicam" class="tm-intro-text tm-btn-primary">Learn More</a>
</div>
<!-- <h2 class="tm-text-primary tm-section-title mb-4">Gallery</h2>
<p class="mx-auto tm-section-desc">
Praesent sed pharetra lorem, blandit convallis mi. Aenean ornare elit ac metus lacinia, sed iaculis nibh semper. Pellentesque est urna, lobortis eu arcu a, aliquet tristique urna.
</p> -->
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="tm-section-pad-top tm-parallax-2">
<div class="container tm-container-contact">
<div class="row">
<div class="text-center col-12">
<h2 class="tm-section-title mb-4">Contact Us</h2>
<p><a style="color:#FFF" href="https://anyirao.com/">Anyi Rao</a>, Xuekun Jiang</p>
<a href="https://anyirao.com/"><i class="fas fa-3x fa-mail-bulk text-center tm-icon"></i></a>
<p class="mb-5">
</p><br>
</div>
</div>
</div>
<footer class="text-center small tm-footer">
<p class="mb-0">
Copyright © 2024 virtualfilmstudio.
<a rel="nofollow" href="https://www.tooplate.com" title="HTML templates">Designed by TOOPLATE</a></p>
</footer>
</section>
<script src="js/jquery-1.9.1.min.js"></script>
<script src="slick/slick.min.js"></script>
<script src="magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="js/easing.min.js"></script>
<script src="js/jquery.singlePageNav.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
function getOffSet(){
var _offset = 450;
var windowHeight = window.innerHeight;
if(windowHeight > 500) {
_offset = 400;
}
if(windowHeight > 680) {
_offset = 300
}
if(windowHeight > 830) {
_offset = 210;
}
return _offset;
}
function setParallaxPosition($doc, multiplier, $object){
var offset = getOffSet();
var from_top = $doc.scrollTop(),
bg_css = 'center ' +(multiplier * from_top - offset) + 'px';
$object.css({"background-position" : bg_css });
}
// Parallax function
// Adapted based on https://codepen.io/roborich/pen/wpAsm
var background_image_parallax = function($object, multiplier, forceSet){
multiplier = typeof multiplier !== 'undefined' ? multiplier : 0.5;
multiplier = 1 - multiplier;
var $doc = $(document);
// $object.css({"background-attatchment" : "fixed"});
if(forceSet) {
setParallaxPosition($doc, multiplier, $object);
} else {
$(window).scroll(function(){
setParallaxPosition($doc, multiplier, $object);
});
}
};
var background_image_parallax_2 = function($object, multiplier){
multiplier = typeof multiplier !== 'undefined' ? multiplier : 0.5;
multiplier = 1 - multiplier;
var $doc = $(document);
$object.css({"background-attachment" : "fixed"});
$(window).scroll(function(){
if($(window).width() > 768) {
var firstTop = $object.offset().top,
pos = $(window).scrollTop(),
yPos = Math.round((multiplier * (firstTop - pos)) - 186);
var bg_css = 'center ' + yPos + 'px';
$object.css({"background-position" : bg_css });
} else {
$object.css({"background-position" : "center" });
}
});
};
$(function(){
// Hero Section - Background Parallax
background_image_parallax($(".tm-parallax"), 0.30, false);
background_image_parallax_2($("#contact"), 0.80);
background_image_parallax_2($("#testimonials"), 0.80);
// Handle window resize
window.addEventListener('resize', function(){
background_image_parallax($(".tm-parallax"), 0.30, true);
}, true);
// Detect window scroll and update navbar
$(window).scroll(function(e){
if($(document).scrollTop() > 120) {
$('.tm-navbar').addClass("scroll");
} else {
$('.tm-navbar').removeClass("scroll");
}
});
// Close mobile menu after click
$('#tmNav a').on('click', function(){
$('.navbar-collapse').removeClass('show');
})
// Scroll to corresponding section with animation
$('#tmNav').singlePageNav({
'easing': 'easeInOutExpo',
'speed': 600
});
// Add smooth scrolling to all links
// https://www.w3schools.com/howto/howto_css_smooth_scroll.asp
$("a").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 600, 'easeInOutExpo', function(){
window.location.hash = hash;
});
} // End if
});
// Pop up
$('.tm-gallery').magnificPopup({
delegate: 'a',
type: 'image',
gallery: { enabled: true }
});
$('.tm-testimonials-carousel').slick({
dots: true,
prevArrow: false,
nextArrow: false,
infinite: false,
slidesToShow: 3,
slidesToScroll: 1,
responsive: [
{
breakpoint: 992,
settings: {
slidesToShow: 2
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 2
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1
}
}
]
});
// Gallery
$('.tm-gallery').slick({
dots: true,
infinite: false,
slidesToShow: 5,
slidesToScroll: 2,
responsive: [
{
breakpoint: 1199,
settings: {
slidesToShow: 4,
slidesToScroll: 2
}
},
{
breakpoint: 991,
settings: {
slidesToShow: 3,
slidesToScroll: 2
}
},
{
breakpoint: 767,
settings: {
slidesToShow: 2,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
});
</script>
</body>
</html>