[FFmpeg-trac] #2127(FFmpeg:closed): -- does not separate options and arguments before

FFmpeg trac at avcodec.org
Sun Jan 20 02:45:01 CET 2013


#2127: -- does not separate options and arguments before
------------------------------------+----------------------------------
             Reporter:  phihag      |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  important   |                Component:  FFmpeg
              Version:  git-master  |               Resolution:  fixed
             Keywords:  regression  |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+----------------------------------
Changes (by cehoyos):

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


Comment:

 The behaviour has changed in current git head so that the following
 command line produces a 128x128 png and a 512x512 jpg.
 {{{
 $ ffmpeg -i tests/lena.pnm -s 128x128 -- -out.png -s 512x512 -- -out.jpg
 }}}

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


More information about the FFmpeg-trac mailing list