[FFmpeg-devel] [PATCH] doc/filters: fix localtime drawtext example.

Michael Niedermayer michaelni at gmx.at
Sun Oct 19 05:16:32 CEST 2014


On Fri, Oct 03, 2014 at 02:57:50AM +0200, Simon Thelen wrote:
> On 10/09/14 at 00:01, Simon Thelen wrote:
> > The colon after the localtime function call needs an additional layer of
> > escaping or else everything until the next colon is treated as a
> > fontfile.
> > 
> > Signed-off-by: Simon Thelen <ffmpeg-dev at c-14.de>
> > ---
> >  doc/filters.texi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/doc/filters.texi b/doc/filters.texi
> > index bb486ea..5d49c5b 100644
> > --- a/doc/filters.texi
> > +++ b/doc/filters.texi
> > @@ -4185,7 +4185,7 @@ drawtext='fontfile=Linux Libertine O-40\:style=Semibold:text=FFmpeg'
> >  @item
> >  Print the date of a real-time encoding (see strftime(3)):
> >  @example
> > -drawtext='fontfile=FreeSans.ttf:text=%@{localtime:%a %b %d %Y@}'
> > +drawtext='fontfile=FreeSans.ttf:text=%@{localtime\:%a %b %d %Y@}'
> >  @end example
> >  
> >  @item
> > -- 
> > 2.1.0
> > 
> Ping?

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is what and why we do it that matters, not just one of them.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141019/3771b18f/attachment.asc>


More information about the ffmpeg-devel mailing list