From 7ecfc2b34b0c50f1859e70287fd7e5bfc0c50ce4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 10 Jun 2016 11:26:07 +0100 Subject: Tweak subrip position. --- src/lib/subtitle_decoder.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/subtitle_decoder.cc') diff --git a/src/lib/subtitle_decoder.cc b/src/lib/subtitle_decoder.cc index 2866dee5c..d210c578f 100644 --- a/src/lib/subtitle_decoder.cc +++ b/src/lib/subtitle_decoder.cc @@ -160,10 +160,10 @@ SubtitleDecoder::give_text (ContentTimePeriod period, sub::Subtitle const & subt dcp::VAlign v_align; if (needs_placement) { DCPOMATIC_ASSERT (i.vertical_position.line); - /* This 0.122 is an arbitrary value to lift the bottom sub off the bottom + /* This 0.053 is an arbitrary value to lift the bottom sub off the bottom of the screen a bit to a pleasing degree. */ - v_position = 0.122 + i.vertical_position.line.get() * 1.2 * j.font_size.proportional (72 * 11); + v_position = 0.053 + i.vertical_position.line.get() * 1.2 * j.font_size.proportional (72 * 11); v_align = dcp::VALIGN_BOTTOM; } else { DCPOMATIC_ASSERT (i.vertical_position.proportional); -- cgit v1.2.3