android videoview缩放模式(全屏和正常模式)并保持原始视频质量
我使用下面的代码以设备总屏幕尺寸显示视频。
android:layout_alignParentRight="true"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
但这里的主要问题是,视频失去清晰度意味着像素清晰度......但它看起来像错误。 谁能解决我的问题。谢谢..
I have used the below code to display videos in device total screen size.
android:layout_alignParentRight="true"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
But the main problem here is, video is losing its clarity means the pixels clarity ... But It looks like bug.
Can anyone solve my problem. Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您最好确定是视频大小或播放器的问题。您可以使用任何现代视频播放器(例如可在所有主要操作系统上使用的 VLC)检查 PC 上的图片大小信息。
如果视频帧比屏幕小得多,那不是你的错。
You'd better ensure it is problem of the video size or the player. You may inspect picture size information on PC with any modern video player, like VLC which is available on all major OS.
If the video frame is much smaller than the screen, it is not your fault then.