You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avfilter/vf_subtitles: add wrap_unicode option
So CJK can be wrapped automatically. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
@@ -22440,6 +22440,13 @@ Set subtitles stream index. @code{subtitles} filter only.
|
||||
@item force_style
|
||||
Override default style or script info parameters of the subtitles. It accepts a
|
||||
string containing ASS style format @code{KEY=VALUE} couples separated by ",".
|
||||
|
||||
@item wrap_unicode
|
||||
Break lines according to the Unicode Line Breaking Algorithm. Only available
|
||||
since libass version 0x01600010, and whether it's usable depends on the built
|
||||
of libass.
|
||||
|
||||
The option is enabled by default except for native ASS.
|
||||
@end table
|
||||
|
||||
If the first key is not specified, it is assumed that the first value
|
||||
|
||||
Reference in New Issue
Block a user