[FFmpeg-user] Merge 2 Video + Audio files in a single file side by side.

Lou lou at lrcd.com
Tue May 19 21:00:49 CEST 2015


On Tue, May 19, 2015, at 03:04 AM, meghana.ravani at amultek.com wrote:
> Hi... 
> 
> I need some help :) 
> 
> I need to merge 2 video files along with their audio in single file side
> by
> side. 
> 
> I am able to merge 2 video files in single file but it using audio of
> first
> video file only, where as i need to merge audio of second file as well.
> 
> below is command i am using to do that.
> 
> 
> `ffmpeg.exe -i input1.webm -vf "[in] scale=iw/2:ih/2, pad=2*iw:ih [left];
> movie=input2.webm, scale=iw/2:ih/2 [right]; [left][right] overlay=main
> _w/2:0 [out]" -b:v 768k ouput.webm`

Of course you're expected to show the complete console output from your
command.


More information about the ffmpeg-user mailing list