Android支持慢动作视频播放吗?

发布于 2024-12-07 09:38:35 字数 111 浏览 0 评论 0原文

我需要在 Android 上制作能够以慢动作和不同播放速度播放的视频播放器。我仍然找不到本机 API 或一些代码来执行此操作。 Android 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初与友歌 2024-12-14 09:38:35

是的,从 API 23 android 有 PlaybackParams 类。它支持此处简要介绍的视频播放速度调整。

Yes, from API 23 android has PlaybackParams class .It supports adjustment of playback speed of video briefly given here .

记忆消瘦 2024-12-14 09:38:35

您可以尝试为此探索 libVLC。 Android 版 VLC 播放器即将到期。检查他们的网站。

检查此线程,讨论如何执行此操作。 http://forum. videolan.org/viewtopic.php?f=14&t=89296

libVLC此处的开发人员文档包含正常播放示例。您需要修改此示例以逐帧播放视频或降低帧速率。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文