File size: 1,097 Bytes
2aedc33 | 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 | {
"format": "Always uppercase, centered or left-aligned, no trailing punctuation",
"extensions": [
{
"abbreviation": "(V.O.)",
"meaning": "Voice Over \u2014 character speaking but not present"
},
{
"abbreviation": "(O.S.)",
"meaning": "Off Screen \u2014 character present but not visible in frame"
},
{
"abbreviation": "(O.C.)",
"meaning": "Off Camera \u2014 synonym for O.S."
},
{
"abbreviation": "(CONT'D)",
"meaning": "Continued \u2014 same character speaks across an action break"
},
{
"abbreviation": "(FILTERED)",
"meaning": "Voice heard through phone, radio, intercom"
},
{
"abbreviation": "(SUBTITLED)",
"meaning": "Speech in foreign language with on-screen translation"
}
],
"examples": [
"MARIA",
"MARIA (V.O.)",
"DETECTIVE COLE (O.S.)",
"MARIA (CONT'D)"
],
"rules": [
"Names always uppercase",
"Extensions in parentheses follow the name",
"Multiple extensions: outer-most usually voice context (V.O./O.S.), inner CONT'D"
]
} |