Hi, On 12/31/14, Les Irvin wrote: > Is it possible to right-justify text on a video at a certain coordinate > using drawtext? I see no documentation on this.
Just set the starting x coordinate as many pixels to the left of that certain coordinate as your text is wide: x=CERTAIN_COORDINATE-text_w Regards, Víctor _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
