<div dir="ltr"><p id="yui_3_16_0_1_1457693305022_3516" class="" style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(34,36,38);font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;line-height:19.5px">I want to make a C program in which I want to directly use actual functions of ffmpeg. Right now I'm using 'system("ffmpeg command")' to run ffmpeg command in my C program. This directly or indirectly executes in the terminal of my Ubuntu Linux. However this frequently opens terminal, runs the command and closes terminal. Thus multiple terminals are working at a time which is not a good solution.</p><p id="yui_3_16_0_1_1457693305022_3518" class="" style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(34,36,38);font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;line-height:19.5px">I want to include/embed ffmpeg command in my program so shtat I can directly access the actual fumctions which are defined in the ffmpeg source. I'm working on a C project in which I need to make a complete firmware which runs this single program so that I don't have to rely on the multiple terminals and can call the function directly.</p><p dir="ltr" id="yui_3_16_0_1_1457693305022_3520" class="" style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(34,36,38);font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;line-height:19.5px">So how can I achieve my goal to integrate/embed/include ffmpeg in my C program ? Any useful links, suggestions are gratey appreciated.</p><p dir="ltr" id="yui_3_16_0_1_1457693305022_3520" class="" style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(34,36,38);font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;line-height:19.5px"><br></p><p id="yui_3_16_0_1_1457693305022_3520" class="" style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(34,36,38);font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;line-height:19.5px">Thank you</p></div>