Skip to content

Instantly share code, notes, and snippets.

@amane-katagiri
Created June 5, 2017 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amane-katagiri/543bc88ca61a442a347a7d473a41e705 to your computer and use it in GitHub Desktop.
Save amane-katagiri/543bc88ca61a442a347a7d473a41e705 to your computer and use it in GitHub Desktop.
LGTM movie maker
ffmpeg -i input.mp4 -filter_complex "drawtext=fontfile=/usr/share/fonts/truetype/mplus/mplus-1p-bold.ttf:text=LGTM:x=(w-text_w)/2:y=(h-text_h-line_h)/2:fontcolor=white:fontsize=200" output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment