[FFmpeg-trac] #1480(undetermined:new): Grouping of command line options for more clarity

FFmpeg trac at avcodec.org
Sat Jun 23 10:06:29 CEST 2012


#1480: Grouping of command line options for more clarity
-------------------------------------+-------------------------------------
             Reporter:  burek        |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by Cigaes):

 You can already write your command line that way:

 {{{
 ffmpeg \\
   -f mjpeg -r 25 -i input  \\
   -c:v libx264 -crf 23 -preset medium \\
   -acodec libfaac -ab 32k -ar 44100 -ac 2 \\
   -f mpegts output
 }}}

 if you want. Is it not readable enough for you?

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


More information about the FFmpeg-trac mailing list