Hi<div>I have a list of videos. how can i run a program, like ffmpeg (or any other program ) in a for loop to just get the size of the video frames ? like:</div><div><br clear="all"><div>for(i=0;i<MaxVideoNum;i++){</div>
<div><br></div><div>  FrameSize[i]  =system(ffmpeg_path); //!!!?????</div><div><br></div><div>}</div>Cheers<br><div>Amir </div>
</div>