Skip to content

Commit ffa1d9e

Browse files
committed
add perfect conf video layout post
1 parent eaffb32 commit ffa1d9e

File tree

4 files changed

+57
-0
lines changed

4 files changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: Perfect Conference Video Layout
3+
date: 2024-11-09
4+
---
5+
6+
Back in 2021 the [React](https://react.dev/community/team) team put together a great online event.
7+
8+
They used a layout that that I've used to style conference content for [Storybook][Storybook Day] and [WorkOS]().
9+
10+
I finally got smart and broke it down into repeatable, mathematical template.
11+
12+
![alt text](./perfect-conf-video-layout/perfect-conf-video-layout-2.png)
13+
14+
This is how I broke it down…
15+
16+
- Layout forms a 10x10 grid
17+
- Content is scaled down to 70%, by height
18+
19+
Here are the dimensions (in grid unites):
20+
21+
```
22+
[1.5] Title
23+
[7 ] Content
24+
[3] Speaker | [7] Content
25+
[1.5] Speaker and conf deets
26+
```
27+
28+
![alt text](./perfect-conf-video-layout/perfect-conf-video-layout.png)
29+
30+
For the [Storybook Day][] conference, we found that a dark background was least distracting.
31+
32+
We also added a thematic border, for a nice transition to bright content.
33+
34+
~12px pixels of height works well for the border (taken from the header and footer dimensions).
35+
36+
Finally, use a monochromatic logo, if you don't have full control over presentation styling.
37+
38+
![alt text](./perfect-conf-video-layout/perfect-conf-video-layout-1.png)
39+
40+
[storybook day]: https://www.youtube.com/@chromaticuihttps://www.youhttps://www.youtube.com/@workostube.com/@chromaticui
41+
42+
---
43+
44+
I'm working on how best to set this up in DaVinci Resolve.
45+
46+
Here are the parts I'm working with so far:
47+
48+
- Fusion Clip
49+
- Merge clips
50+
- Layout image as background (to set size)
51+
- Presentation source
52+
- scaled to .7x
53+
- transformed to match right edge
54+
- Speaker source @ .7x
55+
- scaled to .7x
56+
- cropped to .3x width (centered)
57+
- transformed to match left edge
891 KB
Loading
699 KB
Loading
47.8 KB
Loading

0 commit comments

Comments
 (0)