e to plot the entire path or the
basename of it respectively to the frame being processed.
doc/filters: The documentation for drawtext was also updated and an usage
example was added.
Fixes #2874.
Signed-off-by: Alexandre Heitor Schmidt
---
doc/filters.texi | 13 +
fftools/ffmpe
On 14/12/2019 23:15, Marton Balint wrote:
On Sat, 14 Dec 2019, Alexandre Heitor Schmidt wrote:
avfilter/drawtext: Added two special metadata tags which can, be used by
'drawtext' filter and others to have access to source file path, and its
basename.
The new field AVPacket->sou
On 15/12/2019 15:04, Michael Niedermayer wrote:
> On Sat, Dec 14, 2019 at 10:59:31PM +0000, Alexandre Heitor Schmidt wrote:
>> avfilter/drawtext: Added two special metadata tags which can, be used by
>> 'drawtext' filter and others to have access to source file
cumentation for drawtext was also updated and an usage
example was added.
Fixes #2874.
Signed-off-by: Alexandre Heitor Schmidt
---
doc/filters.texi | 15 +--
libavformat/img2.h| 2 ++
libavformat/img2dec.c | 28
3 files changed, 43 insertions(
size=20:fontcolor=white:fontfile=FreeSans.ttf:text='%{metadata\:source_basename\:NA}':x=10:y=10"
+ at end example
+
So I'm attaching the patch to make life easier.
Thank you!
Alex.
On 16/12/2019 22:26, Alexandre Heitor Schmidt wrote:
This is the second time I'm submiting this
On 17/12/2019 00:35, Marton Balint wrote:
> On Mon, 16 Dec 2019, Alexandre Heitor Schmidt wrote:
>> This is the second time I'm submiting this patch, now modified to be
>> less intrusive, as sugested by Marton Balint, and hopefully without git
>> send-email messing up
On 19/12/2019 16:46, Michael Niedermayer wrote:
> On Tue, Dec 17, 2019 at 02:30:39PM +0000, Alexandre Heitor Schmidt wrote:
>> On 17/12/2019 00:35, Marton Balint wrote:
>>> On Mon, 16 Dec 2019, Alexandre Heitor Schmidt wrote:
>>>> This is the second time I'm su
On 19/12/2019 16:46, Michael Niedermayer wrote:
> On Tue, Dec 17, 2019 at 02:30:39PM +0000, Alexandre Heitor Schmidt wrote:
>> On 17/12/2019 00:35, Marton Balint wrote:
>>> On Mon, 16 Dec 2019, Alexandre Heitor Schmidt wrote:
>>>> This is the second time I'm su
ou for the hints.
Alex.
On 21/12/2019 16:34, Nicolas George wrote:
Alexandre Heitor Schmidt (12019-12-21):
I fixed it again. Some {} weren't escaped by the "@" character, thus causing
this error.
How did this happen? Did you not build ffmpeg completely (and run FATE)
before send
h this minor change corrected.
Thanks!
Alex.
>From 95ebffed3784ba12a32966128136e8deae0d8386 Mon Sep 17 00:00:00 2001
From: Alexandre Heitor Schmidt
Date: Sat, 21 Dec 2019 16:19:31 +
Subject: [PATCH] avformat/image2: Metadata identifying the source path of
input filename and documentation for its usage.
libavforma
> you may have to only activate this (or at least the full path
metadata) feature
> if the user explicitly requests it. Probably the best way to do that
is to
> introduce a new option of the image2 demuxer, probably with an
AV_OPT_TYPE_FLAGS
> type.
Do you mean image2 should, for example, have
> About security
> The file path can reveal a wide range of information like
> The platform used,
> The username,
> A potentially writable location
> And a lot more depending on how the directories are layed out
>
> About privacy
> The username is commonly related to the users real name, thats
> s
On 26/12/2019 14:01, Alexandre Heitor Schmidt wrote:
> > you may have to only activate this (or at least the full path
metadata) feature
> > if the user explicitly requests it. Probably the best way to do
that is to
> > introduce a new option of the image2 demuxer
-framerate 18 -i '/path/to/input/files/*.jpg'
-filter_complex drawtext="fontsize=40:fontcolor=white:
fontfile=FreeSans.ttf:borderw=2:bordercolor=black:
text='%{metadata\:lavf.image2dec.source_basename\:NA}':x=5:y=50"
output.avi
Fixes #2874.
Signed-off-by: Al
Hi there! I'm just writing to make sure this patch wasn't forgotten. :)
Best wishes to you all!
Alex.
On 01/01/2020 17:17, Alexandre Heitor Schmidt wrote:
The patch follows attached, to avoid formatting issues. The
commit message is as follows:
avformat/image2: Upon request, make
On 09/01/2020 21:39, Marton Balint wrote:
>
>
> On Sat, 4 Jan 2020, Alexandre Heitor Schmidt wrote:
>
>> Hi there! I'm just writing to make sure this patch wasn't forgotten. :)
>
> Thanks, I think the patch is fine now, I will apply it tomorrow if
there are
doc/demuxers.texi: Documented how to use the new parameter.
Usage example:
ffmpeg -i /dev/video0 -strftime 1 -strftime_mkdir 1
"/tmp/%Y/%m/%Y_%m_%d-%H_%M_%S.jpg"
---
doc/muxers.texi | 13 +
libavformat/img2enc.c | 28 +++-
2 files changed, 36 insertions
17 matches
Mail list logo