#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac