[FFmpeg-trac] #1040(avfilter:reopened): yadif filter with movie source causes assertion failure

FFmpeg trac at avcodec.org
Tue Apr 17 12:08:43 CEST 2012


#1040: yadif filter with movie source causes assertion failure
------------------------------------+------------------------------------
             Reporter:  ls          |                    Owner:
                 Type:  defect      |                   Status:  reopened
             Priority:  normal      |                Component:  avfilter
              Version:  git-master  |               Resolution:
             Keywords:  yadif       |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by ls):

 With the current git head (ffmpeg V. N-33379-g788a60d) everything works
 fine now. No error messages are generated. yadif=1 seems to work fine.
 However the order of inputs to the overlay filter has changed meanwhile.
 Thus a working call is now:
 {{{
 ffmpeg -i 00000.MTS -vf movie=00000.MTS,yadif=1,setpts=PTS-
 STARTPTS,scale=1280:720[mov1]';'[in]yadif=1,setpts=PTS-
 STARTPTS[mov2]';'[mov2][mov1]overlay=0:0 -y out.mp4
 }}}

 This bug can be closed now, everything addressed here is fixed.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1040#comment:10>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list