[FFmpeg-devel] [PATCH 1/2] doc/ffplay: make timespec more precise

Clément Bœsch u at pkh.me
Tue Aug 11 10:00:45 CEST 2015


On Mon, Aug 10, 2015 at 10:37:30PM -0400, Ganesh Ajjanagadde wrote:
> Fixes Ticket4595
> 
> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at 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
> + at var{pos}.
> +
> + at 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.
> +
> + at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150811/23a6a8d1/attachment.sig>


More information about the ffmpeg-devel mailing list