On Tue, Aug 11, 2015 at 4:00 AM, Clément Bœsch <u...@pkh.me> wrote: > 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.
Hmm, so there are inconsistencies in this, e.g ffmpeg.texi for -ss has what I added above, while -timestamp (in ffmpeg.texi) has the pointer to the detailed ref. In fact although the pointer to ffmpeg-utils is correct, the description "date must be a time duration specification" is not. So the description in ffmpeg-utils is complete and correct as far as I can see. I will therefore rework both ffmpeg.texi and ffplay.texi to refer to the appropriate section of ffmpeg-utils. Thanks. > > -- > Clément B. > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel