> ffmpeg -f lavfi -i "amovie=Voice-0001.amr [l]; amovie=Voice-0002.amr [r]; > [l][r] amerge" -ac 1 a4.amr > > But i want to convert this one into C program. > In that case inputs are not file based it is data. Is there a filter_complex or lavfi example file anywhere?