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 1F00C43192 for ; Fri, 14 Jan 2022 17:57:26 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0929E68B586; Fri, 14 Jan 2022 19:57:25 +0200 (EET) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B317F68B42B for ; Fri, 14 Jan 2022 19:57:17 +0200 (EET) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 20EHvGxX005782 for ; Fri, 14 Jan 2022 18:57:17 +0100 Received: by phare.normalesup.org (Postfix, from userid 1001) id C4A25EB5BC; Fri, 14 Jan 2022 18:57:16 +0100 (CET) Date: Fri, 14 Jan 2022 18:57:16 +0100 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20211210164657.GF2829255@pb2> <727CF2F6-C834-415A-B771-4F70661F8BE8@mail.de> <3E808BD2-808B-4C53-B1F7-B9DFFE2BF687@mail.de> <72e9521f-b029-8637-c32c-27cf7c5de170@mail.de> <14470aae-c127-7532-a054-b5d878d415dd@mail.de> <52e4f109-41a4-a609-b583-c001c6077638@mail.de> MIME-Version: 1.0 In-Reply-To: <52e4f109-41a4-a609-b583-c001c6077638@mail.de> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Fri, 14 Jan 2022 18:57:17 +0100 (CET) Subject: Re: [FFmpeg-devel] [PATCH v2] lavfi/drawtext: Add localtime_ms for millisecond precision 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-Type: multipart/mixed; boundary="===============1185651543923440292==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1185651543923440292== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MnoTiHMTqrZwxtX9" Content-Disposition: inline --MnoTiHMTqrZwxtX9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thilo Borgman (12022-01-14): > >> I think best will be to scan the format string for %S and extend it > >> there with .ms part before expanding the rest of it, not? Shouldn't > >> be too expensive for the filter. > >> > >> Just need to find time to actually implement it.=20 Sorry, I completely missed you reply. No, I do not think it is best: your solution requires the user to use a different function, I find this inelegant and not user friendly. I like the solution where the option is enabled by the format string itself much more user friendly. But we can discuss it. Regards, --=20 Nicolas George --MnoTiHMTqrZwxtX9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmHhuXoACgkQcZVLI8pN xgzYBA/+OR/zXWWroAHRuqaTkf2yMjg6AyAVUynWu0jQcyHkuy/EQzS5QLr1Jz0X EcRzEw3OymWtDNSbVGt9KmeIosGVTe/NNiAXHEchlG55nwd/dpCESBj5FP/hfHJ/ D8I7QLJVDoCwvLv1EAQKcHvi4Ac7tWoZ8ZxHPzJJqGT/onBqFp5e2hWfDibhNjWE zZCYC57/3Y6oTlxhAnniD8N32QMLLeK9p8q86iocBPtYxFeqLPb7TDX2NPa8T2O/ DT88kYNpgPhsy9p2Osfislc+nIo8G2yaMik1JRMlSc1w4t+UNlwu0ErgltY4k0go 5/hdGy50i5xI/nXNaI/H/Q8zM1FDQW5rQ76qvvAAgnk80rUqP+GGOJ6ji3IjpQR7 pDXsAEYaK2Uwutj+0czIJY5a3khSjC6mWl33AGyDDS8m4q0fiHBo6cqK2oh8fuPK hA6UOvLHU3FVEBxREYVZ+QTlQktgnJbJ+C2kr0TgXxwipE1ePwZGWJ5BuaWRfY8u KcYkkkkrXREOTxZhIiLoGtTKKhilWghjaueC2DIwRScH8Qz5nXj1Gya0EzeeTdZI B4rvJf3nkGqtkHx624N6PFZFkKsIWWqFbzXA1k4Gm1p8k9Yl8/1HRU7Q6qo0MDlI z7WurG1rpP9ViX/yNSL7CiQNfpQvYBzS96jMCkhZUqL+Bdqgozo= =eP9Q -----END PGP SIGNATURE----- --MnoTiHMTqrZwxtX9-- --===============1185651543923440292== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============1185651543923440292==--