[FFmpeg-devel] [PATCH] libavfilter/vf_drawtext:support to set glyph spacing while drawing text.

2017-07-20 Thread efren yang
-vf drawtext="glyph_spacing=10:text="PROGRAMMING":fontfile=demo.ttf" -f flv 1.flv could set glyph spacing 10 pixel. Signed-off-by: efren yang <efren_y...@163.com> --- doc/filters.texi | 4 libavfilter/vf_drawtext.c | 3 +++ 2 files changed, 7 inser

[FFmpeg-devel] [PATCH] vf_drawtext: support to set glyph spacing while drawing text. ./ffmpeg -i input -vf drawtext="glyph_spacing=10:textfile=1.txt:fontfile=demo.ttf" -f flv 1.flv could set glyph spa

2017-07-20 Thread efren yang
Signed-off-by: efren yang <efren_y...@163.com> --- libavfilter/vf_drawtext.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index 137ae5891e..c96c5a 100644 --- a/libavfilter/vf_drawtext.c +++ b/libav

[FFmpeg-devel] [PATCH] vf_drawtext: support to set word spacing while drawing text. ./ffmpeg -i input -vf drawtext="word_spacing=10:textfile=1.txt:fontfile=demo.ttf" -f flv 1.flv could set word spacin

2017-07-19 Thread efren yang
Signed-off-by: efren yang <efren_y...@163.com> --- libavfilter/vf_drawtext.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index f6151443bb..137ae5891e 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@

[FFmpeg-devel] [PATCH] support set words' space

2017-07-19 Thread efren yang
0001-support-set-words-space.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel