@@ -17,6 +17,11 @@ The base style is the default style for all dialogue.
17
17
You want to make sure it's easy to read
18
18
and not too distracting.
19
19
20
+ !!! danger
21
+ ** All examples on this page assume 1080p video.** <br >
22
+ If you are working with some other resolution,
23
+ you may need to adjust values accordingly.
24
+
20
25
!!! example "Styles used by various groups"
21
26
=== "Kaleido"
22
27
@@ -31,7 +36,7 @@ and not too distracting.
31
36

32
37
33
38
```markdown
34
- Style: Default ,Gandhi Sans,74 ,&H00FFFFFF,&H000000FF,&H00000000,&HA0000000,-1,0,0,0,100,100,0,0,1,3.6,1.5,2,200,200,56 ,1
39
+ Style: GJM_Main_1080p ,Gandhi Sans,75 ,&H00FFFFFF,&H000000FF,&H00000000,&HA0000000,-1,0,0,0,100,100,0,0,1,3.6,1.5,2,225,225,60 ,1
35
40
```
36
41
37
42
=== "SubsPlease"
@@ -192,20 +197,25 @@ so most subtitling groups will use a different border colour.
192
197
193
198
!!! example "Alt styles used by various groups"
194
199
=== "Kaleido"
195
- ![ Kaleido-subs overlapping dialogue style] ( ./img/styling/groups/kaleido-alt.png )
200
+ ![ Kaleido-subs overlapping dialogue style] ( ./img/styling/groups/kaleido-alt.png )
196
201
197
- ```markdown
198
- Style: Default ,LTFinnegan Medium,72,&H00FFFFFF,&H00FFFFFF,&H00000000 ,&HA0000000,0,0,0,0,100,100,0,0,1,3.6,1.5,2,200,200,60,1
199
- ```
202
+ ```markdown
203
+ Style: Alt ,LTFinnegan Medium,72,&H00FFFFFF,&H00FFFFFF,&H00564100 ,&HA0000000,0,0,0,0,100,100,0,0,1,3.6,1.5,2,200,200,60,1
204
+ ```
200
205
201
- For streaming services,
202
- it's more common to display overlapping dialogue
203
- and differentiate between them with a hyphen.
204
- This effect can be somewhat emulated with ASS
205
- by setting the alignment to \an7 (top-left)
206
- and by using margins to reposition the dialogue.
207
- This is not standard practice for Kaleido,
208
- and is discouraged unless there is a very good reason to do so.
206
+ === "Good Job! Media"
207
+ 
208
+
209
+ ```markdown
210
+ Style: GJM_Overlap_1080p,Gandhi Sans,75,&H00FFFFFF,&H000000FF,&H00743E15,&HA0000000,-1,0,0,0,100,100,0,0,1,3.6,1.5,2,225,225,60,1
211
+ ```
212
+
213
+ === "DameDesuYo"
214
+ 
215
+
216
+ ```markdown
217
+ Style: Default - Alt,Cronos Pro,78,&H00FFFFFF,&H000000FF,&H003C1A00,&H00000000,-1,0,0,0,100,100,0,0,1,3.75,0,2,225,225,45,1
218
+ ```
209
219
210
220
## Subtitle location
211
221
@@ -246,8 +256,8 @@ and be avoided in important scenes
246
256
so as not to distract the viewer's attention.
247
257
We will cover this in more depth in the [ shenanigans] ( ../shenanigans.md ) document.
248
258
249
- !!! example "More 'fun' positioning"
250
- ![ Dialogue positioned at the speaker's head ] ( ./img/styling/wacky-positioning.png )
259
+ !!! example "Example of 'fun' positioning"
260
+ ![ Example of "fun" positioning: multiple "Welcome!" lines each horizontally aligned to the speaker] ( ./img/styling/wacky-positioning.png )
251
261
252
262
### Margins
253
263
@@ -262,7 +272,7 @@ it will start breaking lines more aggressively,
262
272
which can have a negative impact
263
273
on the timing and editing of the line.
264
274
265
- !!! example "Kaleido's default margins"
275
+ !!! example "Kaleido's default margins: Left 200, Right 200, Vert 60 "
266
276
![ Kaleido's default margins] ( ./img/styling/kaleido-house-style-margins.png )
267
277
268
278
Margins also decide when a line of dialogue will be automatically broken.
@@ -291,8 +301,7 @@ by increasing contrast
291
301
between the dialogue and the video background.
292
302
293
303
!!! note "Safe values"
294
- Safe values are generally between 2.5px and 4px,
295
- assuming a 1920x1080 video.
304
+ A safe border width is between 2.5px and 4px.
296
305
297
306
Borders should ideally not be too thick,
298
307
as this is less pleasant on the eyes,
@@ -311,16 +320,13 @@ This helps to ensure that the shadow is not too heavy
311
320
and does not overpower the dialogue.
312
321
313
322
!!! note "Safe values"
314
- Safe values are generally between 1px and 2px,
315
- assuming a 1920x1080 video.
316
- For transparency,
317
- a value between 140 and 200 is usually best.
323
+ A safe shadow offset is between 1px and 2px,
324
+ with a shadow transparency of 140 to 180.
318
325
319
326
!!! example "Kaleido's default borders and shadows"
320
327
321
- For Kaleido,
322
- we use a border of 3.6px,
323
- a shadow of 1.5px,
328
+ Kaleido uses a border width of 3.6px,
329
+ a shadow offset of 1.5px,
324
330
and a shadow transparency of 160.
325
331
326
332

0 commit comments