06-15-2010 03:59 AM
Can someone help me in Controlling the Video speed.
I have converted the video into jpeg now I have around 600 jpeg which i need to display at a rapid speed but theirs alway sum time lag in the video,kindly if sumone can suggest anything for this.
Solved! Go to Solution.
06-15-2010 05:29 AM
06-15-2010 05:57 AM
Actually I was been told to convert the video into jpeg and then display them rapidly so that it appears as a video.
Problem is that I have 600 jpeg and to display them consumes time and the video does not appear to run continuously so what am I suppose to do.
Please help.
06-15-2010 06:08 AM
Hi anurag,
If you are using writeto avi function,first thing you need to consider is frame rate and codec....these two parameters will decide how should a video file should run and in which player it should run.....Say if you want 30frames per second....then each image should run at every 1/30 seconds..means your for loop should iterate at that speed...
Can you post a vi how you have done.
Thanks and regards,
srikrishnaNF
06-15-2010 06:16 AM
I have been given the attached file(vi)for reference
Please go through it and let me if I am on the right path..
06-15-2010 06:33 AM
06-15-2010 06:37 AM