Guest User

Untitled

a guest
Jan 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ffmpeg -y
  2. -r 30 -f image2 -i /path/to/video%04d.png
  3. -r 30 -f image2 -i /path/to/overlay%04d.png
  4. -filter_complex "[1:v]scale=-1:75[over];[0:v][over]overlay=10:H-h-10"
  5. -c:v prores -profile:v 3
  6. output.mov
Add Comment
Please, Sign In to add comment