是否支持Android慢动作视频播放

是否支持Android慢动作视频播放

本文介绍了是否支持Android慢动作视频播放?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在Android视频播放器,能够以慢动作和不同播放速度播放。我仍然无法找到本机API或某些code做到这一点。确实的Andr​​oid 2.2 - 2.3支持视频的慢动作,我们可以控制视频播放速度

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?

推荐答案

您可以尝试探索libVLC这一点。 VLC播放器为Android差不多了。检查他们的网站。

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.

这篇关于是否支持Android慢动作视频播放?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 16:53