Ubuntu Pastebin

Paste from command at Thu, 22 Jun 2017 22:02:15 +0000

Download as text
1
2
3
4
ffmpeg -f lavfi -i color=c=blue:s=320x240:d=0.5 -vf \
"drawtext=fontfile=/path/to/font.ttf:fontsize=30: \
 fontcolor=white:x=(w-text_w)/2:y=(h-text_h)/2:text='Stack Overflow'" \
output.gif
Download as text