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 BBB1347080 for ; Sat, 26 Aug 2023 13:22:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 75D9D68C5D3; Sat, 26 Aug 2023 16:21:57 +0300 (EEST) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2FF8168C493 for ; Sat, 26 Aug 2023 16:21:50 +0300 (EEST) Received: by mail-wm1-f43.google.com with SMTP id 5b1f17b1804b1-3ff5ddb4329so17476185e9.0 for ; Sat, 26 Aug 2023 06:21:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693056108; x=1693660908; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=vBVHCWUZluUlDs8zmNbw66OsXHSfJRrrTKgCRLqJ8WA=; b=Yw80TKAJhDPUzGxCdQXGBVWXIenMRvRXXXIC4ZPIKq0VCwVn5T5X4J76YpdMVGsWjN Zwbhln0y3+LAovIv1tmxm88PHASedZ2erhKet6yLeNBE+nz+nzRqU3+Azuqka7Fz9eHj csKTH2CfPl+TSlmxTTLwben8atmeeABketAQcFr3IJSlUhJVXovg6c4LGKQ4liGbYLvo Wy7AKlVuXj1MjuLH1ueyao3YrC0KZf0H2wpLIZ02+xOlY9xGQJEXlEheB5GdNFKOOKIh UqbUg6DyB+tNRkRekRAYvKPGQUZJZu7c9CiHQGD5WdX2gGxEaiY0zoIjnJSsBk2bTQha sPdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693056108; x=1693660908; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vBVHCWUZluUlDs8zmNbw66OsXHSfJRrrTKgCRLqJ8WA=; b=D2k3b6GiGfDogdxh+6XdGTnnjSRovxiMl1y00MtbbIJvkMFon+EDo66MFAksYJKGa5 BWFxQ00Ay3WyRYMrce7mvZfl9Afvlww/I1tW9AUsYqEcPxXk2FRyDFHDb6daPeFJ/Jjk fXebsaGoa5TMhu7X8GH4mDCaglXkJy300upsdcpwllWr3VHlt2Pgaf8/+/RbFI/uL7lm pb+d5KrFZ/kLcpwtKyVhCX6ox2lwI1J/wGIdhla2qajmN6HNJDS6RYbMyeLHkFBgjjN+ H+7mKog2kJoVHZZDouxRDH8PXRPd5Ou9O8pBdqXeRmpA/YLHhJhJo29wEMxwyzhZ3Rlw pvHg== X-Gm-Message-State: AOJu0YxE4GjvU8v7hPnsiiSh2DrQEMTDCslwRwugc9zi9ikqAWVI1JhE TEEWV4PIawgnWfyp3cgXAd4HJnPPZww= X-Google-Smtp-Source: AGHT+IHOyG/dwBKpQsZsk2f5uNEpmEMUq/ZsbXiZPK7R6eX+x07MySoLsr9CPkDrqe8zJoci90Q1pg== X-Received: by 2002:a05:600c:3582:b0:401:b24b:8279 with SMTP id p2-20020a05600c358200b00401b24b8279mr4610037wmq.1.1693056108304; Sat, 26 Aug 2023 06:21:48 -0700 (PDT) Received: from mariano ([82.84.194.139]) by smtp.gmail.com with ESMTPSA id q8-20020a1cf308000000b003fe2de3f94fsm4992428wmq.12.2023.08.26.06.21.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 26 Aug 2023 06:21:47 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id DA4B5BFCD8; Sat, 26 Aug 2023 15:21:45 +0200 (CEST) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Sat, 26 Aug 2023 15:21:45 +0200 Message-Id: <20230826132145.159744-2-stefasab@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230826132145.159744-1-stefasab@gmail.com> References: <20230826132145.159744-1-stefasab@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 2/2] doc/filters/smartblur: amend definition of luma_radius and chroma_radius 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 Cc: Stefano Sabatini 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: Correctly define the option values as a standard deviation rather than a variance. Address trac issue: http://trac.ffmpeg.org/ticket/9068 --- doc/filters.texi | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 90e6c433c4..01291c235a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -22178,9 +22178,10 @@ It accepts the following options: @table @option @item luma_radius, lr -Set the luma radius. The option value must be a float number in -the range [0.1,5.0] that specifies the variance of the gaussian filter -used to blur the image (slower if larger). Default value is 1.0. +Set the luma radius. The option value must be a float number in the +range [0.1,5.0] that specifies the standard deviation of the gaussian +filter used to blur the image (slower if larger). Default value is +1.0. @item luma_strength, ls Set the luma strength. The option value must be a float number @@ -22196,9 +22197,10 @@ a value included in [0,30] will filter flat areas and a value included in [-30,0] will filter edges. Default value is 0. @item chroma_radius, cr -Set the chroma radius. The option value must be a float number in -the range [0.1,5.0] that specifies the variance of the gaussian filter -used to blur the image (slower if larger). Default value is @option{luma_radius}. +Set the chroma radius. The option value must be a float number in the +range [0.1,5.0] that specifies the standard deviation of the gaussian +filter used to blur the image (slower if larger). Default value is +@option{luma_radius}. @item chroma_strength, cs Set the chroma strength. The option value must be a float number -- 2.34.1 _______________________________________________ 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".