-
Notifications
You must be signed in to change notification settings - Fork 964
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
How to control the palying speed? #91
Comments
Hi @wujilingfeng I don't if I understood your question but the |
Hi @leandromoreira I want to render the video, but I'm not sure it will read at the default speed ? |
Hi @leandromoreira If the function of "av_read_frame" read all frames in one second, will the opengl play the video in one second? |
Hi @leandromoreira ,I've already run this demo of "helloworld.c", It did finish the job in a flash . |
@wujilingfeng maybe the ffprobe (ffmpeg's player) will be a better example as a player for you. And they seem to be using SDL. And there's also a good tutorial on how to build a ffmpeg player. |
OK.Thankyou. |
Will the function of "av_read_frame" run by prescribed speed?
The text was updated successfully, but these errors were encountered: