Hi 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:
for(i=0;i<MaxVideoNum;i++){
FrameSize[i] =system(ffmpeg_path); //!!!?????
}
Cheers
Amir
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
