Guest User

Untitled

a guest
Oct 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ffmpeg -f lavfi -i color=s=480x150:d=10 -loop 1 -i image.png -i audio.mp3 node
  2. -filter_complex
  3. "[1:v]scale=-2:2000[fg];
  4. [0:v][fg]overlay=y=-'t*h*0.025':shortest=1[v]"
  5. -map "[v]" -map 2:a output.mkv
Add Comment
Please, Sign In to add comment