Hi Everybody<br>I want to run ffmpeg for more than one thousands time by "system" command in C in windows platform.<br>the model of calling ffmpeg is like below. IndexFunction is a very complicated and memory consumptive function.<br>
while(){<br>system("ffmpeg -i ..........);<br>IndexFunction();<br>}<br>Do you think it will work? Do you have any suggestion and advice? Would you let me know how can i free the memory used by ffmpeg after each run?<br clear="all">
<br><br>