diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-12-07 12:19:28 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-12-07 12:23:16 +0100 |
commit | b08e8d520e204e7d45db15e53d0604f17c2431d9 (patch) | |
tree | 12c78d8db24c4bf0a47fc0b9db9852bd6c796dd8 | |
parent | f2e0351b7720390338f33017d2cfe1ad40828b6a (diff) | |
download | ffmpeg-b08e8d520e204e7d45db15e53d0604f17c2431d9.tar.gz |
doc/filters: link framesync options for msad/identity/vif
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4b74bce34f..e6782c5e93 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15070,6 +15070,8 @@ the logging system. The filter stores the calculated identity scores of each frame in frame metadata. +This filter also supports the @ref{framesync} options. + In the below example the input file @file{main.mpg} being processed is compared with the reference file @file{ref.mpg}. @@ -17202,6 +17204,8 @@ the logging system. The filter stores the calculated MSAD of each frame in frame metadata. +This filter also supports the @ref{framesync} options. + In the below example the input file @file{main.mpg} being processed is compared with the reference file @file{ref.mpg}. @@ -24048,6 +24052,8 @@ The obtained average VIF score is printed through the logging system. The filter stores the calculated VIF score of each frame. +This filter also supports the @ref{framesync} options. + In the below example the input file @file{main.mpg} being processed is compared with the reference file @file{ref.mpg}. |