On Mon, Aug 10, 2015 at 10:37:30PM -0400, Ganesh Ajjanagadde wrote: > Fixes Ticket4595 > > Signed-off-by: Ganesh Ajjanagadde <gajjanaga...@gmail.com> > --- > doc/ffplay.texi | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/doc/ffplay.texi b/doc/ffplay.texi > index 1ee3c30..c98c3bb 100644 > --- a/doc/ffplay.texi > +++ b/doc/ffplay.texi > @@ -47,9 +47,15 @@ Disable video. > @item -sn > Disable subtitles. > @item -ss @var{pos} > -Seek to a given position in seconds. > +Seek to @var{pos}. Note that in most formats it is not possible to seek > +exactly, so @command{ffplay} will seek to the closest seek point before > +@var{pos}. > + > +@var{pos} may be either in seconds or in @code{hh:mm:ss[.xxx]} form. > @item -t @var{duration} > -play <duration> seconds of audio/video > +play @var{duration} seconds of audio/video. > + > +@var{duration} may be either in seconds, or in @code{hh:mm:ss[.xxx]} form. > @item -bytes > Seek by bytes. > @item -nodisp
git grep -i 'time duration syntax' and try to copy this instead. -- Clément B.
pgp0DKiyYE9Hf.pgp
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel