On Sun, Oct 18, 2015, at 09:05 AM, Tim Hiles wrote: > I've tried a few different things but I can't seem to get this right. > So, > the question becomes, is it possible? I tried the -amix filter but as > I'm > sure you are all aware that just combines the two streams into one. I'd > like to keep them separated one input signal on the right one input > signal > on the left.
ffmpeg -i input0 -i input1 -filter_complex "[0:a][1:a]amerge=inputs=2[a]" -map "[a]" output _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
