-
Notifications
You must be signed in to change notification settings - Fork 122
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
Unable to speed up x5 the 4k VP9 video #133
Comments
What player use ? The video renderer has nothing to do with changing the playback speed. |
Hardware decoder maybe too slow? |
This is a problem with your hardware that you didn't mention. Also, if you press Ctrl+J, you will get additional information. |
Not sure what do you mean by player. I use MPC-BE with MPC Video Renderer & MPC Audio Renderer. |
Maybe. VLC speeds up vp09 fine though. Maybe some option breaks vp09 in MPC-BE. |
Frame rate 120, working. |
It's not x5, i took this speed just to illustrate the problem. Usually this starts happening at about x1.7. What happens is that after some speed Sync offset is no longer dropping towards zero, but increases, increasing difference between audio and video. This means that this program reaches it's maximum framerate (bitrate?) for the video and can't process it any faster, while audio doesn't care and speeds up to any number. |
Is it the only solution: to upgrade hardware? Can anything be done via program part? |
Yes, your hardware is too weak. |
The hardware decoder has a decoding speed limit. This limit is different on different decoders. Also, part of the power is taken by the output to the screen. In my measurements on an Intel UHD 750, the HEVC 8-bit decoder is faster than the VP9 8-bit decoder. |
It would be better though, that if vp09 video can't reach desired speed it would lag and stutter rather than running video slower than needed. This way desync would be immediately noticable. |
I noticed that if I use this video renderer in MPC-BE, any video with codec vp09 seems impossible to speed up: while time and audio successfully increase in speed, video plays as if it was at x1 speed, so audio outruns video. This doesn't happen with h264 and h265: they speed up as intended.
The text was updated successfully, but these errors were encountered: