• Limin Wang's avatar
    avfilter/f_select: yuv will use Y plane only for scenecut detect · ad3ef00c
    Limin Wang authored
    At the moment scene change detection score uses all planes to detect scene
    changes. In this regard this is similar how the frozen frames detection works.
    However, in classic encoding scene change detection typically only uses the Y
    plane.
    
    We might get more resonable scores for scene change if we also use only
    the Y plane for calculating the score if the pixel format is YUV. Although
    this will require additional work once packed YUV formats are added,
    because for the moment the generic scene sad score calculation has no way
    to ignore some components in a packed format.
    Signed-off-by: 's avatarLimin Wang <lance.lmwang@gmail.com>
    Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
    ad3ef00c
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...