[FFmpeg-devel] [PATCH] lavfi: port mcdeint filter from libmpcodecs
Stefano Sabatini
stefasab at gmail.com
Mon May 27 19:43:01 CEST 2013
On date Monday 2013-05-27 17:05:33 +0200, Stefano Sabatini encoded:
> On date Monday 2013-05-27 13:30:27 +0200, Clément Bœsch encoded:
> > On Mon, May 27, 2013 at 03:24:33AM +0200, Stefano Sabatini wrote:
> > > TODO: bump minor, update changelog
> > > ---
> > > configure | 1 +
> > > doc/filters.texi | 33 ++++++
> > > libavfilter/Makefile | 2 +
> > > libavfilter/allfilters.c | 1 +
> > > libavfilter/vf_mcdeint.c | 288 ++++++++++++++++++++++++++++++++++++++++++++++
> > > 5 files changed, 325 insertions(+)
> > > create mode 100644 libavfilter/vf_mcdeint.c
[...]
Updated with a few simplifications and various minor fixes.
The command:
$ ffmpeg -video_size cif -i ~/s/foreman_cif.yuv -vf tinterlace=interleave_top,mcdeint,showinfo -t 1 -f md5 -
still produces output different from mp=mcdeint in the chroma
planes. Hints or suggestions for debugging it are welcome.
--
FFmpeg = Fierce and Frightening Multimedia Philosophical Exploitable Game
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-port-mcdeint-filter-from-libmpcodecs.patch
Type: text/x-diff
Size: 14687 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130527/b4a80744/attachment.bin>
More information about the ffmpeg-devel
mailing list