Re: [FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-26 Thread Moritz Barsnick
On Mon, Oct 26, 2015 at 16:42:38 -0400, Tim Hiles wrote: > > [dshow @ 00ec9640] Could not run graph (sometimes caused by a device > > already in use by other application) > > audio=Microphone (IDT High Definition: Input/output error > > > > I've made sure that none of the devices are in use. Is th

Re: [FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-26 Thread Tim Hiles
On Mon, Oct 19, 2015 at 10:17 AM, Tim Hiles wrote: > >> ffmpeg -i input0 -i input1 -filter_complex >> "[0:a][1:a]amerge=inputs=2[a]" -map "[a]" output >> ___ >> > > I tried this: > > c:\ffmpeg\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Stereo Mix (IDT Hig

Re: [FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-22 Thread Tim Hiles
On Mon, Oct 19, 2015 at 10:17 AM, Tim Hiles wrote: > >> ffmpeg -i input0 -i input1 -filter_complex >> "[0:a][1:a]amerge=inputs=2[a]" -map "[a]" output >> ___ >> > > I tried this: > > c:\ffmpeg\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Stereo Mix (IDT Hig

Re: [FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-19 Thread Tim Hiles
> > > ffmpeg -i input0 -i input1 -filter_complex > "[0:a][1:a]amerge=inputs=2[a]" -map "[a]" output > ___ > I tried this: c:\ffmpeg\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Stereo Mix (IDT High Definition" -f dshow -i aud io="Microphone (IDT High Defini

Re: [FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-18 Thread Lou
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

[FFmpeg-user] dshow 2 mono audio input to 1 stereo right/left output

2015-10-18 Thread Tim Hiles
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