yqritc / Android-ScalableVideoView

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more
Apache License 2.0
1.09k stars 223 forks source link

is it possible to playing the specific frame? #17

Closed waikchiu5 closed 8 years ago

waikchiu5 commented 8 years ago

I wan to create a function to playing the video as GIFs. For example, the length of the video is 2 second (fixed). The frame rate is 12/s. Total frame is 24. When i clicked the button, the scalableVideoView will show no.10 frame.

yqritc commented 8 years ago

@waikchiu5 Sorry for late response. Unfortunately this library does not have its functionality. Android 6.0 added PlaybackParams for MediaPlayer, so u may be able to use it.