Guest User

Untitled

a guest
Jan 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. "ffmpeg", "-y", "-i", videopath, "-i", overlaypath, "-filter_complex", "[1][0]scale2ref[i][m];[m][i]overlay[v]", "-preset", "ultrafast", "-map", "[v]", "-map", "0:a?", "-ac", "2", outputpath};
  2.  
  3. "ffmpeg", "-y", "-i", videoPath, "-framerate", "1", "-i", path/image%d.png", "-filter_complex", "[0:v]scale=" + width + ":" + height + "[bg];[i]fps=25[i];[bg][1:v]overlay=(0+" + D.H() + "):(main_h-overlay_h-" + D.V() + ")", "-preset", "ultrafast", outputpath};
Add Comment
Please, Sign In to add comment