Advertisement
Guest User

Multiply blend mode using FFMPEG adds green overlay

a guest
Mar 26th, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/bash
  2. vagrant ssh -c "./ffmpeg \
  3. -i /vagrant/public/uploads/video/bw_RzWecVH02p.avi -i /vagrant/public/img/red_ellipse.png \
  4. -filter_complex "blend=all_mode='multiply'" \
  5. /vagrant/public/uploads/video/overlay_RzWecVH02p.mp4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement