[FFmpeg-trac] #2595(avfilter:open): Last frame of partly deintelacted video stream, not deinterlaced

FFmpeg trac at avcodec.org
Fri May 2 09:01:03 CEST 2014


#2595: Last frame of partly deintelacted video stream, not deinterlaced
------------------------------------+------------------------------------
             Reporter:  khali       |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avfilter
              Version:  git-master  |               Resolution:
             Keywords:  yadif       |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by cehoyos):

 * status:  new => open
 * reproduced:  0 => 1


Comment:

 Your input video is not actually interlaced but the phase is inverted for
 the first 27 frames, this can be fixed with the phase filter:
 {{{
 $ ffmpeg -i ffmpeg-bug-2595.mpg -vf phase out.mp4
 }}}

 I am not saying that there is no issue with yadif though.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/2595#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list