[FFmpeg-trac] #4990(avfilter:closed): fieldmatch+decimate duplicate frames with yuv

FFmpeg trac at avcodec.org
Wed Aug 31 17:05:36 EEST 2016


#4990: fieldmatch+decimate duplicate frames with yuv
------------------------------------+------------------------------------
             Reporter:  nullb       |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avfilter
              Version:  git-master  |               Resolution:  fixed
             Keywords:  pullup      |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by richardpl):

 * status:  open => closed
 * resolution:   => fixed


Comment:

 Fixed in 962727acb4e3c4dff856b48460ddcf747fcfda93.
 Tested with mpv vapoursynth filter, and this script:

 {{{
 import vapoursynth as vs
 core = vs.get_core()
 video = video_in
 video = core.vivtc.VDecimate(video)
 video.set_output()
 }}}

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


More information about the FFmpeg-trac mailing list