Open GoogleCodeExporter opened 8 years ago
VideoFileReader reader = new VideoFileReader();
reader.open("path");
int j=0;
//calculate video time in seconds and place it
//secondsToStart= time-to-jump
int seconds =secondsToStart*reader2.FrameRate;
while (j <= seconds)
{
reader.ReadVideoFrame().Dispose();
j++;
}
then save or utilize your desired frame.
Original comment by zamir...@gmail.com
on 3 Mar 2014 at 11:55
Original issue reported on code.google.com by
AsefS...@gmail.com
on 18 Nov 2013 at 6:59