Re: [FFmpeg-devel] [PATCH 2/2] new option for drawtext (boxborderw = set box border width)

2015-02-06 Thread Liviu Oniciuc
On 2/6/2015 5:11 AM, Nicolas George wrote: > The "box" that drawtext draws around the text is filled, it corresponds > to the "background" CSS property, and adding border in it corresponds > to what CSS calls "padding". Got confused by the borderw option, and based my name on what I expected bord

Re: [FFmpeg-devel] [PATCH 2/2] new option for drawtext (boxborderw = set box border width)

2015-02-05 Thread Liviu Oniciuc
opment Policy' i did test this option for single and multiline overlay text, and for cases were the text offset is smaller then the border size LiviuO On 2/4/2015 1:13 PM, Clément Bœsch wrote: On Tue, Feb 03, 2015 at 09:01:30AM -0800, Liviu Oniciuc wrote: at this time the drawtext box ext

[FFmpeg-devel] [PATCH 3/3] update docs: remove the non-negative number requirement for start_number

2015-02-03 Thread Liviu Oniciuc
--- doc/muxers.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index b0bed7e..a8225fc 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -381,8 +381,7 @@ ffmpeg -f v4l2 -r 1 -i /dev/video0 -f image2 -strftime 1 "%Y-%m-%d_%H-%M-%S.jpg

[FFmpeg-devel] [PATCH 2/2] new option for drawtext (boxborderw = set box border width)

2015-02-03 Thread Liviu Oniciuc
at this time the drawtext box extends only for the width and height of the text. for a better visual appearance a new option was added (boxboderw) to set how much the box should extend outside of the text area Signed-off-by: Liviu Oniciuc --- libavfilter/vf_drawtext.c | 6 +- 1 file changed

[FFmpeg-devel] [PATCH 1/2] remove the non-negative number requirement for start_number option

2015-02-03 Thread Liviu Oniciuc
industrial cameras usually mark the trigger frame as frame number 0 all frames saved before trigger frame receive a negative sequence number --- libavformat/img2dec.c | 2 +- libavformat/utils.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 libavformat/img