[Libav-user] How to run FFMPEG for thousands of time in a program.....

Amir Rouhi-Rmit amir.rouhi at rmit.edu.au
Fri Jul 8 08:21:34 CEST 2011


Hi Everybody
I want to run ffmpeg for more than one thousands time by "system" command in
C in windows platform.
the model of calling ffmpeg is like below. IndexFunction is a very
complicated and memory consumptive function.
while(){
system("ffmpeg -i ..........);
IndexFunction();
}
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20110708/24be4a8d/attachment.html>


More information about the Libav-user mailing list