Stitch two video files side by side
ffmpeg -y -i yoga.mp4 -i sharks.mp4 -filter_complex "[0:v]pad=iw+iw:ih[v1];[v1][1:v]overlay=overlay_w:0[vid]" -an -map "[vid]" -c:v libx264 -crf 23 -preset veryfast output.mp4
All Examples
-
tags: #video-extract #stdin #pipe
-
tags: #lavfi #video-source
-
tags: #audio-extract #no-video
-
tags: #metadata
-
tags: #video-source #lavfi
-
tags: #filter