[FFmpeg-user] Drawtext and Metadata

Grant Griffith grant.griffith at mono-1.com
Wed Oct 17 17:12:15 EEST 2018


I've tested many variation on the metadata flag, but per the recommendation
earlier I've tried this. It will error out and just won't print anything.

The command I'm attempting...

./ffmpeg -i "$1" \
-vf "select=gt(scene\,0.087),\
scale=192:-1,\
tile=10x10,\
drawtext="fontfile=/System/Library/Fonts/Helvetica.ttc":\
text='%{metadata=print\:key=duration}' :\
fontcolor=magenta:\
shadowx=3:\
shadowy=3:\
shadowcolor=black at .7:\
fontsize=60\:\
x=(w-text_w)/2:\
y=(h-text_h)/2:\
box=1:\
boxcolor=lime at .45:\
boxborderw=200:" \
-hide_banner \
-v error \
-frames:v 1 \
-q:v 7 \
"${output}"


Variations - no error, just no output or the last value e.g. "Duration"---
text='%{metadata\:print\:key=Duration}'
text='%{metadata\:0\:Duration}'
text='%{metadata\:creation_date}'
text='%{metadata\:Creator}'
text='%{metadata\:filename}'

The output of those variations looks like this:
https://imgur.com/a/jdohoLa

On Tue, Oct 16, 2018 at 4:51 PM Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> 2018-10-16 22:35 GMT+02:00, Grant Griffith <grant.griffith at mono-1.com>:
> > No luck. "[Parsed_drawtext_3 @ 0x7fd419428000] %{metadata=print}
> > is not knowned=   0x   "
>
> Please provide the command line you tested together with the complete,
> uncut console output.
>
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



-- 


Grant Griffith
IT Manager

MONO
612.454.4946 <612-454-4946> Direct
612.454.4900 <612-454-4900> Main
MONO-1.COM <https://mono-1.com>


More information about the ffmpeg-user mailing list