Guest User

Untitled

a guest
Feb 8th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ffmpeg \
  2. -loop 1 -t 1 -i input0.png \
  3. -loop 1 -t 1 -i input1.png \
  4. -loop 1 -t 1 -i input0.png \
  5. -filter_complex \
  6. "[1:v][0:v]blend=all_expr='A*(if(gte(T,0.5),1,T/0.5))+B*(1-(if(gte(T,0.5),1,T/0.5)))'[b1v]; \
  7. [2:v][1:v]blend=all_expr='A*(if(gte(T,0.5),1,T/0.5))+B*(1-(if(gte(T,0.5),1,T/0.5)))'[b2v]; \
  8. [0:v][b1v][1:v][b2v][2:v]concat=n=5:v=1:a=0,format=yuv420p[v]" -map "[v]" out.mp4
Add Comment
Please, Sign In to add comment