Dear support,
I am using the following command to marge 2 videos side by side.
ffmpeg -i  *left.mp4* -i  *right.mp4* -filter_complex
"[0:v:0]pad=iw*2:ih[bg]; [bg][1:v:0]overlay=w"
*output.mp4*

Now my question is, how i can give a 10px white border or
space(horizontaly) in between 2 videos?


Please help me, would be appreciated.




*Best Regards,*

*Masud Rana*
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to