Skip to content

Instantly share code, notes, and snippets.

@JohnWong
Created April 30, 2020 09:53
Show Gist options
  • Save JohnWong/365ecf0deea6c3680a042592ad701d49 to your computer and use it in GitHub Desktop.
Save JohnWong/365ecf0deea6c3680a042592ad701d49 to your computer and use it in GitHub Desktop.
ffmpeg视频拼接脚本
ffmpeg -i koubei.mp4 -i taobao.mp4 -i pdd.mp4 -filter_complex "[0:v]pad=iw*3:ih[a];[a][1:v]overlay=w[b];[b][2:v]overlay=w*2" out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment