<div dir="rtl"><div dir="ltr"><font size="2">Hello.<br><br></font></div><div dir="ltr"><font size="2">right now I'm using FFmpeg as stand-alone application from command line.<br></font></div><div dir="ltr"><font size="2">I'm get media from multiple input and write them into multiple outputs on hard drive.<br>I using the following command (this is for only one input and output):<br><br><b>ffmpeg  -i 'udp://xxx.xxx.xxx.xxx:1234?overrun_nonfatal=1&fifo_size=50000000 -map 0  -c copy -vn  -f segment -segment_time 30 -ar 8000 -acodec pcm_s32le -ac 1 -strftime 1 /home/Path/On/HardDrive/"T000001_%Y_%m_%d__%H_%M_%S.wav"</b><br><br></font></div><div dir="ltr"><font size="2">I want to write a program using the FFmpeg C API (I want to write output into array instead of hard-drive). How could I know how to re-write this command into program (I already saw and compiled by myself FFmpeg examples)? Maybe you have a similiar example?<br><br></font></div><div dir="ltr"><font size="2">Thank a lot,<br></font></div><div dir="ltr"><font size="2">DB</font> <br></div></div>