Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have used Aforge . net API in my project. I am extracting frames from videos previously every thing was working fine but from morning API depended code lines I have used in my project have slowed
down the working....

Video files frame rate is 23fps, I have used VideoFileReader to extract the frames from video.
this specific line takes 70, 80 miliseconds
reader.readvideoFrame();

where as previously it's response time was not more than 15-20 milliseconds. other functions and code lines written by me are completely fine.

Please tell me if there is any way to speed up such things.
Posted
Comments
[no name] 18-May-14 15:42pm    
Sure, figure out what changed from the time the time was acceptable to the start of when the time became unacceptable.
Kornfeld Eliyahu Peter 19-May-14 1:00am    
Are you working on the same video? It may be connected to the video format...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900