-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptimal-video-dimensions.html
175 lines (175 loc) · 5.01 KB
/
optimal-video-dimensions.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
<article class="bcls-article">
<h1>{{ page.title }}</h1>
<summary>{{ page.description }}</summary>
<section class="bcls-section">
<p>Video codecs perform better when the width and height in pixels are multiples of 16. While you can use any width and height in your encoding settings, non-optimal dimensions can result in poor image quality and reduced frame rate. For the best image quality and playback, you should use width and height dimensions for your video that are multiples of 16; your next best choice is multiples of 8, and after that, multiples of 4.</p>
<p>Both the native encoding dimensions and the playback dimensions should be evenly divisible by the same number, ideally 16. For example, if you encode your native file to use a frame dimension of 640×480, scale down to a size such as 320×240.</p>
<p>The following tables list a collection of width by height measurements by quality for 16:9 and 4:3 aspect ratios:</p>
<h3>Recommended width and height for videos with 16:9 aspect ratios</h3>
<table class="bcls-table">
<thead class="bcls-table__head">
<tr>
<th><strong>Best Choice:<br />
Multiples of 16</strong></th>
<th><strong>2nd Best Choice:<br />
Multiples of 8</strong></th>
<th><strong>3rd Best Choice:<br />
Multiples of 4</strong></th>
</tr>
</thead>
<tbody class="bcls-table__body">
<tr>
<td>1920 x 1080</td>
<td>1792 x 1008</td>
<td>1856 x 1044</td>
</tr>
<tr>
<td>1280 x 720</td>
<td>1152 x 648</td>
<td> 1216 x 684</td>
</tr>
<tr>
<td>1024 x 576</td>
<td>896 x 504</td>
<td>1088 x 612</td>
</tr>
<tr>
<td>768 x 432</td>
<td> 640 x 360</td>
<td>960 x 540</td>
</tr>
<tr>
<td>512 x 288</td>
<td>384 x 216</td>
<td>832 x 468</td>
</tr>
<tr>
<td>256 x 144</td>
<td>128 x 72</td>
<td>704 x 396</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>576 x 324</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>448 x 252</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>320 x 180</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>192 x 108</td>
</tr>
</tbody>
</table>
<p> </p>
<h3>Recommended width and height for videos with 4:3 aspect ratios</h3>
<table class="bcls-table">
<thead class="bcls-table__head">
<tr>
<th><strong>Best Choice:<br />
Multiples of 16</strong></th>
<th><strong>2nd Best Choice:<br />
Multiples of 8</strong></th>
<th><strong>3rd Best Choice:<br />
Multiples of 4</strong></th>
</tr>
</thead>
<tbody class="bcls-table__body">
<tr>
<td>640 x 480</td>
<td>608 x 456</td>
<td>624 x 468 </td>
</tr>
<tr>
<td>576 x 432</td>
<td>544 x 408</td>
<td>592 x 444 </td>
</tr>
<tr>
<td>512 x 384</td>
<td>480 x 360</td>
<td>560 x 420 </td>
</tr>
<tr>
<td>448 x 336</td>
<td>416 x 312</td>
<td>528 x 396 </td>
</tr>
<tr>
<td>384 x 288</td>
<td>352 x 264</td>
<td>496 x 372 </td>
</tr>
<tr>
<td>320 x 240</td>
<td>288 x 216</td>
<td>464 x 348 </td>
</tr>
<tr>
<td>256 x 192</td>
<td>224 x 168</td>
<td>432 x 324 </td>
</tr>
<tr>
<td>192 x 144</td>
<td>160 x 120</td>
<td>400 x 300 </td>
</tr>
<tr>
<td>128 x 96</td>
<td> </td>
<td>368 x 276 </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>336 x 252 </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>304 x 228 </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>272 x 204 </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>240 x 180</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>208 x 156</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>176 x 132</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>144 x 108 </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>112 x 84 </td>
</tr>
</tbody>
</table>
</section>
</article>