Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Last active May 11, 2022 07:22
Show Gist options
  • Save YHaruoka/cd67e0e6fcbd1fcda7b268c54cdb764c to your computer and use it in GitHub Desktop.
Save YHaruoka/cd67e0e6fcbd1fcda7b268c54cdb764c to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -filter_complex "drawtext=fontfile=C\\://WINDOWS/Fonts/arial.ttf:text='test':fontcolor=blue:fontsize=64:x=40:y=40" output.mp4
ffmpeg -i input.mp4 -filter_complex "drawtext=fontfile=C\\://WINDOWS/Fonts/arial.ttf:text='test':fontcolor=blue:fontsize=64:x=40:y=40:box=1:boxcolor=black@0.3: boxborderw=20" output.mp4
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment