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

FFmpeg trac at avcodec.org
Tue Apr 17 13:08:46 CEST 2012


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

Comment (by ls):

 I retried this call from my previous example:
 {{{
 $ ffmpeg -i 00000.MTS -vf movie=00000.MTS,yadif=1,setpts=PTS-
 STARTPTS,scale=1280:720[mov],[in]yadif=1,setpts=PTS-
 STARTPTS,[mov]overlay=0:0 -y out.mp4
 [...]
 [overlay @ 0x208bf60] Overlay area (0,0)<->(1920,1080) not within the main
 area (0,0)<->(1280,720) or zero-sized
 Error opening filters!
 }}}

 This worked before, I was suspecting a problem with the order maybe I am
 wrong and something else regarding the syntax accepted has changed. Anyway
 it is not too important.

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


More information about the FFmpeg-trac mailing list