Created
April 30, 2020 09:53
-
-
Save JohnWong/365ecf0deea6c3680a042592ad701d49 to your computer and use it in GitHub Desktop.
ffmpeg视频拼接脚本
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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