-
Notifications
You must be signed in to change notification settings - Fork 119
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
SpeedRatio is ignored #34
Comments
Set the speed ration after the media has been opened (the |
Hello tpgalan, I use the speed ratio thing a lot. It depends on the codec which is used to decode the media if it supports speed ratio setting or not. It doesn't matter if speed ratio is set after or before media is opened. With h.264 speed ratio 4.0 is the maximum I get with K-Lite-Codec-Pack and LAV. If I set it to 8.0, the setting is ignored and speed ratio is still 4.0. I have no special tweaks in K-Lite. I attached my settings. Check this clip: https://www.youtube.com/watch?v=QVx-_HpHe7c for speed ratio example. |
@tpgalan |
I am closing the issue. @tpgalan reopen it, if your problem is not caused by the codec. You can also set a custom sync clock: IMediaFilter filt = Graph as IMediaFilter;
clock = new MyCustomClock(); // DirectShowLib.IReferenceClock
filt.SetSyncSource(clock); |
Hi,
When I play a video and change the
SpeedRatio
value it has no effect.My code example:
Is this correct?
The text was updated successfully, but these errors were encountered: