We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我按照这个教程知道了怎么解析一个个图片。 我现在想知道怎么按照视频规定的帧率播放视频。
我是要读取AVPacket结构体的pts变量,然后根据这个变量自己控制解析和渲染图片的间隔?
The text was updated successfully, but these errors were encountered:
我是这么做的,缓存一部分音频和视频的Frame。然后根据音频播放去同步视频的显示。 或者你内部有一个自己的时间,音视频都去同步它。
Sorry, something went wrong.
谢谢!
No branches or pull requests
我按照这个教程知道了怎么解析一个个图片。
我现在想知道怎么按照视频规定的帧率播放视频。
我是要读取AVPacket结构体的pts变量,然后根据这个变量自己控制解析和渲染图片的间隔?
The text was updated successfully, but these errors were encountered: