[FFmpeg-trac] #198(FFmpeg:new): Video filters bug?

FFmpeg trac at avcodec.org
Fri May 13 14:12:16 CEST 2011


#198: Video filters bug?
--------------------------+---------------------
  Reporter:  burek        |      Owner:  michael
      Type:  defect       |     Status:  new
  Priority:  minor        |  Component:  FFmpeg
   Version:  unspecified  |   Keywords:
Blocked By:               |   Blocking:
Reproduced:  0            |   Analyzed:  0
--------------------------+---------------------
 Hi,

 While helping a guy to stack 'scale' and 'crop' video filters, we've
 encountered a possible bug, so I think it's better to report it, although
 I'm not sure if the duplicate of this report exist.

 Anyway: "scale=-1:480,crop=iw-mod(iw,2):480" gives: No such filter:
 '2):480'

 when
 -vf "scale=-1:480,crop=iw-mod(iw,2):480"
 is given, ffmpeg mistakes the comma in the parenthesis for the delimiter
 of video filters (or this is the intended behavior?)

 however, the issue can be resolved with a workaround:
 "scale=-1:480,crop=(iw-mod(iw\,2)):480"

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/198>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list