[FFmpeg-trac] #2465(avfilter:new): Hue/Edgedetect filter bug after scale and padding

FFmpeg trac at avcodec.org
Fri Apr 12 20:46:24 CEST 2013


#2465: Hue/Edgedetect filter bug after scale and padding
------------------------------------+------------------------------------
             Reporter:  jbvsmo      |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avfilter
              Version:  git-master  |               Resolution:
             Keywords:  hue         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by jbvsmo):

 Those are probably the same bug (related to the scale action)


 The filter graph is like this:

 {{{
 input --> scale --> split ---> pad=iw*2 ---> overlay=w --> output
                      |                          ^
                      |                          |
                      +------> some_filter ------+
 }}}

 The "some_filter" is what changed. With "hue" and "edgedetect", something
 weird will appear, but it is '''related to the "scale" filter'''

 If you remove the "scale" step, the output will be fine!

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


More information about the FFmpeg-trac mailing list