On Tue, May 19, 2015, at 03:04 AM, [email protected] 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. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
