[FFmpeg-user] -s[:stream_specifier] size (input/output, per-stream)

Moritz Barsnick barsnick at gmx.net
Thu Mar 24 21:28:04 CET 2016


On Thu, Mar 24, 2016 at 12:08:32 -0600, jd1008 wrote:
> So, setting the option  -s 1920x10180  might be followed by the extra 
> specifiers: input/output ...etc ??

What the quoted text in your subject says is that the "-s" option can
be used as an input or as an output option, valid per stream stream.

You can apparently add stream specifiers: "-s:v:0", "-s:v:1". (I have
never seen it used like that.)

The most common use case is to use it as an output option with one
output stream. Then it needs to be located after the "-i" input and
before the output.

Moritz


More information about the ffmpeg-user mailing list