[FFmpeg-devel] [PATCH 1/2] lavfi: remove mp=ilpack filter

Stefano Sabatini stefasab at gmail.com
Sat May 4 15:59:14 CEST 2013


On date Monday 2013-04-29 10:29:33 +0000, Paul B Mahol encoded:
> On 4/29/13, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> > Paul B Mahol <onemda <at> gmail.com> writes:
> >
> >> The filter does not work, asserts here.
> >
> > Isn't the only thing missing setting the
> > correct output pixel format?
> 
> Science when this filter was broken, and nobody complained?
> 
> Also its not needed any more as similar funcionality is already
> available in native filter.

I'm not an user of the filter, so can't say even what is useful
for. Can someone comment on it?

Is it possible emulate it with the native filters?

>From mplayer:

  ilpack=mode

  When interlaced video is stored in YUV 4:2:0 formats, chroma
  interlacing does not line up properly due to vertical downsampling
  of the chroma channels.  This filter packs the planar 4:2:0 data
  into YUY2 (4:2:2) format with the chroma lines in their proper
  locations, so that in any given scanline, the luma and chroma data
  both come from the same field.
                 <mode>
                      Select the sampling mode.
                         0: nearest-neighbor sampling, fast but incorrect
                         1: linear interpolation (default)
-- 
FFmpeg = Fierce Forgiving Majestic Problematic Entertaining Governor


More information about the ffmpeg-devel mailing list