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 406E840344 for ; Fri, 22 Apr 2022 15:57:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3080568B34E; Fri, 22 Apr 2022 18:57:49 +0300 (EEST) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 05E2268ADF2 for ; Fri, 22 Apr 2022 18:57:43 +0300 (EEST) Received: from fwd70.dcpf.telekom.de (fwd70.aul.t-online.de [10.223.144.96]) by mailout10.t-online.de (Postfix) with SMTP id 9231D11250 for ; Fri, 22 Apr 2022 17:57:42 +0200 (CEST) Received: from [192.168.178.21] ([91.60.188.119]) by fwd70.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1nhvfC-3T0Jsn0; Fri, 22 Apr 2022 17:57:42 +0200 To: ffmpeg-devel@ffmpeg.org References: From: Michael Koch Message-ID: <0fbe268f-0ad9-92d1-cc80-a4df95f66453@t-online.de> Date: Fri, 22 Apr 2022 17:57:40 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-TOI-EXPURGATEID: 150726::1650643062-00004E7B-5F6D902B/0/0 CLEAN NORMAL X-TOI-MSGID: 94a58890-6ca8-430b-abe5-d7ecb7b34be7 Subject: Re: [FFmpeg-devel] proposal for a minor change in the behavior of the drawtext filter 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: Hi Francesco, I think the y position of the baseline should be independent of the content of the textfile. For example, you might want to change the color in the middle of a text. That can only be done by invoking drawtext two times. To make sure that both texts share the same baseline, the workaround with y=40-ascent has to be used. In my opinion same baseline position should be the default. The question remains if the y option refers to the baseline or to the top of the text (assuming the text contains a full height character). I would prefer the latter. Backward compatibility or better interface? I vote for better interface. Michael _______________________________________________ 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".