-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playing video at slow frame rate at the end of the video. #161
Comments
Maybe that has something to do with your particular video player. Did you try other video players? |
No I have checked it. Has not a problem with video player. In each player this is happening. It happens if I process first 3000 or any frames in between the total frames. Let's say I have 5000 total frames and if i process 2000 or 3000 frames to create the video then issue occurs. If I process all the frames there is no issue. I had tried it. |
Could you explain in what way the number of frames is related to the frame rate? |
I have same question. It should not be related to it. But don't know what is happening. It should not happen. |
Have you tried the latest source code? It might be related to the issue fixed in this commit: fb2206d |
Hi Samuel Audet, I can not check it now, as i am not working on it right now. Actually that |
Why can't you guys try using a Thread.sleep? Regards, |
Is this issue still happening with JavaCV 1.0? |
Given the lack of feedback, I'm assuming this has since been fixed in FFmpeg, but please let me know if this isn't the case. Thanks! |
Hi Samuel
I am using JavaCV 0.11 Version to create the video from the set of images stored in my device's sdcard. I am able to create the video sucessfully but the issue is that video is playing at slow frame rate(In slow motion) at the end of the vide. I am setting correct FrameRate that i am taking from the grabber class.
Can you please help me in this regards?
The text was updated successfully, but these errors were encountered: