Playback video in slow motion in android
问题 - I am working on a project which needs to play video in slow motion. - I am well aware that Android doesn't provide these functionality. - I found PVPlayer Engine and libVLC which possessed these capabilities, but i didn't found any tutorial or proper documentation of including them in the android project and using them. - So i tried doing this by using Runnable and Handler , it was successful in slowing down the video but they possessed jerks during playing. public class MainActivity