Hi, On Sat, Apr 9, 2011 at 11:49 AM, Reinhard Tartler <[email protected]> wrote: > From: Stefano Sabatini <[email protected]> > > --- > doc/ffmpeg.texi | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi > index 21c6f2c..0fee4b7 100644 > --- a/doc/ffmpeg.texi > +++ b/doc/ffmpeg.texi > @@ -232,7 +232,13 @@ The following abbreviations are recognized: > @end table > > @item -aspect @var{aspect} > -Set aspect ratio (4:3, 16:9 or 1.3333, 1.7777). > +Set the video display aspect ratio specified by @var{aspect}. > + > +@var{aspect} can be a floating point number string, or a string of the > +form @var{num}:@var{den}, where @var{num} and @var{den} are the > +numerator and denominator of the aspect ratio. For example "4:3", > +"16:9", "1.3333", and "1.7777" are valid argument values.
OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
