在 Android 中播放视频视图时视频不清晰
伙计们 我是 android 新手,想编写一个简单的应用程序,使用视频视图在 android 中播放视频。我已经编写了它正在运行的代码,但视图尚不清楚。它是模糊的。我应该怎么办??请帮忙。
除了视频观看之外,还有其他方法可以实现这一目标吗??我想播放 Android 手机上录制的视频
Guys
I am new to android and want to write a simple application that plays a video in android using video view. I have written the code it is working but the view is not clear. It is blurred. What should I do?? Please Help.
Is there any alternative to video view to achieve that...?? I want to play the recorded video from android phones
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有两种可能性。视频质量可能较低,或者您可能在模拟器中尝试过。有时模拟器在播放视频时可能会出现一些问题,我个人也遇到过。所以你必须在真实的设备上尝试一下。
至于视频观看的替代方案,我相信没有这样的替代方案可用。但 videoview 应该很容易播放视频。
There are two possibilities. Either the quality of the video might be low or you would have tried it in a emulator. Sometimes it is possible for emulator to have some problems with playing video which I have personally faced. So you have to try it in a real device.
And regarding alternative for videoview, there is no such alternatives available I believe. But still videoview should be simple to play a video.