VLDSVideoPlayer.PlaybackRate? - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: FireMonkey Components (/forum-5.html) +--- Forum: VideoLab (/forum-18.html) +--- Thread: VLDSVideoPlayer.PlaybackRate? (/thread-7.html) |
VLDSVideoPlayer.PlaybackRate? - Ted Wagner - 11-07-2011 10:54 AM I'm trying to use PlaybackRate.Rate to play videos at half and 3/4 speed, but setting this property has no effect. Any suggestions? -ted RE: VLDSVideoPlayer.PlaybackRate? - mitov - 11-07-2011 12:34 PM Hi Ted, Have you set the PlaybackRate.UseCurrent to False ? With best regards, Boian Mitov RE: VLDSVideoPlayer.PlaybackRate? - Ted Wagner - 11-07-2011 12:41 PM (11-07-2011 12:34 PM)mitov Wrote: Hi Ted, Yes I have, it didn't have any effect. (I'm playing the Windows 7 sample video file "Wildlife.wmv".) I do appreciate the responses very much! ted RE: VLDSVideoPlayer.PlaybackRate? - mitov - 11-07-2011 01:34 PM (11-07-2011 12:41 PM)Ted Wagner Wrote: (I'm playing the Windows 7 sample video file "Wildlife.wmv".) Hi Ted, It is up to the DirectShow codec to implement that feature. It appears that the standard ASF/WMV codec does not support this mode :-( . If you test with the Xena trailers it works fine, but they are using the Cinepak codec. With bets regards, Boian |