I need make stereo from two wavs and convert result stereo to opus. I do :
ffmpeg -i in.wav -i out.wav -filter_complex "[0:a][1:a]join=inputs=2:channel_layout=stereo[a]" -map "[a]" stereo.wav && ffmpeg -i stereo.wav -c:a libopus -ac 1 -ar 16000 -b:a 8k -vbr constrained record.opus
But record.opus doesn't look stereo.
If I execute two commands separately result file is stereo.