diff options
author | Jan Ekström <jan.ekstrom@24i.com> | 2021-03-29 17:19:58 +0300 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2021-04-26 16:40:31 +0300 |
commit | b24488e7277af2a4b77a33fa795b4df5979b0fcd (patch) | |
tree | 0cb1790093939507f5e1a713907f5a3ef5fd2ac2 /tests/ref | |
parent | 3ef5a8ba2b7798ea4e5708c5644fa60dd00bde06 (diff) | |
download | ffmpeg-b24488e7277af2a4b77a33fa795b4df5979b0fcd.tar.gz |
avcodec/ttmlenc: add support for region positioning and sizing
The ASS margins are utilized to generate percentual values, as
the usage of cell-based sizing and offsetting seems to be not too
well supported by renderers.
Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/sub-ttmlenc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ref/fate/sub-ttmlenc b/tests/ref/fate/sub-ttmlenc index 6d0a8067fc..4df8f8796f 100644 --- a/tests/ref/fate/sub-ttmlenc +++ b/tests/ref/fate/sub-ttmlenc @@ -9,6 +9,8 @@ <head> <layout> <region xml:id="Default" + tts:origin="3% 0%" + tts:extent="97% 97%" tts:displayAlign="after" tts:textAlign="center" tts:fontSize="16c" |