I need to make video player on Android that is able to play in slow motion and with different playback speeds. I still cannot find a native API or some code to do this. Does Android 2.2 - 2.3 support to video slow-motion and can we control the video playback speed?
Asked
Active
Viewed 5,787 times
4
-
Maybe this can help: http://groups.google.com/group/android-developers/browse_thread/thread/68faac2c99db7b96 – Gunnar Karlsson May 12 '12 at 00:58
-
I face same problem . Is above ans helped you ? – Nirav Ranpara Oct 07 '12 at 07:51
-
@ Yoesoff did you find the solution? I am also trying to play a video in slow motion – Jamal Apr 16 '15 at 06:06
2 Answers
3
Yes, from API 23 android has PlaybackParams class .It supports adjustment of playback speed of video briefly given here .

karanatwal.github.io
- 3,613
- 3
- 25
- 57
2
You can try exploring libVLC for this. VLC player for Android is almost due. Check their website.
Check this thread that discusses how you do it.. http://forum.videolan.org/viewtopic.php?f=14&t=89296
libVLC developer documentation here with normal playback sample. You need to modify this sample to play the video frame by frame or slow down the frame rate.

Ron
- 24,175
- 8
- 56
- 97