Search found 2 matches

by refsvik
2012-04-01T03:31:08-07:00
Forum: Users
Topic: Montage extremely slow
Replies: 2
Views: 5590

Montage extremely slow

Using 6.7.6-0 version of Imagemagick montage on my latest gen MBP with the latest OS, I am trying to annotate my name into the corner of a png file:

$mogrify -gravity southeast -fill white -pointsize 30 -annotate +15+10 'Kjell Are Refsvik' square6.png

The png-file is 600x600 pixels and this ...
by refsvik
2011-06-23T00:14:58-07:00
Forum: Users
Topic: Adding text to video frames?
Replies: 8
Views: 21079

Adding text to video frames?

Hi,

I have extracted numbered still frames (1080) from a video sequence using ffmpeg, and want to see if I can write text (single line text credits) on the frames before collecting the PNGs back together as a movie again with ffmpeg afterwards.

There appears to be a number of ways to do this in ...