[FFmpeg-devel] [PATCH] avfilter: Port mp=softpulldown to lavfi
Paul B Mahol
onemda at gmail.com
Wed Jan 28 15:51:37 CET 2015
On 1/28/15, Paul B Mahol <onemda at gmail.com> wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> Still not bit-exact. Dunno why. Any help is welcome.
> ---
> LICENSE.md | 1 +
> configure | 1 +
> doc/filters.texi | 9 +++
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/vf_softpulldown.c | 184
> ++++++++++++++++++++++++++++++++++++++++++
> 6 files changed, 197 insertions(+)
> create mode 100644 libavfilter/vf_softpulldown.c
>
[...]
> + at section softpulldown
> +
> +This filter acts on the MPEG-2 flags used for soft 3:2 pulldown
> +(soft telecine).
> +
> +It uses the mpeg2 video header information to make 29.97 fps out
> +of 23.976 fps soft telecined material.
> +This should help especially for dvds which are partly sof telecined.
locally fixed typo
[...]
More information about the ffmpeg-devel
mailing list