Skip to content

Instantly share code, notes, and snippets.

@Stylesproline
Created March 18, 2021 08:59
Show Gist options
  • Select an option

  • Save Stylesproline/5294a3d15bd651fe5f9ac370aba27078 to your computer and use it in GitHub Desktop.

Select an option

Save Stylesproline/5294a3d15bd651fe5f9ac370aba27078 to your computer and use it in GitHub Desktop.
ffmpeg -i <input.mp4> -vf "[in]drawtext=text='https://gist.github.com/': fontcolor=white: borderw=2: fontfile=Arial Black: fontsize=w*0.04: x=(w-text_w)-(w*0.04): y=(h-text_h)-(w*0.04): enable='between(t,0,6)',\
drawtext=text='https://github.com/Stylesproline': fontcolor=white: borderw=2: fontfile=Arial Black: fontsize=w*0.04: x=(w-text_w)/2: y=(h-text_h)/2: enable='between(t,7,8)',\
drawtext=text='Stack I': fontcolor=white: borderw=2: fontfile=Arial Black: fontsize=w*0.04: x=(w-text_w)/2: y=(h-text_h)/2: enable='between(t,9,10)'[out]" -codec:a copy <output.mp4>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment