movtextdec: Add support for automatic text wrapping

Multimedia / FFmpeg - Niklesh [iitb.ac.in] - 14 August 2015 21:35 UTC

The value of wrap_flag in the Text Wrap Box specifies if the text is to be wrapped or not. Uses 'end of line wrap' amongst the wrap styles supported by ASS if the text is to be wrapped, i.e; fill as much text in a line as possible, then break to next line.

The 3GPP spec has no provision for smart wrapping.

a604289 movtextdec: Add support for automatic text wrapping
libavcodec/movtextdec.c | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)

  • Share