[FFmpeg-trac] #4836(documentation:new): doc/filters: fix localtime drawtext example.
FFmpeg
trac at avcodec.org
Mon Sep 7 23:05:05 CEST 2015
#4836: doc/filters: fix localtime drawtext example.
-------------------------------------+-------------------------------------
Reporter: Nikita | Type: defect
Status: new | Priority: minor
Component: | Version:
documentation | unspecified
Keywords: | Blocked By:
documentation | Reproduced by developer: 0
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Need to fix drawtext text expansion example in documentation:
http://ffmpeg.org/ffmpeg-filters.html#Examples-37
From:
drawtext='fontfile=FreeSans.ttf:text=%{localtime\:%a %b %d %Y}'
To:
drawtext='fontfile=FreeSans.ttf:text=%{localtime\\:%a %b %d %Y}'
Description of why to use the double backslash:
https://trac.ffmpeg.org/ticket/3253
Related old fix:
https://ffmpeg.org/pipermail/ffmpeg-devel/2014-September/162729.html
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4836>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list