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 120E545372 for ; Thu, 26 Jan 2023 10:50:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4E16B68BB28; Thu, 26 Jan 2023 12:50:42 +0200 (EET) Received: from mail-vk1-f171.google.com (mail-vk1-f171.google.com [209.85.221.171]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B3E1A68AA5A for ; Thu, 26 Jan 2023 12:50:35 +0200 (EET) Received: by mail-vk1-f171.google.com with SMTP id bs10so707482vkb.3 for ; Thu, 26 Jan 2023 02:50:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=4ZMzbYvM84IDwzjhtZ0f+r+6YEkCJdfvpI7aJKzTPVo=; b=MtTByNXo8YMI/7tJuy/uqqOnkcrhNBWBFvo7FlFodT7fr0aoVtyCAqj6pZ0eqXBRl4 fIb2SMEhrw04K4AT41dULI+ptXC3hYkzImtqb9FLZF/E23rayZuMe+EZVB1L9CcsmMUe bYOTx6XsUvyBGqHsXka4Kw++OLWo3xaj49pTAWUcmT1lwkf3h5gas/v2Nj+GOiQ0pWNx B64wyGlVtYx/vF0pDYIaP1gYIb/CMlbuK4W9V3/QitXhnPOYBfaRGGqHksh5bUJrPwvZ 6skGupUq0w643pV7Onfh+muzE7kEexG/HwOLcHNZYdIEsVV5jLII47FLkk9i+rYRv2xu fleQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=4ZMzbYvM84IDwzjhtZ0f+r+6YEkCJdfvpI7aJKzTPVo=; b=fQEiadLKNLSbOlKDQIyL2hV6ckwQ+7z7DSBiuoklc0pDJWW0PQujRpLpx0mQ5763Sk R1t+IWVJqxQXOdBG/JJDMMXeopOdzc+U4vjSzepa94b8pFtJ0AaMGrFl9nFvRUZivbF2 OKsdraGmIL/9wY1e+v4TVEIxJiwEI40cTLRnHXRgDdBLM0HXkQqbV33TUXIdZxZQoWZu OME3WMj50zpa1NIt2I8XpyBZyl3bG3E3Hjx6yxWPJf8To4aDEBs8rrHXM9kb7vgAV6qd YbKqe5bJU2i6dEc/vhndOdTgGhS10PjBZ/0jDnST70X1nl9Xa2ZjTp4f2yDD3IfD3LYU DqYQ== X-Gm-Message-State: AO0yUKWM9M4QzT2cYY+MHzScW61BMtI/afvgbJiTA/4/M/HdY9Jho+rY iDc3wN8DDsYV2ubqeSY7I5YT6ra1lBoBzVvf+kdMnvbJ X-Google-Smtp-Source: AK7set/n4MYshVu+gn51ujj4oK8N8D6nI+45e+rvvjF9H5jgMVrOj8ar+3HaqdqGE5RDFl66y4coJgtZtsV/E3EtNQ0= X-Received: by 2002:a1f:5f81:0:b0:3e5:a994:9fc8 with SMTP id t123-20020a1f5f81000000b003e5a9949fc8mr703527vkb.3.1674730233521; Thu, 26 Jan 2023 02:50:33 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:612c:2428:b0:32a:5eaa:92e4 with HTTP; Thu, 26 Jan 2023 02:50:32 -0800 (PST) In-Reply-To: <8d713a21-f2f0-5c8d-fa93-0278965509e5@tiscali.it> References: <8d713a21-f2f0-5c8d-fa93-0278965509e5@tiscali.it> From: Paul B Mahol Date: Thu, 26 Jan 2023 11:50:32 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 1/26/23, Francesco Carusi wrote: > Hi, I'm new to contributing to ffmpeg! > > I modified the drawtext filter to improve text rendering and add some > features. You can find a high level description of the changes at this > link: > > https://github.com/yethie/FFmpeg/blob/master/drawtext/CHANGES.md > > I'm also attaching the patch file. > I looked for the filter maintainer to discuss about the changes I made > but it looks like there isn't any, am I correct? > > Please let me know if this is the right way to submit my contribution. Why filter can not support normal commands for options? Like most/all other filters that have support for changing options values at runtime. The reinit and yours added change option(s) are very strange/inconvenient things to do. _______________________________________________ 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".