* [FFmpeg-devel] [PATCH] doc/filters: update SITI description
@ 2023-02-28 11:42 Werner Robitza
2023-02-28 13:13 ` Thilo Borgmann
0 siblings, 1 reply; 8+ messages in thread
From: Werner Robitza @ 2023-02-28 11:42 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: 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:
--
2.39.2
_______________________________________________
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".
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/filters: update SITI description
2023-02-28 11:42 [FFmpeg-devel] [PATCH] doc/filters: update SITI description Werner Robitza
@ 2023-02-28 13:13 ` Thilo Borgmann
2023-02-28 13:15 ` Thilo Borgmann
0 siblings, 1 reply; 8+ messages in thread
From: Thilo Borgmann @ 2023-02-28 13:13 UTC (permalink / raw)
To: ffmpeg-devel
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".
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/filters: update SITI description
2023-02-28 13:13 ` Thilo Borgmann
@ 2023-02-28 13:15 ` Thilo Borgmann
2023-02-28 17:12 ` Werner Robitza
0 siblings, 1 reply; 8+ messages in thread
From: Thilo Borgmann @ 2023-02-28 13:15 UTC (permalink / raw)
To: ffmpeg-devel
Am 28.02.23 um 14:13 schrieb Thilo Borgmann:
> 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.
You might want to add the URL of the current spec, though:
https://www.itu.int/rec/T-REC-P.910-202207-I/en
-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".
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/filters: update SITI description
2023-02-28 13:15 ` Thilo Borgmann
@ 2023-02-28 17:12 ` Werner Robitza
2023-03-01 0:15 ` Thilo Borgmann
0 siblings, 1 reply; 8+ messages in thread
From: Werner Robitza @ 2023-02-28 17:12 UTC (permalink / raw)
To: FFmpeg development discussions and patches
[-- Attachment #1: Type: text/plain, Size: 1568 bytes --]
On Tue, Feb 28, 2023 at 2:16 PM Thilo Borgmann <thilo.borgmann@mail.de> wrote:
>
> Am 28.02.23 um 14:13 schrieb Thilo Borgmann:
> > 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.
>
> You might want to add the URL of the current spec, though:
> https://www.itu.int/rec/T-REC-P.910-202207-I/en
Sure, patch attached.
[-- Attachment #2: 0001-doc-filters-update-SITI-description.patch --]
[-- Type: application/octet-stream, Size: 1418 bytes --]
[-- Attachment #3: Type: text/plain, Size: 251 bytes --]
_______________________________________________
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".
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/filters: update SITI description
2023-02-28 17:12 ` Werner Robitza
@ 2023-03-01 0:15 ` Thilo Borgmann
2023-03-01 7:46 ` Werner Robitza
0 siblings, 1 reply; 8+ messages in thread
From: Thilo Borgmann @ 2023-03-01 0:15 UTC (permalink / raw)
To: ffmpeg-devel
Am 28.02.23 um 18:12 schrieb Werner Robitza:
> On Tue, Feb 28, 2023 at 2:16 PM Thilo Borgmann <thilo.borgmann@mail.de> wrote:
>>
>> Am 28.02.23 um 14:13 schrieb Thilo Borgmann:
>>> 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.
>>
>> You might want to add the URL of the current spec, though:
>> https://www.itu.int/rec/T-REC-P.910-202207-I/en
>
> Sure, patch attached.
Looks better but wait - why did you change the implemented version from 09/99 to 11/21 in the first place?
(Does this not even make it more wrong?)
-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".
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/filters: update SITI description
2023-03-01 0:15 ` Thilo Borgmann
@ 2023-03-01 7:46 ` Werner Robitza
2023-03-02 18:01 ` Thilo Borgmann
0 siblings, 1 reply; 8+ messages in thread
From: Werner Robitza @ 2023-03-01 7:46 UTC (permalink / raw)
To: FFmpeg development discussions and patches
On Wed, Mar 1, 2023 at 1:15 AM Thilo Borgmann <thilo.borgmann@mail.de> wrote:
>
> Am 28.02.23 um 18:12 schrieb Werner Robitza:
> > On Tue, Feb 28, 2023 at 2:16 PM Thilo Borgmann <thilo.borgmann@mail.de> wrote:
> >>
> >> Am 28.02.23 um 14:13 schrieb Thilo Borgmann:
> >>> 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.
> >>
> >> You might want to add the URL of the current spec, though:
> >> https://www.itu.int/rec/T-REC-P.910-202207-I/en
> >
> > Sure, patch attached.
>
> Looks better but wait - why did you change the implemented version from 09/99 to 11/21 in the first place?
> (Does this not even make it more wrong?)
No, as the (legacy) definition of SI/TI is the same, no matter if you
are using the version from '99 or '21. It was only changed in '22.
But it is common practice to refer to the latest versions of ITU-T
recommendations where possible.
(If only to avoid people looking at really outdated versions and then
citing/using something from those.)
_______________________________________________
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".
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/filters: update SITI description
2023-03-01 7:46 ` Werner Robitza
@ 2023-03-02 18:01 ` Thilo Borgmann
2023-03-02 18:52 ` Werner Robitza
0 siblings, 1 reply; 8+ messages in thread
From: Thilo Borgmann @ 2023-03-02 18:01 UTC (permalink / raw)
To: ffmpeg-devel
Am 01.03.23 um 08:46 schrieb Werner Robitza:
> On Wed, Mar 1, 2023 at 1:15 AM Thilo Borgmann <thilo.borgmann@mail.de> wrote:
>>
>> Am 28.02.23 um 18:12 schrieb Werner Robitza:
>>> On Tue, Feb 28, 2023 at 2:16 PM Thilo Borgmann <thilo.borgmann@mail.de> wrote:
>>>>
>>>> Am 28.02.23 um 14:13 schrieb Thilo Borgmann:
>>>>> 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.
>>>>
>>>> You might want to add the URL of the current spec, though:
>>>> https://www.itu.int/rec/T-REC-P.910-202207-I/en
>>>
>>> Sure, patch attached.
>>
>> Looks better but wait - why did you change the implemented version from 09/99 to 11/21 in the first place?
>> (Does this not even make it more wrong?)
>
> No, as the (legacy) definition of SI/TI is the same, no matter if you
> are using the version from '99 or '21. It was only changed in '22.
> But it is common practice to refer to the latest versions of ITU-T
> recommendations where possible.
> (If only to avoid people looking at really outdated versions and then
> citing/using something from those.)
Pushed.
-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".
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/filters: update SITI description
2023-03-02 18:01 ` Thilo Borgmann
@ 2023-03-02 18:52 ` Werner Robitza
0 siblings, 0 replies; 8+ messages in thread
From: Werner Robitza @ 2023-03-02 18:52 UTC (permalink / raw)
To: FFmpeg development discussions and patches
On Thu, Mar 2, 2023 at 7:02 PM Thilo Borgmann <thilo.borgmann@mail.de> wrote:
>
> Am 01.03.23 um 08:46 schrieb Werner Robitza:
> > On Wed, Mar 1, 2023 at 1:15 AM Thilo Borgmann <thilo.borgmann@mail.de> wrote:
> >>
> >> Am 28.02.23 um 18:12 schrieb Werner Robitza:
> >>> On Tue, Feb 28, 2023 at 2:16 PM Thilo Borgmann <thilo.borgmann@mail.de> wrote:
> >>>>
> >>>> Am 28.02.23 um 14:13 schrieb Thilo Borgmann:
> >>>>> 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.
> >>>>
> >>>> You might want to add the URL of the current spec, though:
> >>>> https://www.itu.int/rec/T-REC-P.910-202207-I/en
> >>>
> >>> Sure, patch attached.
> >>
> >> Looks better but wait - why did you change the implemented version from 09/99 to 11/21 in the first place?
> >> (Does this not even make it more wrong?)
> >
> > No, as the (legacy) definition of SI/TI is the same, no matter if you
> > are using the version from '99 or '21. It was only changed in '22.
> > But it is common practice to refer to the latest versions of ITU-T
> > recommendations where possible.
> > (If only to avoid people looking at really outdated versions and then
> > citing/using something from those.)
>
> Pushed.
Thanks!
_______________________________________________
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".
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-03-02 18:53 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 11:42 [FFmpeg-devel] [PATCH] doc/filters: update SITI description Werner Robitza
2023-02-28 13:13 ` Thilo Borgmann
2023-02-28 13:15 ` Thilo Borgmann
2023-02-28 17:12 ` Werner Robitza
2023-03-01 0:15 ` Thilo Borgmann
2023-03-01 7:46 ` Werner Robitza
2023-03-02 18:01 ` Thilo Borgmann
2023-03-02 18:52 ` Werner Robitza
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git