[FFmpeg-devel] [PATCH] avfilter: Port mp=softpulldown to lavfi

Stefano Sabatini stefasab at gmail.com
Wed Jan 28 10:24:42 CET 2015


On date Tuesday 2015-01-27 11:14:36 +0000, Paul B Mahol encoded:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> Not-bitexact, dunno why. Do not have actual samples to test.
> ---
>  LICENSE.md                    |   1 +
>  configure                     |   1 +
>  libavfilter/Makefile          |   1 +
>  libavfilter/allfilters.c      |   1 +
>  libavfilter/vf_softpulldown.c | 177 ++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 181 insertions(+)
>  create mode 100644 libavfilter/vf_softpulldown.c

Could you also add some docs, please?

[...]
> +AVFilter ff_vf_softpulldown = {
> +    .name          = "softpulldown",

> +    .description   = NULL_IF_CONFIG_SMALL("Mpeg2 soft 3:2 pulldown"),

"Apply MPEG soft 3:2 pulldown."

Note that I don't really know what this means, some explanations may
be due in filters.texi.

[...]
-- 
FFmpeg = Frightening and Fascinating Moronic Power Egregious Game


More information about the ffmpeg-devel mailing list