[FFmpeg-user] Text on multiple lines
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat May 16 10:40:15 CEST 2015
lorenzo angeli <lorenzo.angeli <at> efestolab.uk> writes:
> -v trace
WHY?
I don't know if it helps you but the following
works as expected (the source code does not
search for the string "\n" but for the actual
carriage return):
[code]
$ ffmpeg -f lavfi -i "color=white:d=10,drawtext=text='two
> lines'" out.avi
[/code]
(The "> " is printed by my shell when I hit "Enter"
after "two".)
Carl Eugen
More information about the ffmpeg-user
mailing list