From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id E88634133D for ; Thu, 25 May 2023 07:14:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7626868C109; Thu, 25 May 2023 10:14:40 +0300 (EEST) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 13E8868B3B4 for ; Thu, 25 May 2023 10:14:34 +0300 (EEST) Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4QRfSM3H67z9sWK for ; Thu, 25 May 2023 09:14:27 +0200 (CEST) Message-ID: <25a9483e-91ed-4465-842a-ecb7e7e0eab3@gyani.pro> Date: Thu, 25 May 2023 12:44:13 +0530 MIME-Version: 1.0 To: FFmpeg development discussions and patches References: <20230525033525.DE1754102A6@natalya.videolan.org> Content-Language: en-US From: Gyan Doshi In-Reply-To: <20230525033525.DE1754102A6@natalya.videolan.org> Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_subtitles: add wrap_unicode option X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2023-05-25 09:05 am, Zhao Zhili wrote: > ffmpeg | branch: master | Zhao Zhili | Tue May 23 13:22:25 2023 +0800| [43ace8f2bc29faf335e31b9893e6b8928ba3f541] | committer: Zhao Zhili > > avfilter/vf_subtitles: add wrap_unicode option > > So CJK can be wrapped automatically. > > Signed-off-by: Zhao Zhili > >> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43ace8f2bc29faf335e31b9893e6b8928ba3f541 > --- > > doc/filters.texi | 7 +++++++ > libavfilter/version.h | 2 +- > libavfilter/vf_subtitles.c | 18 ++++++++++++++++++ > 3 files changed, 26 insertions(+), 1 deletion(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index 76d9f11edc..6c5b61d763 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -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. Added details about version requirements in 944243477b Regards, Gyan _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".