[FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output
Lou
lou at lrcd.com
Sun Oct 18 22:46:51 CEST 2015
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
More information about the ffmpeg-user
mailing list