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 55B3545984 for ; Tue, 28 Feb 2023 13:13:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6F4E768A5F7; Tue, 28 Feb 2023 15:13:36 +0200 (EET) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 456D368078D for ; Tue, 28 Feb 2023 15:13:30 +0200 (EET) Received: from postfix01.mail.de (postfix01.bt.mail.de [10.0.121.125]) by shout02.mail.de (Postfix) with ESMTP id A77ECA0463 for ; Tue, 28 Feb 2023 14:13:29 +0100 (CET) Received: from smtp02.mail.de (smtp02.bt.mail.de [10.0.121.212]) by postfix01.mail.de (Postfix) with ESMTP id 8ED6880151 for ; Tue, 28 Feb 2023 14:13:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1677590009; bh=3ZJQ4f1LzwBg+z+Tez0MSCq3IAQD3ZZmLULYNbiBTKU=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=VPFoys4aIJPJ1IdIURucXxAOuDxDZ3oDVIXpcioYH/6IEpa1cLyudxOX09QZnpeNc wMxgx5iWPguilZFikEOLXHJI7KlClLLpFrvRiiukbUvH1ohX6uqp4v7vmJmr4sfNs+ MRJ3+SjG1W6voDhjItEYyFIabGghtolib5yi/F2PRoxKFkISfqzulwxgZsjd+zqfet UESy42sPcPXl9tAzYmGke6EKr7eLQMJBoNkeN8tuaYlm8e7Ye9lTy61MmAzd/vpGaN 7zL4ZmA9hWM1THAyGa4tyjlDPWJCm4dfVu7Jlf5o4ue8cpC701iQ2SlOuzKsTFPpJI 5ujiOEv0hUNNQ== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp02.mail.de (Postfix) with ESMTPSA id 5F811A0749 for ; Tue, 28 Feb 2023 14:13:29 +0100 (CET) Message-ID: <36674e4b-9591-10ba-7b29-93d5c03ef6d1@mail.de> Date: Tue, 28 Feb 2023 14:13:28 +0100 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230228114220.12588-1-werner.robitza@gmail.com> From: Thilo Borgmann In-Reply-To: <20230228114220.12588-1-werner.robitza@gmail.com> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1283 X-purgate-ID: 154282::1677590009-0AFFD199-9B39B9FF/0/0 Subject: Re: [FFmpeg-devel] [PATCH] doc/filters: update SITI description 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: Am 28.02.23 um 12:42 schrieb Werner Robitza: > The filter implements the 'legacy' version from a superseded recommendation. > --- > doc/filters.texi | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index 47e92b9269..25574cd55c 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -21593,9 +21593,11 @@ ffmpeg -i input1.mkv -i input2.mkv -filter_complex "[0:v][1:v] signature=nb_inpu > @anchor{siti} > @section siti > > -Calculate Spatial Info (SI) and Temporal Info (TI) scores for a video, as defined > -in ITU-T P.910: Subjective video quality assessment methods for multimedia > -applications. Available PDF at @url{https://www.itu.int/rec/T-REC-P.910-199909-S/en }. > +Calculate Spatial Information (SI) and Temporal Information (TI) scores for a video, > +as defined in ITU-T Rec. P.910 (11/21): Subjective video quality assessment methods > +for multimedia applications. Available PDF at @url{https://www.itu.int/rec/T-REC-P.910-202111-S/en}. > +Note that this is a legacy implementation that corresponds to a superseded recommendation. > +Refer to ITU-T Rec. P.910 (07/22) for the latest version. > > It accepts the following option: > Ok. -Thilo _______________________________________________ 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".