Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using the QuartzTypeLib in order to play MP4 videos. I have tried to increase/decreasing the speed by setting the rate:
C#
mPosition.Rate = 1.5; // Increase rate by 50%

I am getting an exception: {"The method or operation is not implemented."}
I tried multiple options such as stopping, setting the curposition to the current position, then stetting the rate (still throws the exception)
I tried with .AVI and that works fine.

Any suggestions for MP4s??
Posted
Comments
Rage 10-Mar-14 12:03pm    
IIRC this is a wrapper for DirectShow. Have you tried using the SetRate function instead ?
Member 10368610 10-Mar-14 12:24pm    
Rage -- I have looked DirectShow's (http://directshownet.sourceforge.net/) and it did not support MP4s, throws an exception.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900