Hector Berrebi wrote:in nearly 15 years of Color Correction & On-Line work in the broadcast industry. I never seen subtitles that fade in/out.
Hi Hector,
Fading subtitles is not at all uncommon. But we are talking milliseconds here. Seldom more than a 2 frame fade. You don't really see it, but you can feel it and it can give a more smooth feeling. I'm a personally not a fan of fading subs and I always turn it off.
I'm not sure Davinci can do this since Resolve works with .srt files which contain only a little info like TC and italic. But software that uses .xml files like the DVS Clipster or any digital cinema server, have a lot more info to work with and hence is much more powerful.
I've included a small piece of standard .xml subtitle that includes the fade up and down info.
<?xml version="1.0" encoding="UTF-8"?>
<DCSubtitle Version="1.0">
<SubtitleID>9930e9a7-772a-4576-b18f-7acb35a7b0f1</SubtitleID>
<MovieTitle>title</MovieTitle>
<ReelNumber>1</ReelNumber>
<Language>en</Language>
<LoadFont URI="arial.ttf" Id="Font1" /> <Font Id="Font1" Color="FFFFFFFF" Effect="border" EffectColor="FF000000" Italic="no" Underlined="no" Script="normal" Size="42">
<Subtitle SpotNumber="1" FadeUpTime="5" FadeDownTime="5" TimeIn="00:02:24:156" TimeOut="00:02:27:114">
<Text VPosition="8" VAlign="bottom" HAlign="center" Direction="horizontal">That's good, Charlotte.</Text>
</Subtitle>
<Subtitle SpotNumber="2" FadeUpTime="5" FadeDownTime="5" TimeIn="00:02:31:239" TimeOut="00:02:38:020">
<Text VPosition="14" VAlign="bottom" HAlign="center" Direction="horizontal">Thank you.</Text>
<Text VPosition="8" VAlign="bottom" HAlign="center" Direction="horizontal">Out on the floor, and spread out.</Text>
</Subtitle>