[FFmpeg-trac] #6148(documentation:closed): ffmpeg-protocols should say how to use options

FFmpeg trac at avcodec.org
Tue Feb 14 01:16:28 EET 2017


#6148: ffmpeg-protocols should say how to use options
-------------------------------------+-------------------------------------
             Reporter:  jidanni      |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:
              Version:  git-master   |  documentation
             Keywords:               |               Resolution:  fixed
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by llogan):

 This bug tracker isn't a user help resource, but you need to learn the
 basics first. Option placement matters: input options should be placed
 before the input. As it is, your example would apply to the output. See
 the synopsis:

 http://ffmpeg.org/ffmpeg.html#Synopsis

 So an example may look like:

 {{{
 ffmpeg -blocksize 1000 -i pipe:0 output.mkv
 }}}

 If you have further usage questions please ask the ffmpeg-user mailing
 list or visit the #ffmpeg IRC channel.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6148#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list