Advertisement
Guest User

Untitled

a guest
Feb 9th, 2018
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ffmpeg -i input.mp4 \
  2. -vf \
  3. "drawtext=fontfile=font.ttf:fontsize=80:fontcolor=yellow@0.5:text='studentname': \
  4. x=if(eq(mod(t\,30)\,0)\,rand(0\,(W-tw))\,x): \
  5. y=if(eq(mod(t\,30)\,0)\,rand(0\,(H-th))\,y)" \
  6. -c:v libx264 -crf 23 -c:a copy output.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement