]> git.sesse.net Git - ffmpeg/commit
lavc/movtextenc: add option to scale fontsize with height
authorJohn Stebbins <jstebbins@jetheaddev.com>
Sun, 5 Apr 2020 21:02:27 +0000 (15:02 -0600)
committerPhilip Langdale <philipl@overt.org>
Fri, 10 Apr 2020 16:32:13 +0000 (09:32 -0700)
commiteeef87085161d3ca3816b71bbb07a8408b47a898
treefdd6e16d6cb1a0fdcd00504a6e4188703d8f9529
parent1f8278ee2454ced6cb038948e7a1cfa2cdeea63d
lavc/movtextenc: add option to scale fontsize with height

If the video dimensions are different than the ASS play_res then the
font sizes need to be adjusted to get the same apparent render size.

Signed-off-by: Philip Langdale <philipl@overt.org>
libavcodec/movtextenc.c